I got indi-allsky running with a remote indi_pylibcamera (PiHQ with RPI Zero W) for about two weeks now. Today I did an update (git pull) of indi-allsky. Since this time, the program no longer adjusts the exposure time. It stays at the minimum time.
further bugs:
- System menu does not work, I get Internal Server Error. All other menus do work.
- the image white balance is again quite bad. It was perfect with indi-allsky using libcamera directly. Might be a problem of indi_pylibcamera
- there is an error message in the log about a write attempt to /var/lib/containers/storage/overlay but indi-allsky is not running in a container...

May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception: 
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception: PermissionError: [Errno 13] Permission denied: '/var/lib/containers/storage/overlay'
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:     st = os.statvfs(path)
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:   File "/home/admin/indi-allsky/virtualenv/indi-allsky/lib/python3.9/site-packages/psutil/_psposix.py", line 175, in disk_usage
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:     return _psplatform.disk_usage(path)
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:   File "/home/admin/indi-allsky/virtualenv/indi-allsky/lib/python3.9/site-packages/psutil/__init__.py", line 2000, in disk_usage
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:     disk_usage = psutil.disk_usage(fs.mountpoint)
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:   File "/home/admin/indi-allsky/indi_allsky/image.py", line 652, in processImage
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:     self.processImage(i_dict)
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:   File "/home/admin/indi-allsky/indi_allsky/image.py", line 258, in saferun
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:     self.saferun()
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception:   File "/home/admin/indi-allsky/indi_allsky/image.py", line 229, in run
May 10 20:09:51 localhost [ERROR] MainProcess allsky._startImageWorker() #768: Image worker exception: Traceback (most recent call last):

CS, Markus

Read More...