Open Exist2Resist opened 5 years ago
I made some changes to the docker mainly I added the missing docker run variables like time zone, locale, etc. Now I'm getting a new error....
Repo already initalized, skipping init
Checking config.py file
Traceback (most recent call last):
File "/usr/local/bin/pm-server", line 36, in <module>
service = Play(debug=args.debug, fdroid=args.fdroid)
File "/usr/local/lib/python3.7/site-packages/playmaker/service.py", line 71, in __init__
self.fdroid_init()
File "/usr/local/lib/python3.7/site-packages/playmaker/service.py", line 109, in fdroid_init
with open('config.py', 'r') as config_file:
PermissionError: [Errno 13] Permission denied: 'config.py'
I launch the Docker and it exits after a couple min with the following in the log. Started I a server reboot.