TickTick import fails with error code 500 #119

Closed
opened 2025-11-01 20:47:37 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @JoelB on GitHub (Jan 22, 2023).

Description

When I try to import my TickTick backup CSV file, the upload fails with "Request failed with status code 500 Internal Server Error"

When I check the logs of the API server, this is the error:
2023-01-22T03:20:20.330785492Z: ERROR ▶ handler/Migrate 0bf strconv.Atoi: parsing "": invalid syntax

I'm assuming it's looking for an integer on a certain field and the field is empty, but I cannot tell which field that might be. I tried setting log.level to DEBUG, there isn't any additional detail in the logs.

Is there any way to determine what field it is failing on?

In case it matters, I am running Vikunja on Podman using my own Nginx reverse proxy.

Thanks!

Vikunja Frontend Version

0.20.2

Vikunja API Version

0.20.1

Browser and version

Firefox 109

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

Originally created by @JoelB on GitHub (Jan 22, 2023). ### Description When I try to import my TickTick backup CSV file, the upload fails with "Request failed with status code 500 Internal Server Error" When I check the logs of the API server, this is the error: 2023-01-22T03:20:20.330785492Z: ERROR ▶ handler/Migrate 0bf strconv.Atoi: parsing "": invalid syntax I'm assuming it's looking for an integer on a certain field and the field is empty, but I cannot tell which field that might be. I tried setting log.level to DEBUG, there isn't any additional detail in the logs. Is there any way to determine what field it is failing on? In case it matters, I am running Vikunja on Podman using my own Nginx reverse proxy. Thanks! ### Vikunja Frontend Version 0.20.2 ### Vikunja API Version 0.20.1 ### Browser and version Firefox 109 ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots _No response_
GiteaMirror added the bug label 2025-11-01 20:47:37 -05:00
Author
Owner

@kolaente commented on GitHub (Jan 22, 2023):

There's actually a PR already for this: https://kolaente.dev/vikunja/api/pulls/1356

@kolaente commented on GitHub (Jan 22, 2023): There's actually a PR already for this: https://kolaente.dev/vikunja/api/pulls/1356
Author
Owner

@kolaente commented on GitHub (Jan 24, 2023):

Should be fixed in 31a1452839. Please check out the next unstable build or on try.

@kolaente commented on GitHub (Jan 24, 2023): Should be fixed in https://github.com/go-vikunja/api/commit/31a1452839353e7c47f8402904210c53d6856e93. Please check out the next unstable build or on [try](https://try.vikunja.io).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#119