DjZU

Results 15 comments of DjZU

I run into the same problem and could solve it. Make sure that your firewall is allowing incoming traffic for the EventServer listening on the UDP port 9777 (this is...

@bernd-wechner I don't know what is the /#settings/web that @zedrdave is referring to, but AFAIK every machine has its own firewall, at least should, and it applies to the local...

@zedrdave OK now I understand which setting you mean, I did try it, it works but it is not persistent that's the reason why I came to 'hacking' the .js...

This can be closed

As a workaround I copied the _webinterface.default_ folder to _webinterface.custom_, then tweak the ./addon.xml: > id="webinterface.custom" > version="19.x-2.4.8-custom" > name="Kodi web interface - Chorus2 - custom" and the ./js/kodi-webinterface.js: >...

I experienced the same random hanging, did some debugging and managed to find out that the culprit was PyGATT. The good thing is someone apparently fixed the issue: https://github.com/peplin/pygatt/issues/291 Unfortunately,...

The owner is looking for a new maintainer (see https://github.com/peplin/pygatt/issues/229). But you can try your luck asking the owner (see https://github.com/peplin/pygatt/issues/195) to push to a new release.

It was still hanging so I went the hard way: `touch` a file after every scan and monitor this file with a cron job. Amend BS440.py ``` import sys +++...

I again had to solve 2 other issues that caused the service to stop. First is probably some system updates which did reset the capabilities set for `btmgmt` and `hcitool`....

I don't think this commit is fixing anything. I'd rather: - `Restart=on-failure` - Set exit codes to every `sys.exit()` - Run without privileges to prevent adapter reset (see #110) -...