Live 10.1.35 &10.1.40b - Scripts from Server 1703 don't compile

Hi!

I still use the old Live10 for my liveset, but it seems to fail compiling current server versions. It seems to be missing “Utils.RemixNet”, but I checked in the programs midi remote script folder and the files are present (see log.txt below):

2021-06-11T22:49:24.392226: info: RemoteScriptError: Traceback (most recent call last):

2021-06-11T22:49:24.392259: info: RemoteScriptError:   File "<string>", line 1, in <module>

2021-06-11T22:49:24.392396: info: RemoteScriptError:   File "/Applications/Ableton Live 10.1 Beta.app/Contents/App-Resources/MIDI Remote Scripts/touchAble/__init__.py", line 34, in <module>

2021-06-11T22:49:24.392464: info: RemoteScriptError:     
2021-06-11T22:49:24.392483: info: RemoteScriptError: from .touchAble import touchAble

2021-06-11T22:49:24.392504: info: RemoteScriptError:   File "/Applications/Ableton Live 10.1 Beta.app/Contents/App-Resources/MIDI Remote Scripts/touchAble/touchAble.py", line 81, in <module>

2021-06-11T22:49:24.392551: info: RemoteScriptError:     
2021-06-11T22:49:24.392569: info: RemoteScriptError: import Utils.RemixNet as RemixNet

2021-06-11T22:49:24.392588: info: RemoteScriptError: ImportError
2021-06-11T22:49:24.392599: info: RemoteScriptError: : 
2021-06-11T22:49:24.392611: info: RemoteScriptError: No module named Utils.RemixNet
2021-06-11T22:49:24.392621: info: RemoteScriptError:

Hi,

sorry for the inconvenience.

This should be now:

touchAble.zip (286.3 KB)

Best

1 Like

Thanks, it is compiling again :slight_smile:

1 Like