-
Notifications
You must be signed in to change notification settings - Fork 3
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
term lookup causing error #40
Comments
disable term display temporarily (iss. #40)
But the API call that provides the data needs to be corrected first. See tl-its-umich-edu#43.
This would probably work without changing to the `canvasapi` module, but we're likely to run into some other problem in the future if we don't change.
Hi @lsloan, this is certainly a bug and something I overlooked before. However, I'd caution you to not jump to #43 too quickly, since I'm not sure if It would be easy enough to modify tool-migration/migration/manager.py Lines 73 to 78 in d1d2716
Wishing you the best in 2024. |
Term lookup API call is not reading all of the pages from the API. It reads only the first page and stops. If the later usage of the data from the call doesn't include the term number from the app parameter, the lookup fails.
The text was updated successfully, but these errors were encountered: