enen92 / script.tubecast

A castv1 implementation for Kodi and Youtube
MIT License
111 stars 31 forks source link

TubeCast network conflicts with other apps like Gismeteo #81

Open efdil opened 10 months ago

efdil commented 10 months ago

After the first startup of Kodi with a set up YouTube app, I get connection errors for Gismeteo and TubeCast. So both apps don't work if not disabled and enabled again. The reason seems to lie in TubeCast. As I uninstall it, the weather app is again able to establish it's connection with the network within all reboots.

*Kodi Nexus

prahal commented 7 months ago

v17 Krypton is not supported for quite some time (still python2 I guess).

Could you provide kodi.log (~/.kodi/temp/kodi.log) from when the issue triggers?

From a first review of pygismeteo, gismeteo kodi addon this is a remote HTTP client. While script.tubecast is a local HTTP server.