Error Code in CSS Log
Hey Folks,
I get this error code when I load my live set.
I do not get the error code when I open a new or a different set in Ableton which seems strange.
”
Traceback (most recent call last):
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/MxDCore.py”, line 1494, in install_observer_listener
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/MxDCore.py”, line 1526, in _observer_install_listener
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/MxDCore.py”, line 1650, in _observer_id_callback
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/MxDCore.py”, line 291, in _get_object_path
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/LomUtils.py”, line 267, in __init__
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/LomUtils.py”, line 335, in _calculate_path
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/LomUtils.py”, line 276, in _find_root_object_path
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/LomTypes.py”, line 1131, in get_root_prop
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_MxDCore/LomTypes.py”, line 1125, in
RuntimeError
:
Can’t obtain live set at this time
The errors appear to be originating from “_MxDCore”, not a script created by CSS.
I wouldn’t recommend deleting the _mxdcore script as other midi remote scripts use this.
Sign up
User registration is currently not allowed.
So I have deleted the _MxdCore Midi remote script and the error is now a lot shorter.
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError
:
I’m wondering how I can get rid of the ‘Traceback’ what ever that is?