Results 13 comments of ghita

Happening same thing to me. Very hard to make this work, remote debugging to work in WSL. At some point I saw in wsl that there were multiple opened debugging...

@arpanghosh8453 something is wrong for me also with the README compose file. I get: `podman run --name=influxdb -d --label io.podman.compose.config-hash=3a54e7e26df18788e2fd5d26f998f43e9ed27e71ad53e3bf49d246db85eb2352 --label io.podman.compose.project=fitbit-fetch-data --label io.podman.compose.version=1.0.6 --label [email protected] --label com.docker.compose.project=fitbit-fetch-data --label com.docker.compose.project.working_dir=/home/gheor/tools/fitbit-fetch-data...

I find it interesting that initially I managed to start this directly on Win than I moved everything on WSL filesystem. Was receiving many errors on the fetching container also.

@arpanghosh8453 I agree, it would have mentioned permission as an error. Got back to running the composition with Win mapped folders and all containers start and run. I did the...

@arpanghosh8453 Right, fixed that and I can see I don't receive any more KeyError - but I don't seem to see any data in the UI (after importing Health Stats...

@arpanghosh8453 fixed the issue with influx in the end. I had to use proper volumes in the compose to run this from my windows env. volumes: - influxdb-data:/var/lib/influxdb

Might be a good idea to update the default compose with using volumes. That way it will work consistently both on Win and linux. I can do a PR with...

@arpanghosh8453 another question. If I run the batch fetching of data with bulk mode and I get into API limit and restart the process later for a long period -...

@arpanghosh8453 @dipanghosh I was afraid of that indeed - that it starts from scratch from that date - which is reasonable. Unfortunately the resume does not seems to work, even...

> @ghita The log does not show anything out of ordinary. Did you want for more than an hour after that message showed up in log? Yes, I know it...