question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

imdb_list: Login to IMDB does no work any longer

See original GitHub issue

Expected behaviour:

Using the imdb_list plugin, retrieve movies on the watch list and the like.

Actual behaviour:

Login to IMDB does not work, plugin returns “Login to IMDB failed. Check your credentials.” despite credentials being correct, i.e., I am able to login with the credentials printed in the log output. I tried both variants for the username, i.e., for email foo@bar.com I tried the whole address as well as just “foo”, neither worked.

Steps to reproduce:

Setup a config file with the below snippet and run flexget --debug --test execute

Config:

tasks:
  populate_list:
    imdb_lookup: true
    accept_all: true
    imdb_list:
      list: watchlist
      login: <login email>
      password: <password>
    list_add:
      - movie_list: my_movies

Log:

2016-09-25 10:37 DEBUG    utils.requests populate_list   Fetching https://www.imdb.com/ap/signin?openid.return_to=https%3A%2F%2Fwww.imdb.com%2Fap-signin-handler&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=imdb_mobile_us&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
2016-09-25 10:37 DEBUG    imdb_list     populate_list   email=<login email>, password=<password>
2016-09-25 10:37 VERBOSE  utils.requests populate_list   Waiting 4.24 seconds until next request to imdb.com
2016-09-25 10:37 DEBUG    utils.requests populate_list   Fetching https://www.imdb.com/ap/signin/167-5712825-0663537?ie=UTF8&pf_rd_r=14YRHC25X2GR80X7EFC6&pf_rd_m=A2A1PIL045UJ9G&pf_rd_t=6301&pf_rd_i=imdb_mobile_us&pf_rd_p=2187562082&pf_rd_s=mobile-signin-slot
2016-09-25 10:37 VERBOSE  utils.requests populate_list   Waiting 4.79 seconds until next request to imdb.com
2016-09-25 10:37 DEBUG    utils.requests populate_list   Fetching http://www.imdb.com/profile
2016-09-25 10:37 CRITICAL plugin        populate_list   Login to IMDB failed. Check your credentials.
2016-09-25 10:37 WARNING  task          populate_list   Aborting task (plugin: imdb_list)
2016-09-25 10:37 DEBUG    task_queue                    task populate_list aborted: TaskAbort(reason=Login to IMDB failed. Check your credentials., silent=False)

Additional information:

  • Flexget Version: 2.3.31
  • Python Version: 2.7.12
  • Installation method: pip
  • OS and version: Ubuntu 14.04
  • Link to crash log:

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:25 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
firasdibcommented, Nov 13, 2016

I updated flexget by misstake which is why I have this issue now. My friend still runs an older version which works 100% of the time… Why can’t we just use that code instead?

1reaction
liiightcommented, Sep 29, 2016

Imdb list is basically a hack. Anyone using it should not expect 100% durability.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IMDb App General Troubleshooting - IMDb | Help
Please know that login functionality is no longer supported for certain versions ... On the Apps list screen, select the IMDb App to...
Read more >
My watchlist, ratings, and settings are gone. What happened?
To view this information, you'll need to log out of IMDb and log in again using the same email and password for the...
Read more >
When I login it says there was a problem. How do I login?
I used a third party linked account to sign up and no longer have access to the account. How do I access my...
Read more >
Claim your page - IMDb Help Center
Claiming your page is an important step no matter what your role is in the industry. ... See Manage your personal details for...
Read more >
How to add yourself to IMDb
If we don't list it yet, you can add it through our New Title Submission Form, then add yourself to it once it's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found