ZeroQI / Absolute-Series-Scanner

Seasons, absolute mode, Subfolders...
999 stars 155 forks source link

"ERROR - No module in Absolute Series Scanner" since last commit. #478

Closed hergonoway closed 8 months ago

hergonoway commented 8 months ago

Plex vers. : 1.32.8.7639 OS : Ubuntu LTS20

ASS is broken on my side since commit a6a4490, is there any new dependency or major change with this commit under linux?

Jan 12, 2024 01:22:46.148 [140085786704704] ERROR - No module in Absolute Series Scanner
Jan 12, 2024 01:22:46.148 [140085786704704] ERROR - We got an error scanning in /data/Anime/Librairie/All
Jan 12, 2024 01:23:09.440 [140085786704704] ERROR - No module in Absolute Series Scanner
Jan 12, 2024 01:23:09.440 [140085786704704] ERROR - We got an error scanning in /data/Anime/Librairie/All
Jan 12, 2024 01:23:12.808 [140085786704704] WARN - Scanning the location /data/Anime/Librairie/All did not complete

Target folder is the right one : .../Scanners/Series/ chown to the right user + 775 was applied to /Scanners after downloading the raw file

peek of my update script :

wget -O '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series/Absolute Series Scanner.py' https://raw.githubusercontent.com/ZeroQI/Absolute-Series-Scanner/master/Scanners/Series/Absolute%20Series%20Scanner.py
chown -R pms:pms '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners'
chmod -R 775 '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners'

I rolled back to file from previous commit (f6c6ac6), all is working back again:

rm Absolute\ Series\ Scanner.py 
sudo wget -O '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series/Absolute Series Scanner.py' https://github.com/ZeroQI/Absolute-Series-Scanner/raw/f6c6ac643c6e312e2a4d50ec83eb1e053c96ea64/Scanners/Series/Absolute%20Series%20Scanner.py
chown -R pms:pms '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners'
chmod -R 775 '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners'

Note: Plex was stopped before wget/chown

hergonoway commented 8 months ago

I've just updated ASS with version from commit ee10f5c and all is working as it should now

thanks for the quick fix!

ZeroQI commented 8 months ago

To be fair, @lacee677 submitted a pull request with the fix.