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

Lib not working anymore, got 403 #9

Open
voron434 opened this issue May 15, 2019 · 1 comment
Open

Lib not working anymore, got 403 #9

voron434 opened this issue May 15, 2019 · 1 comment

Comments

@voron434
Copy link

Trying to run your example from REAME:

Python 3.6.3 (default, Oct 3 2017, 21:45:48)
[GCC 7.2.0] on linux

>>> from dominos.api import Client
>>> api = Client()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/ilya/Desktop/subl/venv/lib/python3.6/site-packages/dominos/api.py", line 50, in __init__
    self.reset_session()
  File "/home/ilya/Desktop/subl/venv/lib/python3.6/site-packages/ratelimit/decorators.py", line 80, in wrapper
    return func(*args, **kargs)
  File "/home/ilya/Desktop/subl/venv/lib/python3.6/site-packages/dominos/api.py", line 64, in reset_session
    raise self.ApiError('Failed to clear session: {}'.format(response.status_code))
dominos.api.ApiError: Failed to clear session: 403
@Ali-Parandeh
Copy link

I tested the library in July and it was working fine - The API was providing data to my requests. You can use postman to check the api urls.

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

2 participants