Page 1 of 1

Error when trying to modify Push's remote script

Posted: Mon Jan 20, 2014 12:34 am
by SBRK
I tried switching SpecialSessionComponent in the Push remote script, with the one found on gluon's github, which supposedly are the 9.1 versions. Even without a single modification in it, I got the following error :

Code: Select all

7767 ms. RemoteScriptMessage: (Push) Initialising...
7849 ms. RemoteScriptError: Traceback (most recent call last):

7850 ms. RemoteScriptError:   File "MIDI Remote Scripts\Push\__init__.py", line 32, in create_instance

7850 ms. RemoteScriptError:   File "MIDI Remote Scripts\Push\Push.py", line 176, in __init__

7850 ms. RemoteScriptError:   File "d:\jenkins\live\Projects\AppWebConnector\Resources\third_party\lib\contextlib.py", line 33, in __exit__

7850 ms. RemoteScriptError:   File "MIDI Remote Scripts\Push\Push.py", line 196, in component_guard

7850 ms. RemoteScriptError:   File "MIDI Remote Scripts\Push\Push.py", line 157, in __init__

7851 ms. RemoteScriptError:   File "MIDI Remote Scripts\Push\Push.py", line 755, in _init_session

7851 ms. RemoteScriptError:   File "MIDI Remote Scripts\Push_Link\SpecialSessionComponent.py", line 122, in __init__

7851 ms. RemoteScriptError:   File "MIDI Remote Scripts\Push_Link\SpecialSessionComponent.py", line 37, in __init__

7851 ms. RemoteScriptError: TypeError
7851 ms. RemoteScriptError: : 
7851 ms. RemoteScriptError: exceptions must be classes, instances, or strings (deprecated), not SpecialSessionComponent
7851 ms. RemoteScriptError: 
Any idea ? Any way to decompyle the pyc file on Windows to try with that file ?