Sam
Sam
released in v0.12.0
Hi, yes open water swimming is available. FitTrackee is built around gpx files with a focus on outdoor activities. The integration of other types of sport requires quite a few...
Hi, Is there an error in logs? To be uploaded without errors, gpx files must contain time and elevation.
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...
Hi, how was the application installed? from sources or from pip?
Hi, To run only the application (since redis is not available), the command is: ```shell $ make run-server ``` `make run` starts the application with workers. Are all mandatory [environment...
Hi, great, thanks for the feedback.
Hi, The [database URL](https://samr1.github.io/FitTrackee/en/installation.html#envvar-DATABASE_URL) contains database host, port and credentials: `postgresql://:@:/`. For instance, for dev environment, the script to initialize database is: ```sql CREATE USER fittrackee WITH PASSWORD 'fittrackee'; CREATE...
Hi The workers need **Redis** to run. By default, **FitTrackee** tries to connect to the local **Redis** instance on port 6379 (`localhost:6379`). The default value of the [`REDIS_URL`](https://samr1.github.io/FitTrackee/en/installation.html#envvar-REDIS_URL) environment variable...
Hi, Is it possible to have more information, such as the lines before the SQL error and the steps to reproduce the error? Thanks.