jellyfin / jellyfin-plugin-opensubtitles

https://jellyfin.org
GNU General Public License v3.0
128 stars 27 forks source link

Download limit blocks uploads from local drive #148

Closed Liquoriced closed 1 month ago

Liquoriced commented 2 months ago

When I reach the daily limit for subtitles download from OpenSubtitles, this impacts my ability to upload local subtitles from my drive to Jellyfin - which of course shouldn't.

This is the error that it gives:

[2024-06-14 16:46:07.435 +00:00] [INF] [17] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.17.0.1" request [2024-06-14 16:46:44.066 +00:00] [ERR] [17] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Unexpected end of request content". URL "POST" "/Videos/cc8360f00d7cfe11cd3cfe49983a8872/Subtitles". [2024-06-14 16:46:44.181 +00:00] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.17.0.1" closed

The only way to fix this seems to physically copy the subtitle in the mkv folder and rename it appropriately, and run a media scan. If, instead, I try to upload it using Jellyfin I receive the error above, using the same srt file.

MBR-0001 commented 1 month ago

This isn't related to the plugin since the local uploads aren't in any way related to subtitle providers. "Unexpected end of request content" sounds like a proxy/network error.

@crobibero could this get moved to the main server repo if appropriate?

crobibero commented 1 month ago

This requires more information to be moved to the server repo, so I will just close this and request that @Liquoriced open a full issue in the server repo (https://github.com/jellyfin/jellyfin) if they are still encountering the issue.