YouROK / TorrServer

Torrent stream server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Panic -1 Crash when openning stream of private torrent

Nathan-Kr opened this issue · comments

Describe the bug
I'm trying to use torrserver along with stremio and It appears that there is a problem with the combination of private torrent and stremio

Private torrent + stremio player: crash
Same private torrent + VLC/MPV/HTML5 player: no crash
Public torrent + stremio player: no crash

To Reproduce
upload private torrent to torrserver
copy stream link
play in stremio (If needed I can provide a very simple addon to do so)

Expected behavior
No crash

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11 + WSL + Docker Desktop
  • TorrServer Version [e.g. MatriX.133t] Docker
  • Also tried MatriX.133 Windows Build same error
  • Also tried Debian 11 + Docker

Additional context
In the screenshot the torrent has exactly 5107 pieces. And it appears that torrserver crash when trying to load that last piece. It seams that stremio player is loading every single piece at startup whereas with vlc I don't see all these "piece N completion changed" iteration when starting the stream.