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
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
So, searches for subtitles always come up empty, whatever the settings used.
I tried updating manually to 2.5.7.2663 but problem persists.
Went on to check the logs and found the following error times and times again :
2018-07-03 15:55:32,139 (-4f200b90) : CRITICAL (agentkit:1078) - Exception in the update function of agent named 'Sub-Zero Subtitles (TV, 2.5.7.2663 DEV)', called with guid 'com.plexapp.agents.thetvdb://xxxxxx/1/14?lang=en' (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-fd05be322/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/agentkit.py", line 1076, in _update
agent.update(obj, media, lang, **kwargs)
File "/config/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Code/__init__.py", line 221, in update
scanned_video_part_map = scan_videos(videos, providers=providers)
File "/config/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Code/support/scanning.py", line 120, in scan_videos
skip_hashing=skip_hashing)
File "/config/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Code/support/scanning.py", line 91, in scan_video
only_one=config.only_one)
File "/config/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subzero/video.py", line 25, in set_existing_languages
only_one=only_one).values())
File "/config/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/core.py", line 630, in search_external_subtitles
only_one=only_one))
File "/config/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/core.py", line 558, in _search_external_subtitles
for entry in scandir(dirpath):
File "/config/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/scandir.py", line 553, in scandir_python
raise posix_error(path)
OSError: [Errno 75] Value too large for defined data type: u'/data/tvshows/My Show/Season 1'
plex is running in a docker container (image from lsioarmhf/plex)
physical host is an ODROID XU4 (armv7l) running Arch linux
I am suspecting a different libc implementation from most systems, but if anyone is willing to give me a hand in patching this bit of code for it to work on my system I would be forever grateful :)
The text was updated successfully, but these errors were encountered:
So, searches for subtitles always come up empty, whatever the settings used.
I tried updating manually to 2.5.7.2663 but problem persists.
Went on to check the logs and found the following error times and times again :
scandir.py shows :
I should probably add that :
I am suspecting a different libc implementation from most systems, but if anyone is willing to give me a hand in patching this bit of code for it to work on my system I would be forever grateful :)
The text was updated successfully, but these errors were encountered: