GPX-Import
Hallo, i can not import GPX-Files and Zip-Folder.
"error, please try again or contact the administrator"
Sorry my English is very bad, i am from German
Hi,
Is there an error in logs?
To be uploaded without errors, gpx files must contain time and elevation.
Hi i send you dramatiq.log fittrackee.log gunicorn.log
it is a new installation, the error is the same "error, please try again or contact the administrator"
Hi,
it's not related but in the logs there are errors related to Redis (Error 111 connecting to localhost:6379. Connection refused). On a single-user instance, it's not mandatory to run workers. A CLI is available to manage user account.
in the logs, unless I'm mistaken, the error related to a file import is not present. would it be possible to get the logs just after importing a file? thanks in advance.
Hi, here are the new logs after importing a file, i see no errors
Hi,
how was the application installed? from sources or from pip?
Hi, i installed from Production environment. My OS is OpenSuse Tumbleweed . I will try it with Docker
Hi,
To run only the application (since redis is not available), the command is:
$ make run-server
make run starts the application with workers.
Are all mandatory environment variables set? especially UPLOAD_FOLDER?
Hi, the problem is solved, the path to the UPLOAD_FOLDER was not correct, thanks for the quick solution.
LG herbert
Hi,
great, thanks for the feedback.