Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TickTick import fails with error code 500 #61

Closed
JoelB opened this issue Jan 22, 2023 · 2 comments
Closed

TickTick import fails with error code 500 #61

JoelB opened this issue Jan 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@JoelB
Copy link

JoelB commented 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

@kolaente
Copy link
Member

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

@kolaente kolaente added the bug Something isn't working label Jan 22, 2023
@kolaente
Copy link
Member

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

kolaente added a commit that referenced this issue Feb 3, 2023
…(#1356)

Resolves: #61
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1356
Co-authored-by: kooshi <kolaente.dev@pat.de.com>
Co-committed-by: kooshi <kolaente.dev@pat.de.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants