Correction IMDb login fails #1321#1330
Correction IMDb login fails #1321#1330liiight merged 2 commits intoFlexget:developfrom krozer:develop
Conversation
use _session.headers.update to not overwrite header.
add _session.headers.update({reference : http://...}) For better browser simulation
and also post the URL from the action attribute of the form.
|
Oh man, awesome work! |
|
thanks :) now it works |
|
Any chance you fixing the test so we can merge this? Looks likes a matter of recreating cassette |
|
Ok, I'm a beginner with Python and more with travis. From what I understood from the documentation and error, I just have to change the url signin in the cassette. what I did and now all tests are clean. |
|
Ideally you delete and recreate the cassette but this works too |
|
Thanks for this! |
|
i have just updated from a relatively old version... and i get the error above. i know very little about programing, even just creating the config script is a challenge. I was using the old imdb lookup using the id and that had been fine but in the new version iys not valid anymore. can anyone shed any light on this. also let me know what info you need from me and how to run debug etc if you need it. flexget runs from cron on my headless server so obviously i only mess with it when it needs updating or breaks in someway. obviously i have checked my credentials and the do work outside this setup. I have a linked facebook account, but i use my IMDB email and password to login. |
|
The wiki is a great place to start. https://flexget.com/Plugins/List/imdb_list Please let old issues/PRs lie and use our forums instead if you need help. |
|
Just use the |
|
sorry guys, thank you for your help, i was obviously looking in the wrong place. I couldn't be sure if it was broken or i was been stupid, so at least that question is clearedup :) |
Motivation for changes:
Detailed changes:
use _session.headers.update to not overwrite header.
add _session.headers.update({reference : http://...}) For better browser simulation
and also post the URL from the action attribute of the form.
Addressed issues:
Config usage if relevant (new plugin or updated schema):
Log and/or tests output (preferably both):