[mythtv-commits] Ticket #13084: ttvdb.py will cease to function - TTVDB will discontinue support for V1 XML API in 3 months time on October 1st, 2017

MythTV noreply at mythtv.org
Sun Aug 13 18:25:24 UTC 2017


#13084: ttvdb.py will cease to function - TTVDB will discontinue support for V1 XML
API in 3 months time on October 1st, 2017
-------------------------------------------------+-------------------------
 Reporter:  Frederick Henderson <frederickjh@…>  |          Owner:
                                                 |  markspieth
     Type:  Bug Report - General                 |         Status:
                                                 |  assigned
 Priority:  minor                                |      Milestone:  29.0
Component:  MythTV - Mythmetadatalookup          |        Version:
                                                 |  Unspecified
 Severity:  medium                               |     Resolution:
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by pbennett):

 Aftyer commenting out remove_expired_responses there was another item that
 was not found.


 {{{
         if self._ignored_parameters:
     AttributeError: 'DbCache' object has no attribute
 '_ignored_parameters'

 }}}
 I commented out the test for _ignored_parameters as well.

 Now I am getting a 403 error. with -d I see the below error.
 I get the same error with --doctest or a series name.
 {{{
 # ..got tvdb mirrors
 # Start to process series or series_season_ep
 ####################
 DEBUG:tvdb_api:Getting show Hannibal
 DEBUG:tvdb_api:Searching for show Hannibal
 DEBUG:tvdb_api:auth
 INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS
 connection (1): api.thetvdb.com
 DEBUG:requests.packages.urllib3.connectionpool:"POST /login HTTP/1.1" 403
 None
 ... various traceback messages ...
 simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char
 0)
 }}}
 Did the user id get locked out or disabled?

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13084#comment:15>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list