Started, I think, after the last update or the one before. Had been working OK for a year or so.
I am updating using the Docker Create
method as published by LSIO
I see these error messages whenever I try to “check for updates”:
2020-05-03 09:28:31 ERROR WEBSERVER-ERRORLOGS :: [c5ed827] git fetch origin --prune returned code 255, treating as error : error: cannot open .git/FETCH_HEAD: Permission denied
2020-05-03 09:28:31 DEBUG WEBSERVER-ERRORLOGS :: Executing git fetch origin --prune with your shell in /app/sickchill
None
2020-05-03 09:28:31 ERROR WEBSERVER-ERRORLOGS :: [c5ed827] git config remote.origin.url https://github.com/SickChill/SickChill.git returned code 255, treating as error : error: could not lock config file .git/config: Permission denied
2020-05-03 09:28:31 DEBUG WEBSERVER-ERRORLOGS :: Executing git config remote.origin.url https://github.com/SickChill/SickChill.git with your shell in /app/sickchill
2020-05-03 09:28:31 DEBUG WEBSERVER-ERRORLOGS :: git rev-parse HEAD : returned successful
2020-05-03 09:28:31 DEBUG WEBSERVER-ERRORLOGS :: Executing git rev-parse HEAD with your shell in /app/sickchill
None
2020-05-03 09:28:31 ERROR WEBSERVER-ERRORLOGS :: [c5ed827] git symbolic-ref -q HEAD returned :
2020-05-03 09:28:31 DEBUG WEBSERVER-ERRORLOGS :: Executing git symbolic-ref -q HEAD with your shell in /app/sickchill
2020-05-03 09:28:31 INFO WEBSERVER-ERRORLOGS :: Checking for updates using GIT
None
2020-05-03 09:28:30 ERROR WEBSERVER-ERRORLOGS :: [c5ed827] git symbolic-ref -q HEAD returned :
2020-05-03 09:28:30 DEBUG WEBSERVER-ERRORLOGS :: Executing git symbolic-ref -q HEAD with your shell in /app/sickchill
2020-05-03 09:28:30 DEBUG WEBSERVER-ERRORLOGS :: Using: git
2020-05-03 09:28:30 DEBUG WEBSERVER-ERRORLOGS :: git version : returned successful
2020-05-03 09:28:30 DEBUG WEBSERVER-ERRORLOGS :: Executing git version with your shell in /app/sickchill
2020-05-03 09:28:30 DEBUG WEBSERVER-ERRORLOGS :: Checking if we can use git commands: git version
2020-05-03 09:27:32 DEBUG WEBSERVER-HOME :: check_for_new_news: Checking GitHub for latest news.
2020-05-03 09:27:32 INFO WEBSERVER-HOME :: No update needed
2020-05-03 09:27:32 WARNING WEBSERVER-HOME :: Unable to contact github, can't check for update
None
2020-05-03 09:27:32 ERROR WEBSERVER-HOME :: [c5ed827] git fetch origin --prune returned code 255, treating as error : error: cannot open .git/FETCH_HEAD: Permission denied
2020-05-03 09:27:32 DEBUG WEBSERVER-HOME :: Executing git fetch origin --prune with your shell in /app/sickchill
None
2020-05-03 09:27:32 ERROR WEBSERVER-HOME :: [c5ed827] git config remote.origin.url https://github.com/SickChill/SickChill.git returned code 255, treating as error : error: could not lock config file .git/config: Permission denied
2020-05-03 09:27:32 DEBUG WEBSERVER-HOME :: Executing git config remote.origin.url https://github.com/SickChill/SickChill.git with your shell in /app/sickchill
2020-05-03 09:27:32 DEBUG WEBSERVER-HOME :: git rev-parse HEAD : returned successful
2020-05-03 09:27:32 DEBUG WEBSERVER-HOME :: Executing git rev-parse HEAD with your shell in /app/sickchill
None
2020-05-03 09:27:32 ERROR WEBSERVER-HOME :: [c5ed827] git symbolic-ref -q HEAD returned :
2020-05-03 09:27:32 DEBUG WEBSERVER-HOME :: Executing git symbolic-ref -q HEAD with your shell in /app/sickchill
2020-05-03 09:27:32 INFO WEBSERVER-HOME :: Checking for updates using GIT
I’ve tried removing and re-installing both the container/image as I would when updating, as well as removing and re-installing the Docker application on my Synology NAS with no change.
For my Sickchill user/group I am using Admin:Users (PUID=1024, PGID=100)
I note on the Sickchill issues page there are several others reporting the same problem.
Any help?
Thanks.