We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, I don't seem able to pull data older than today. I tried using --fromdate 2023-01-01 00:00 but it returns an error:
withings-sync: error: unrecognized arguments: --fromdate 2023-01-01 00:00
Even changing the format to date only (without timestamp) returns similar message.
The text was updated successfully, but these errors were encountered:
I figured it out, it was missing the = in the parameter passing... rookie mistake.
Sorry, something went wrong.
what should the command string have been? having the same issue, but am a rookie
@michaelknox If you could answer (just the right command), we can enhance documentation and close the issue. Thanks!
Apologies. The correct Syntax should be:
--fromdate=2023-01-01 00:00
@michaelknox how do you do this from a "docker start" command?
docker start -a -i <container_id> ......
Is there an ENV property I can use for this?
@leaskovski also interested in this.
longstone
No branches or pull requests
Hi, I don't seem able to pull data older than today. I tried using --fromdate 2023-01-01 00:00 but it returns an error:
withings-sync: error: unrecognized arguments: --fromdate 2023-01-01 00:00
Even changing the format to date only (without timestamp) returns similar message.
The text was updated successfully, but these errors were encountered: