ErikBoesen / schoolopy

:school: Python wrapper for Schoology's REST API.
MIT License
47 stars 19 forks source link

Blank response returned #19

Closed justanothernoob4648 closed 4 years ago

justanothernoob4648 commented 4 years ago

Using get_courses, and looking at the code, it seems I keep getting the decode error in the try except block sc = schoolopy.Schoology(schoolopy.Auth( 'XXXXXXXX', 'XXXXXXXXXXXXXXXXXX')) response = sc.get_courses() print(response) I get simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

ErikBoesen commented 4 years ago

This seems to be an issue on Schoology's side. Unfortunately I can't do much about this. Sorry.