dvrtech-us / TabloTV-Plex-Channel

TabloTV Plugin for Plex
12 stars 13 forks source link

Latest Tablo firmware(2.2.12) breaks connection from Plex #10

Open gconcepts opened 7 years ago

gconcepts commented 7 years ago

With the latest Tablo firmware release(2.2.12), the connection from Plex seems to be broken. When an attempt is made to access the Tablo Channel from plex, error message is received "Could not connect to your Tablo" From reviewing the Tablo Plugin logs, below error is noticed Error opening URL 'http://TABLO_INTERNAL_IP:18080/plex/rec_ids' I attempted to reach that URL and got a 404. So it looks like the latest Tablo firmware update changed some endpoint.

UPDATE: When attempting to access http://TABLO_INTERNAL_IP:18080/plex, a 403 Forbidden error is received. So it seems the /plex endpoint now requires authentication?

ratatine commented 7 years ago

In looking at my logs, the error is: INFO (init:1226) - ***TabloTV: loadtablos Failure: TypeError('string indices must be integers, not str',)

So something is not being formed properly and python is puking on the result. It would seem.