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

Filtering by customized events does not work in the non premium version #7362

Closed
LefterisJP opened this issue Jan 28, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@LefterisJP
Copy link
Member

LefterisJP commented Jan 28, 2024

Problem Definition

Trying to filter by customized events in 1.31.2 history events does not work if the user is not premium. Throws a 500 error.

Peek.2024-01-29.00-17.mp4

Logs

[29/01/2024 00:11:34 CET] DEBUG rotkehlchen.api.server Greenlet-3: start rotki api OPTIONS /api/1/history/events view_args={}, query_string=b''
[29/01/2024 00:11:34 CET] DEBUG rotkehlchen.api.server Greenlet-3: end rotki api OPTIONS /api/1/history/events view_args={}, query_string=b'', status_code=200, result=None
[29/01/2024 00:11:34 CET] DEBUG rotkehlchen.api.server Greenlet-3: start rotki api POST /api/1/history/events view_args={}, query_string=b''
[29/01/2024 00:11:34 CET] CRITICAL rotkehlchen.api.server Greenlet-3: Unhandled exception when processing endpoint request exc_info=True, exception=no such column: history_events.identifier
[29/01/2024 00:11:34 CET] DEBUG rotkehlchen.api.server Greenlet-3: end rotki api POST /api/1/history/events view_args={}, query_string=b'', status_code=500, result={'result': None, 'message': 'no such column: history_events.identifier'}
[29/01/2024 00:11:36 CET] DEBUG rotkehlchen.api.server Greenlet-3: start rotki api GET /api/1/periodic view_args={}, query_string=b''

Task

Solve it.

@LefterisJP LefterisJP added the bug Something isn't working label Jan 28, 2024
@LefterisJP LefterisJP added this to the 1.31.3 milestone Jan 28, 2024
@LefterisJP LefterisJP self-assigned this Jan 28, 2024
@LefterisJP LefterisJP changed the title Filtering by customized events does not work in 1.31.2 Filtering by customized events does not work in the non premium version Jan 29, 2024
LefterisJP added a commit to LefterisJP/rotkehlchen that referenced this issue Jan 29, 2024
@kelsos kelsos closed this as completed in 688d938 Jan 31, 2024
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

1 participant