Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

[FIXED] Trakt and IMDB - Maybe a login page

$
0
0

@saikopat wrote:

Hi everyone,

for a few weeks now, my task using trakt_list keeps giving me the dreaded "Maybe a login Page?" error.
I've just updated my box, redid the trakt auth just in case, to no avail.

So I decided to create another task, with imdb_watchlist this time, set the list to public (trakt one is too) and I get the exact same error.

(I curled the URLs in error and i get back an answer)


  discover-movies:
    manual: yes
    priority: 1
    trakt_list:
      username: ***
      account: ***
      list: films
      type: movies
    accept_all: yes
    seen: local
    list_add:
      - movie_list: wanted-movies

  discover-imdb:
    manual: yes
    priority: 2
    imdb_watchlist:
      user_id: ***
      list: ***
      #force_language: es-mx # Optional - Force Specified Language
    accept_all: yes
    list_add:
      - movie_list: wanted-movies

So, i've run a task in TRACE loglevel, everything seems to be right at first until this:

2018-12-17 16:15 INFO     download      discover-movies Downloading: Kin
2018-12-17 16:15 DEBUG    download      discover-movies Downloading url 'https://trakt.tv/movies/kin-2018'
2018-12-17 16:15 DEBUG    utils.requests discover-movies GETing URL https://trakt.tv/movies/kin-2018 with args () and kwargs {'allow_redirects': True, u'timeout': 30, 'auth': None, 'headers': {'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', u'User-Agent': u'FlexGet/2.17.20 (www.flexget.com)'}}
2018-12-17 16:15 TRACE    entry         discover-movies ENTRY SET: file = u'/tmp/tmpDshsOo/547512c823f6274a007aec136138834f'
2018-12-17 16:15 DEBUG    download      discover-movies Kin field file set to: /tmp/tmpDshsOo/547512c823f6274a007aec136138834f
2018-12-17 16:15 TRACE    entry         discover-movies ENTRY SET: mime-type = u'text/html'
2018-12-17 16:15 DEBUG    download      discover-movies Mimetype guess for text/html is ['.html', '.htm'] 
2018-12-17 16:15 DEBUG    download      discover-movies No filename - setting from url: kin-2018
2018-12-17 16:15 TRACE    entry         discover-movies ENTRY SET: filename = u'kin-2018'
2018-12-17 16:15 DEBUG    download      discover-movies Finishing download_entry() with filename kin-2018
2018-12-17 16:15 DEBUG    download      discover-movies removing temp file /tmp/tmpDshsOo/547512c823f6274a007aec136138834f from Kin
2018-12-17 16:15 DEBUG    entry         discover-movies Marking entry 'Kin' as failed
2018-12-17 16:15 ERROR    entry         discover-movies Failed Kin (Unexpected html content received from `https://trakt.tv/movies/kin-2018` - maybe a login page?)
2018-12-17 16:15 TRACE    entry         discover-movies ENTRY SET: failed_by = u'deluge'
2018-12-17 16:15 TRACE    entry         discover-movies ENTRY SET: reason = u'Unexpected html content received from `https://trakt.tv/movies/kin-2018` - maybe a login page?'
2018-12-17 16:15 DEBUG    failed        discover-movies Marking Kin in failed list. Has failed 1 times.
2018-12-17 16:15 DEBUG    backlog       discover-movies Saving Kin
2018-12-17 16:15 DEBUG    task          discover-movies Plugin retry_failed has requested task to be ran again after execution has completed.

I'm probably missing something obvious but I can't figure out why it stopped working so abruptly.
I would like a lot having more info on what flexget downloads that raises this error, but it's all I have.

I can provide more logs if necessary. Any help would be really appreciated.

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles