You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create an instance of class in the python wrapper, i get the following error:
Traceback (most recent call last):
File "somtoday.py", line 192, in <module>
instance = Somtoday("<myusername>", "<mypassword>", "<myschool>", "<mybrin>")
File "somtoday.py", line 57, in __init__
response = self.getJSON(loginurl)
File "somtoday.py", line 173, in getJSON
raise invalidResponse("Page not found.")
__main__.invalidResponse: Page not found.
The information I passed was valid.
Does it maybe have something to do with an updated SOMToday api?
The text was updated successfully, but these errors were encountered:
When I create an instance of class in the python wrapper, i get the following error:
The information I passed was valid.
Does it maybe have something to do with an updated SOMToday api?
The text was updated successfully, but these errors were encountered: