mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-07 07:32:12 +00:00
PAS doesnt work anymore #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mondychan on GitHub.
hello
with the latest image of PAS "sabrsorensen/alpine-plex_autoscan:latest" commited to github at 7/23/2020 at 9:52 am (dunno the timezone github uses, if it uses my default then its CET) - DIGEST = (2247ea93f9d4)
PAS starts to throw error
can be fixed with editing the binding inside the docker container for /rclone_config to
and edit the rclone config entry in the file
/opt/appdata/plexautoscan/config/config.json
to
"CONFIG": "/rclone_config/rclone.conf",
fixes the issue
could anyone incorporate this workaround into the deployment code?
@smashingtags commented on GitHub:
Will look at this shortly am at the beach atm, thanks guys
@dallensmith commented on GitHub:
same issue here
@pazport commented on GitHub:
mine as done the update last night. and now. i can't access it on web-browser. but it is still sending signal to plex for time being. so i restarted plexautoscan and now. it just keeps saying i don't have PAS setup
@smashingtags commented on GitHub:
I have tried to implement this fix, working from the beach so much appreciated if you guys can test and make sure I got it right. Then I can close out this issue.
@mondychan commented on GitHub:
when you recreate the container now, it creates an internal storage for /config binding, instead of the "Regular" "/opt/appdata/plexautoscan/config" binding to "/config" , so the log now shows "no config.json found" error
after fixing this lil hiccup to the regular binding path, it works, so the other problem with rclone.conf has been fixed :slight_smile:

tho i would advise (not rly sure if it matters, but better be safe than sorry) to make this binding read-only

@smashingtags commented on GitHub:
Should be all good now worked for me no errors