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
I'm running a docker container with the following command docker run -d --name playmaker \ -p 5000:5000 \ -v /srv/fdroid:/data/fdroid \ -e HTTPS_CERTFILE="/srv/https.crt" \ -e HTTPS_KEYFILE="/srv/https.key" \ -e LANG_LOCALE="en_UK" \ -e LANG_TIMEZONE="Europe/Berlin" \ -e DEVICE_CODE="oneplus3" \ nomore201/playmaker
but after succesfully pulling it isn't running so I try to start it again and docker start playmaker -i gives
error initializing fdroid repository CRITICAL: Android SDK path "/opt/android-sdk-linux" does not contain "platform-tools/"! CRITICAL: Unknown exception found! Traceback (most recent call last): File "/usr/bin/fdroid", line 147, in <module> main() File "/usr/bin/fdroid", line 124, in main mod.main() File "/usr/lib/python3/dist-packages/fdroidserver/init.py", line 125, in main os.mkdir('repo') PermissionError: [Errno 13] Permission denied: 'repo'
The text was updated successfully, but these errors were encountered:
I'm running a docker container with the following command
docker run -d --name playmaker \ -p 5000:5000 \ -v /srv/fdroid:/data/fdroid \ -e HTTPS_CERTFILE="/srv/https.crt" \ -e HTTPS_KEYFILE="/srv/https.key" \ -e LANG_LOCALE="en_UK" \ -e LANG_TIMEZONE="Europe/Berlin" \ -e DEVICE_CODE="oneplus3" \ nomore201/playmaker
but after succesfully pulling it isn't running so I try to start it again and docker start playmaker -i gives
error initializing fdroid repository CRITICAL: Android SDK path "/opt/android-sdk-linux" does not contain "platform-tools/"! CRITICAL: Unknown exception found! Traceback (most recent call last): File "/usr/bin/fdroid", line 147, in <module> main() File "/usr/bin/fdroid", line 124, in main mod.main() File "/usr/lib/python3/dist-packages/fdroidserver/init.py", line 125, in main os.mkdir('repo') PermissionError: [Errno 13] Permission denied: 'repo'
The text was updated successfully, but these errors were encountered: