You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What am I experiencing?
I am running Jackettio with premiumize. After selecting a movie, many streams are shown as expected (e.g., for Alien Romulus 8 out of the 20 releases found were cached, thus were listed in stremio). However, when click in any of those, I get a red unexpected error warning 30s video and the following stacktrace is logged:
GET /*******************/download/movie/tt18412256/a664d02009c072401ad09e29e7e8d9bac628e69b/Alien%20Romulus%201080p
jackett | 11-29 20:17:29 Info Torznab search in RedeTorrent for Alien: Romulus => Found 20 releases [7981ms]
jackett | 11-29 20:17:31 Info Torznab search in ApacheTorrent for Alien: Romulus => Found 20 releases [10525ms]
jackettio | tt18412256 : PM : 36f53d289618bde502342a967e4399930669c57d : 5 files found
jackettio | tt18412256 Error: No download for type movie and ID a664d02009c072401ad09e29e7e8d9bac628e69b
jackettio | at Module.getDownload (file:///home/node/app/src/lib/jackettio.js:430:11)
jackettio | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
jackettio | at async file:///home/node/app/src/index.js:177:17
jackettio | tt18412256 : PM : 36f53d289618bde502342a967e4399930669c57d : get files ...
jackettio | tt18412256 : PM : 36f53d289618bde502342a967e4399930669c57d : 5 files found
jackettio | tt18412256 Error: No download for type movie and ID a664d02009c072401ad09e29e7e8d9bac628e69b
jackettio | at Module.getDownload (file:///home/node/app/src/lib/jackettio.js:430:11)
jackettio | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
jackettio | at async file:///home/node/app/src/index.js:177:17
How did I setup jackettio?
I kept my docker-compose.yml from the time before real debrid had deprecated the cache-checking endpoint. All I did was docker compose pull and reconfigure my addon to use premiumize instead of real debrid.
Hello same issue for me with StremioFR that seems to be using Jackettio. When the file is done being cached on Premiumize I get that same error message.
What am I experiencing?
I am running Jackettio with premiumize. After selecting a movie, many streams are shown as expected (e.g., for Alien Romulus 8 out of the 20 releases found were cached, thus were listed in stremio). However, when click in any of those, I get a red unexpected error warning 30s video and the following stacktrace is logged:
How did I setup jackettio?
I kept my docker-compose.yml from the time before real debrid had deprecated the cache-checking endpoint. All I did was
docker compose pull
and reconfigure my addon to use premiumize instead of real debrid.Any idea of why it's happening?
The text was updated successfully, but these errors were encountered: