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

Bug: Instructor dashboard error when selecting more than one org #258

Closed
bmtcril opened this issue Aug 3, 2023 · 0 comments · Fixed by #261 or #271
Closed

Bug: Instructor dashboard error when selecting more than one org #258

bmtcril opened this issue Aug 3, 2023 · 0 comments · Fixed by #261 or #271

Comments

@bmtcril
Copy link
Contributor

bmtcril commented Aug 3, 2023

Looks like a datatype / extra parens issue:

:HTTPDriver for http://clickhouse:8123 returned response code 500)
 Code: 43. DB::Exception: Invalid types for IN function: String and Tuple(Tuple(String, String)).: While processing (verb_id = 'https://w3id.org/xapi/video/verbs/played') AND (org IN tuple(('edX', 'UMONTREAL'))). (ILLEGAL_TYPE_OF_ARGUMENT) (
This may be triggered by: 
Issue 1002 - The database returned an unexpected error.
SoryRawyer added a commit to SoryRawyer/tutor-contrib-aspects that referenced this issue Aug 3, 2023
This fixes openedx#258. The `where_in` jinja filter will add parens
automatically. The extra parens don't cause an issue with just one
filter value, but it does as soon as there's more than one value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment