David Rankin created a new topic ' indi-web error on Rock64' in the forum. 4 years ago

Tried both pip, and pip3 to install indiweb on the rock64.

Getting:


Traceback (most recent call last):
File "/usr/local/bin/bottle.py", line 868, in _handle
return route.call(**args)
File "/usr/local/bin/bottle.py", line 1748, in wrapper
rv = callback(*a, **ka)
File "/usr/local/lib/python3.5/dist-packages/indiweb/main.py", line 244, in start_server
start_profile(profile)
File "/usr/local/lib/python3.5/dist-packages/indiweb/main.py", line 101, in start_profile
if info == 1:
KeyError: 'autoconnect'


Anyone know why this error is coming up when I try to start the server via indiweb?

Thanks

Read More...