We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observed with the latest Ovenplayer, i.e. 0.10.30 The flow to produce the error is as follows:
Uncaught TypeError: Cannot read properties of null (reading 'id') at Bn.e.setCurrentQuality (WebRTCLoader.js:957:1) at Tn.t.load (Api.js:354:1)
The WebRTCLoader.js line in question is:
WebRTCLoader.js
provider.setAutoQuality = (auto) => { sendMessage(ws, { command: 'change_rendition', >>> id: mainPeerConnectionInfo.id, auto: auto }); autoQuality = auto; };
The line in Api.js is inside load():
Api.js
load()
return initProvider();
The text was updated successfully, but these errors were encountered:
I'll check it out soon
Sorry, something went wrong.
Fix the issue where playback was not possible when reloading after st…
af179c6
…opping webrtc playback. #370
I had this problem too and .34 fixes the issue.
Fixed at af179c6
SangwonOh
No branches or pull requests
Observed with the latest Ovenplayer, i.e. 0.10.30
The flow to produce the error is as follows:
The
WebRTCLoader.js
line in question is:The line in
Api.js
is insideload()
:The text was updated successfully, but these errors were encountered: