We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot unpack non-iterable Mock() object
Issue happens with this xblock https://github.com/edx/xblock-lti-consumer version 2.7.4. For older version 1.2.1 everything works correctly.
2.7.4
1.2.1
Problem in this line:
https://github.com/edx/xblock-sdk/blob/744a4e2c35222f1c03cc5729e1bc5ea56e828376/workbench/runtime.py#L300
as it is expects UsageKey
UsageKey
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cannot unpack non-iterable Mock() object
Issue happens with this xblock https://github.com/edx/xblock-lti-consumer
version
2.7.4
. For older version1.2.1
everything works correctly.Problem in this line:
https://github.com/edx/xblock-sdk/blob/744a4e2c35222f1c03cc5729e1bc5ea56e828376/workbench/runtime.py#L300
as it is expects
UsageKey
The text was updated successfully, but these errors were encountered: