tronikos / androidtvremote2

A Python library implementing the Android TV Remote protocol v2
Apache License 2.0
60 stars 10 forks source link

Exception not caught when network connection is lost #20

Closed albaintor closed 6 months ago

albaintor commented 6 months ago

Hi,

when the connection is closed (androidtv is in standby or powered off), the exception is caught by your library and would reconnect after when restablished. However when a network exception on client side occurs (wifi connection lost on client side for example), the exception is not caught. I have submitted a PR to fix this problem

Otherwise, it has nothing to do : I submitted a PR to Kodi's team to have deeplinks, meanwhile we found a workaround with this URL "market://launch?id=org.xbmc.kodi"

Thank you

tronikos commented 6 months ago

Fixed in v0.0.15