Hi,
After further experiments it seems that this problem is produced only when I include the Atik CCD driver. I have tried to uninstall and reinstall the driver, but the problem persists. I can start profiles without difficulties with the other drivers.

In attachment the minimal config that reproduces the problem.
The error in the log is as always:

ec 03 21:19:59 localhost.localdomain indi-web[2546]: Traceback (most recent call last):
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:   File "/usr/local/bin/bottle.py", line 876, in _handle
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:     return route.call(**args)
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:   File "/usr/local/bin/bottle.py", line 1756, in wrapper
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:     rv = callback(*a, **ka)
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:   File "/usr/local/lib/python3.10/site-packages/indiweb/main.py", line 254, in start_server
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:     start_profile(profile)
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:   File "/usr/local/lib/python3.10/site-packages/indiweb/main.py", line 108, in start_profile
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:     indi_server.start(info['port'], all_drivers)
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:   File "/usr/local/lib/python3.10/site-packages/indiweb/indi_server.py", line 70, in start
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:     self.start_driver(driver)
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:   File "/usr/local/lib/python3.10/site-packages/indiweb/indi_server.py", line 37, in start_driver
Dec 03 21:19:59 localhost.localdomain indi-web[2546]:     cmd = 'start %s' % driver.binary
Dec 03 21:19:59 localhost.localdomain indi-web[2546]: AttributeError: 'NoneType' object has no attribute 'binary'

Thanks !

Read More...