Python API course access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024
01:04 PM
I am new to the Canvas API , but not new to APIs in general. I have an access token and the Canvas object creation seems to work fine.
This line of code:
course = canvas.get_course(7308553)
gives me this error: AttributeError: module 'arrow' has no attribute 'ParserError'
any suggestions?