Chrome fails to load video on 6th switch #639
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#639
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To reproduce:
In video view or timeline view, scroll through the videos in the search bar at the top.
When you switch to the 6th video (in whatever order you go), the video fails to load.
Screengrab to demonstrate issue: http://bhangar.com/tmp/chrome-error666.mkv
fixed by loading videos from subdomain with random number video\d+.pad.ma.
this is to work around a bug in chrome that replacing/removing video elements from the dom does not remove them from the network stack. ideally this would be fixed in chrome at some point.