openedx / openedx/openedx-platform
fix: edX Studio doesn't support third-party handler urls for XBlock <class 'xblock.internal.VideoBlockWithMixins'>
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
This warning is appearing 30 times during provisioning. It clutters logs and hinders dev experience (https://github.com/openedx/edx-platform/issues/32888).
I appears to be due to thirdparty being set as True here (is it correct to set it to True?):
https://github.com/openedx/edx-platform/blob/e82016257280a9d9516187cc88a774b5fde04add/xmodule/video_block/video_block.py#L1212-L1213
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in xmodule/video_block/video_block.py at lines 1212-1213 and reproduce the warning during provisioning. Trace how the third-party setting affects handler URLs for VideoBlockWithMixins; done means provisioning no longer emits the repeated warning while third-party handler URLs remain supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100