hey bentasker,
i have been tinkering around with your awesome work for a few hours now and im learning quite a lot. right now i ran into a problem where the docker container exits with "Export file does not exist"
tl: dr: change EXPORT_FILE=Gadgetbridge.db to EXPORT_FILENAME=Gadgetbridge.db in the docker-compose.yml
what i tried
i made sure that the file really exists (it was 0b, now itws 400kb)
i checked the python code and found that: EXPORT_FILE = os.getenv("EXPORT_FILENAME", "gadgetbridge"), but the documentation claims to use EXPORT_FILE instead of EXPORT_FILENAME
hey bentasker, i have been tinkering around with your awesome work for a few hours now and im learning quite a lot. right now i ran into a problem where the docker container exits with "Export file does not exist"
tl: dr: change EXPORT_FILE=Gadgetbridge.db to EXPORT_FILENAME=Gadgetbridge.db in the docker-compose.yml
what i tried
i made sure that the file really exists (it was 0b, now itws 400kb)
test if its reachable: curl --user gadgetbridge:password -I http://192.168.178.3:8080/remote.php/dav/files/gadgetbridge/Gadgetbridge/Gadgetbridge.db (came back with 200 OK)
i checked the python code and found that: EXPORT_FILE = os.getenv("EXPORT_FILENAME", "gadgetbridge"), but the documentation claims to use EXPORT_FILE instead of EXPORT_FILENAME