[Bug] videoplayback doent work on .i2p. 500 server error #388
Labels
No labels
A/B testing suspicion
bug
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Fijxu/invidious#388
Loading…
Add table
Add a link
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?
Describe the bug
HI. im trying to use your i2p instance but cant play videos.With or without js it cant load or find a playback. It gives me 500(internal server error) no matter if i try resend request or open it in new tab for playback in 360p. cant help it. here is response header with time cut out.(at logs)
I dont know why it does that,says server closed connection. Would've been glad to use i2p instead of main.| .net instance works great, to add quite often if playback video(in separate browser tab or w/o js) served via 206(partial content) code it corrupts and have to refresh(with my speed it takes 2 mins)
Steps to Reproduce
Logs
Screenshots
Additional context
didnt show steps and logs. HTTP/1.1 500 Internal Server Error
Server: Angie
Date: Wed, 10 Jun 2026 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 26
Connection: close
Proxy-Connection: close . here's responce header
steps-open video on .i2p- not working, try w/o js open in new tab playback-error. or through dev tools-network-latest_version link.
Additional context
os-ubuntu fork
browser-ff fork with arkenfox fresh version.
would be glad if it would work at least somehow, js/no js/360p/separate picture/audio it's fine
The thing is, there is no i2p backends on inv.nadeko.net. I decided to deprecate them as I noticed no one used them.
Also, video playback is awful in I2P due to I2P closing the connection on each request (
Connection: closeheader), adding tons of latency to request a segment of the video (since the video is pulled using multiple requests, that's how DASH works!). So I decided to leave I2P only available for Invidious and not video playback. Sorry, if you need access for videoplayback in I2P, just tell me and I may consider it!.