Skip to content
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

fix: edX Studio doesn't support third-party handler urls for XBlock <class 'xblock.internal.VideoBlockWithMixins'> #33581

Open
Tracked by #32888
DanielVZ96 opened this issue Oct 24, 2023 · 0 comments

Comments

@DanielVZ96
Copy link
Contributor

This warning is appearing 30 times during provisioning. It clutters logs and hinders dev experience (#32888).

I appears to be due to thirdparty being set as True here (is it correct to set it to True?):

transcripts = {
lang: self.runtime.handler_url(self, 'transcript', 'download', query="lang=" + lang, thirdparty=True)

@DanielVZ96 DanielVZ96 changed the title Fix: edX Studio doesn't support third-party handler urls for XBlock <class 'xblock.internal.VideoBlockWithMixins'> fix: edX Studio doesn't support third-party handler urls for XBlock <class 'xblock.internal.VideoBlockWithMixins'> Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant