-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot login to BBC site via iPlayer script #476
Comments
Hello @markcross, thanks for reporting this issue. Hello @a-m-s, could you look at this? Thanks. |
Did you release the latest update yet?
I think that should do it, but I can't check now.
…On Sat, 29 Sep 2018, 08:53 Jiří Janoušek, ***@***.***> wrote:
Hello @markcross <https://github.com/markcross>, thanks for reporting
this issue.
Hello @a-m-s <https://github.com/a-m-s>, could you look at this? Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#476 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE2kJ3U-ZqggDE4mtpbFv6p-BKpxVU0nks5ufyb_gaJpZM4W_6Xm>
.
|
@markcross, do you use BBC iPlayer script 1.5.0 or 1.5.7? You can get the exact version from About dialog. @a-m-s, the latest master was released but it still contains |
Oh, I fixed a problem with the machine name, but I didn't see an issue with
the TLD.
Ok, I'll sort it tomorrow, probably.
…On Sat, 29 Sep 2018, 09:29 Jiří Janoušek, ***@***.***> wrote:
@markcross <https://github.com/markcross>, do you use BBC iPlayer script
1.5.0 or 1.5.7? You can get the exact version from About dialog?
@a-m-s <https://github.com/a-m-s>, the latest master was released but it
still contains "allowed_uri": "^https?://[^/]*.bbc.co.uk" so bbc.com is
not allowed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#476 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE2kJxmMV08iENPzATxGrkSAb0jGTnKJks5ufy9wgaJpZM4W_6Xm>
.
|
Should be fixed now (pending release). |
Updated flatpaks published. @markcross, could you update BBC iPlayer script to 1.5.9 (9-g5fb2022) and confirm thath the issue is resolved? |
BBC iPlayer script 1.5
ubuntu/xenial/
On clicking on Sign-in, it fires up my default browser, FireFox then takes me to:
https://account.bbc.com/account/error
metadata.json line:
"allowed_uri": "^https?://[^/]*.bbc.co.uk",
Needs to allow both *.bbc.co.uk and *.bbc.com as the BBC are now using the .com for their ID authentication.
Works with:
"allowed_uri": "^https?://[^/].bbc.",
But I have no idea if this is the correct fix....
Cheers Mark
The text was updated successfully, but these errors were encountered: