Dan-in-CA / SIP

A highly customizable DIY irrigation/sprinkler controller based on Raspberry Pi
357 stars 156 forks source link

Webservice not starting if IPv6 disabled on Raspberry Pi #299

Closed ED-from-AT closed 1 year ago

ED-from-AT commented 1 year ago

If i disable IPv6 (added the parameter ipv6.disable=1 in /boot/cmdline.txt) on a Raspberry Pi the Webservice doesn't start.

Dan-in-CA commented 1 year ago

That looks like it could be a problem with the web.py framework SIP is built on: https://github.com/webpy/webpy

or the cheroot server software SIP uses: https://github.com/cherrypy/cheroot

Not something I can fix.

Dan

Dan-in-CA commented 1 year ago

I tested adding ipv6.disable=1 in /boot/cmdline.txt but did not see any problem on re-starting SIP. Dan