-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker error "We have switched from .json to .py" #325
Comments
I've got the same issue. I tried building the Dockerfile with podman locally in order to see what's going on but it fails at using pip3.
|
Using the image edit: yet it can't import data/config.py which is why it fails. |
Have the same issue. Everything it says in the steps I have already. Did anyone find a solution? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"We have switched from .json to .py for config to have a much more lenient experience
Looks like the auto updater didnt work though
Updating is just 2 easy steps:
1: Rename /Upload-Assistant/data/config.json to /Upload-Assistant/data/config.py
2: Add config = to the beginning of /Upload-Assistant/data/config.py"
Using the latest edition of ghcr.io/l4gsp1ke/upload-assistant:master via docker compose.
Also, I am using a config.py file with config = at teh top so not sure what I need to do to get this to work. Thanks.
The text was updated successfully, but these errors were encountered: