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
I'm getting a ton of these weekly in Sentry, here'a the trace:
/node_modules/plyr/dist/plyr.min.js in at line 1:16270
1 {snip} xt)}else i(s.response)})),s.addEventListener("error",(()=>{throw new Error(s.status)})),s.open("GET",e,!0),s.responseType=t,s.send()}catch(e {snip} 2 //# sourceMappingURL=plyr.min.js.map
I don't get the error locally but it's occuring for probably 10% of our users weekly. What could be causing this? And why is the error just a 0?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting a ton of these weekly in Sentry, here'a the trace:
/node_modules/plyr/dist/plyr.min.js in at line 1:16270
1
{snip} xt)}else i(s.response)})),s.addEventListener("error",(()=>{throw new Error(s.status)})),s.open("GET",e,!0),s.responseType=t,s.send()}catch(e {snip}
2
//# sourceMappingURL=plyr.min.js.map
I don't get the error locally but it's occuring for probably 10% of our users weekly. What could be causing this? And why is the error just a 0?
The text was updated successfully, but these errors were encountered: