Skip to content
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

Python wrapper not working #17

Open
carlojacobs opened this issue Nov 29, 2018 · 0 comments
Open

Python wrapper not working #17

carlojacobs opened this issue Nov 29, 2018 · 0 comments

Comments

@carlojacobs
Copy link

carlojacobs commented Nov 29, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant