ErikBoesen / schoolopy

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

Redirect Callback URL Doesn't work #47

Closed nicholasxwang closed 2 years ago

nicholasxwang commented 2 years ago

The redirect callback doesn't work. Additionally, this happens:

Screen Shot 2022-06-04 at 8 04 14 PM

Also, the authorization randomly fails. Is there an easy way to authorize with the api without random failures?

ErikBoesen commented 2 years ago

Could you paste specific errors clarifying what you mean by 1) "doesn't work" and 2) "randomly fails"? It's hard to debug with broad descriptions like that.

nicholasxwang commented 2 years ago

It doesn't redirect to the callback.

jwizenfeld04 commented 2 years ago

Not sure if I'm having the exact same issue, but it seems that since Powerschool bought Schoology they finally changed the URLs and the authentication flow no longer works. Anytime I try to go to www.schoology.com it redirects me to a sub-category on the Powerschool website. Subsequently, the authentication URL no longer works as it redirects to Powerschool and says that the URL was not found (404 error).

jwizenfeld04 commented 2 years ago

Also, I'm using the latest version of schoolopy from PyPI (0.2.2) but the Github repo says (0.2.3) so also if you can upload that as the newest version so I can install it with pip. Thank you.

nicholasxwang commented 2 years ago

They fixed the issue. The Oauth works for me, just the Schoology home page is weird.

ErikBoesen commented 2 years ago

Sounds good!