Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

OAuth authentification error #58

Closed
johnsamuelwrites opened this issue Apr 16, 2022 · 2 comments
Closed

OAuth authentification error #58

johnsamuelwrites opened this issue Apr 16, 2022 · 2 comments

Comments

@johnsamuelwrites
Copy link

Thanks for correcting the previous errors in 0.3-alpha3.

I checked out the latest commit in the main branch and 0.3-alpha4. And now, I now face the OAuth error.

  1. I checked with username/password
  2. I checked with botname/password
  File "/mnt/nfs/labstore-secondary-tools-project/itemsubjector-jsamwrites/itemsubjector/my_venv/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/parameters.py", line 432, in validate_token_parameters
    raise_from_error(params.get('error'), params)
  File "/mnt/nfs/labstore-secondary-tools-project/itemsubjector-jsamwrites/itemsubjector/my_venv/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/errors.py", line 402, in raise_from_error
    raise cls(**kwargs)
oauthlib.oauth2.rfc6749.errors.InvalidClientIdError: (invalid_request) The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.

Any idea on this error.

I checked with other scripts of mine. There are no issues.

@dpriskorn
Copy link
Owner

dpriskorn commented May 20, 2022

Interesting. Oauth is not used by the tool at all. Is that the whole traceback?

@dpriskorn
Copy link
Owner

I released a new vesion and updated the dependencies which should fix this. Feel free to reopen if you have the problem with the newest version. :)

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

No branches or pull requests

2 participants