2023-10-21, 18:06
viwX had a problem with catch-up but that has been fixed. Hope that the fix for iPlayer is as simple.
(2023-10-21, 10:45)StoffelWaffle777 Wrote: I updated to the latest beta (Omega B1) and now all playback stops after about 40 seconds with the buffering icon appearing with a value of 1 and freezes in that condition. Anyone else? Happy to go back to v20, just wodering. Thanks
Quote:error <general>: Control 55 in window 10025 has been asked to focus, but it can'tThis error appears in the log every time I attempt to sign in.
(2023-10-26, 13:50)charleski Wrote: For the past two days I've been unable to sign in using my BBCiD.I got the same. There's been a change at BBC's web site causing the add-on's sign-in routine to fail.
(2023-10-29, 02:46)kereltje Wrote: I got the same. There's been a change at BBC's web site causing the add-on's sign-in routine to fail.Thanks a lot for your efforts. The updated version has just been released and is on it's way to the official repo. Updates should happen automatically within the next days.
I've already opened a pull request with a fix. Hopefully CaptainT will be able to publish a new version soon.
Unfortunately, by signing out you've lost all tokens, so there's nothing you can do right now.
(2023-11-06, 02:13)kereltje Wrote: @CaptainTThanks a lot again. An updated release is on its way.
I hacked around a bit and fortunately it doesn't seems to be that bad after all.
e.g. to listen to radio one, you need to make an authenticated request to the radio one page on BBC sounds. Authentication is just like iplayer, the same cookies.
The page contains data that can be obtained very similar to ipww_video.ScrapeJson(), but with a slightly different regex.
This data has a field that indicates whether the user is signed in, so authentication can be handled in the same way video now does.
And data also contains the JWT token needed in the query string to request radio one's media selector.
A test where I managed to get a valid media selector can be found at https://github.com/dimkroon/iplayer_test...55C8-L55C8
From there on it's just business as usual, I guess.
(2023-10-21, 10:45)StoffelWaffle777 Wrote: I updated to the latest beta (Omega B1) and now all playback stops after about 40 seconds with the buffering icon appearing with a value of 1 and freezes in that condition. Anyone else? Happy to go back to v20, just wodering. ThanksOnly on Kodi 21 nightly: