I’ve made a Debian installer for Toggle, anyone care to try it out before it gets pushed into the package feed? It exists as a downloadable package now: https://bitbucket.org/intelligentagent/toggle/downloads
I installed from Debian packages and now Toggle will not run.
error message:
04-20 23:30 root CRITICAL File “/usr/bin/toggle”, line 9, in
04-20 23:30 root CRITICAL
04-20 23:30 root CRITICAL load_entry_point(‘Toggle==1.0.0’, ‘console_scripts’, ‘toggle’)()
04-20 23:30 root CRITICAL File “build/bdist.linux-armv7l/egg/toggle/Toggle.py”, line 197, in main
04-20 23:30 root CRITICAL File “build/bdist.linux-armv7l/egg/toggle/Toggle.py”, line 123, in init
04-20 23:30 root CRITICAL File “build/bdist.linux-armv7l/egg/toggle/ModelLoader.py”, line 33, in init
04-20 23:30 root CRITICAL File “build/bdist.linux-armv7l/egg/toggle/ModelLoader.py”, line 61, in sync_models
04-20 23:30 root CRITICAL File “build/bdist.linux-armv7l/egg/toggle/RestClient.py”, line 137, in get_list_of_files
04-20 23:30 root CRITICAL TypeError
04-20 23:30 root CRITICAL :
04-20 23:30 root CRITICAL get() takes exactly 1 argument (3 given)
Am I missing something?
I might have forgotten to submit the latest package then. I’ll do that tomorrow, sorry. Meanwhile you can add “params=data” to the functions in RestClient if you want a quickfix.
@Curt_Page could you try to update and install the latest? 1.0.1
Thanks that did the trick.