togglcsv icon indicating copy to clipboard operation
togglcsv copied to clipboard

Error: Failed to retrieve time records. The GET request failed.

Open kevinpolisano opened this issue 2 years ago • 0 comments

When I run the command togglcsv I get this error:

./togglcsv export 35xxxxxxxxxxxxx2b 2022-10-25

Error: Failed to retrieve time records between "2022-10-25 00:00:00 +0000 UTC" and "2022-10-27 23:59:59 +0000 UTC": Failed to retrieve time entries (Start: "2022-10-25 00:00:01 +0000 UTC", Stop: "2022-10-27 23:59:59 +0000 UTC"): The GET request against https://www.toggl.com/api/v8/time_entries?start_date=2022-10-25T00%3A00%3A01%2B00%3A00&end_date=2022-10-27T23%3A59%3A59%2B00%3A00 failed (410 Gone): <html>
<head><title>410 Gone</title></head>
<body>
<center><h1>410 Gone</h1></center>
<hr><center>nginx</center>
</body>
</html>```

How can I fix it please?

kevinpolisano avatar Oct 27 '22 15:10 kevinpolisano