BBC iPlayer authentication error
See original GitHub issuePlugin Issue
- This is a plugin issue and I have read the contribution guidelines.
Description
When attempting to stream from iplayer I’m receiving the following error:
[cli][debug] OS: Windows 10
[cli][debug] Python: 3.7.4
[cli][debug] Streamlink: 1.2.0+22.g6ac9ee0
[cli][debug] Requests(2.22.0), Socks(1.7.1), Websocket(0.56.0)
[cli][info] Found matching plugin bbciplayer for URL https://www.bbc.co.uk/iplayer/episode/b03wc5kx/andys-dinosaur-adventures-2-diplodocus-and-fern
[cli][debug] Plugin specific arguments:
[cli][debug] --bbciplayer-username=********@gmail.com (username)
[cli][debug] --bbciplayer-password=******** (password)
[plugin.bbciplayer][info] A TV License is required to watch BBC iPlayer streams, see the BBC website for more information: https://www.bbc.co.uk/iplayer/help/tvlicence
[plugin.bbciplayer][error] Could not authenticate, check your username and password
Reproduction steps / Explicit stream URLs to test
This is affecting me with all iplayer streams. My config file hasn’t changed and I am still able to login via the BBC website using the same credentials.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top Results From Across the Web
BBC iPlayer Sign In Problems? - (Easy Fix Guide!) - Xtrium
In case you're experiencing problems signing in to BBC iPlayer on your computer, through an online browser, this is the solution for you....
Read more >How To Fix BBC iPlayer Downloads & DASH Manifest Failed ...
Troubleshooting iPlayer DASH Manifest Error, DRM License failed & Downloads Issues · 1. Restart devices · 2. Use the latest iPlayer Downloads app....
Read more >BBC iPlayer not Working with VPN? Here's how to fix it (2022)
Is your VPN not working for BBC iPlayer? Below, we'll explain why your BBC iPlayer VPN isn't working and how to fix the...
Read more >What should I do if I can't get signed in? | iPlayer help - BBC
Visit the Using the BBC website for lots of advice if you're having trouble signing in. Here are some direct links: How do...
Read more >BBC iPlayer Not Working? Here's How to Fix BBC ... - PureVPN
As we have already discussed above, some of the common reasons for BBC the iPlayer proxy error are unreliable VPNs, blacklisted IPs, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems that ptrt_url is no longer found via the history search in auth_check() after the login data has been sent.
The login process itself still appears to be working correctly, as far as I can see. If I change the code to just return true at the end of login(), I can successfully get a live programme stream or stream an iPlayer programme via catch up.
Yes, that patch works very well. I can now sleep again.
Thanks Ian!
On Thu, 12 Dec 2019 at 13:22, Ian Cameron notifications@github.com wrote: