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

Integrity error #6

Closed
Ayeven opened this issue Jul 11, 2021 · 3 comments
Closed

Integrity error #6

Ayeven opened this issue Jul 11, 2021 · 3 comments

Comments

@Ayeven
Copy link

Ayeven commented Jul 11, 2021

Tried the going to v1/quote and gotten Integrity error

@F4R4N
Copy link
Owner

F4R4N commented Jul 11, 2021

hi there, thanks for reporting this.
I don't get the exception now, do you still have the same problem?

@Ayeven
Copy link
Author

Ayeven commented Jul 11, 2021

Looking good 👍

@F4R4N
Copy link
Owner

F4R4N commented Jul 11, 2021

I think this was because of timezone differences. probably date in your time zone was 2021/07/10 but the server timezone (UTC) was 2021/07/11, the app tried to create a new object for the date 2021/07/10 but it already exists and also the field is unique, and the exception raise like that. sorry about that.

I disable timezone to fix this bug at #7

@F4R4N F4R4N reopened this Jul 11, 2021
@F4R4N F4R4N closed this as completed Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants