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
I followed all steps in readne file, but its not getting clear on how we get all process running ok.
Rigth now, I can't access to first url: Groups, it refers to Unsupported token type: %s" % self.token_type
==========================================================
Starting at 2024-03-27 00:03:22 -07:00
<mendeley.session.MendeleySession object at 0x000001F15A507310> None https://api.mendeley.com/groups {'Accept': 'application/vnd.mendeley-group.1+json', 'user-agent': 'mendeley/0.3.2 CPython/3.9.5 Windows/10'} {'allow_redirects': True} GET
Traceback (most recent call last):
File "C:\Users\edevp\source\repos\MendeleyToNotion\MendeleyToNotion\src\mendeleyToNotion.py", line 82, in
for item in session.groups.iter():
File "C:\Python39\lib\site-packages\mendeley\resources\base.py", line 39, in iter
page = self._list(page_size, **kwargs)
File "C:\Python39\lib\site-packages\mendeley\resources\base.py", line 51, in _list
rsp = self._session.get(url, headers={'Accept': obj_type.content_type})
File "C:\Python39\lib\site-packages\requests\sessions.py", line 473, in get
return self.request('GET', url, **kwargs)
File "C:\Python39\lib\site-packages\mendeley\session.py", line 92, in request
rsp = self.__do_request(data, full_url, headers, kwargs, method)
File "C:\Python39\lib\site-packages\mendeley\session.py", line 108, in __do_request
rsp = super(MendeleySession, self).request(method, full_url, data, headers, **kwargs)
File "C:\Python39\lib\site-packages\requests_oauthlib\oauth2_session.py", line 276, in request
url, headers, data = self._client.add_token(url,
File "C:\Python39\lib\site-packages\oauthlib\oauth2\rfc6749\clients\base.py", line 188, in add_token
raise ValueError("Unsupported token type: %s" % self.token_type)
ValueError: Unsupported token type:
The text was updated successfully, but these errors were encountered:
I followed all steps in readne file, but its not getting clear on how we get all process running ok.
Rigth now, I can't access to first url: Groups, it refers to Unsupported token type: %s" % self.token_type
==========================================================
Starting at 2024-03-27 00:03:22 -07:00
<mendeley.session.MendeleySession object at 0x000001F15A507310> None https://api.mendeley.com/groups {'Accept': 'application/vnd.mendeley-group.1+json', 'user-agent': 'mendeley/0.3.2 CPython/3.9.5 Windows/10'} {'allow_redirects': True} GET
Traceback (most recent call last):
File "C:\Users\edevp\source\repos\MendeleyToNotion\MendeleyToNotion\src\mendeleyToNotion.py", line 82, in
for item in session.groups.iter():
File "C:\Python39\lib\site-packages\mendeley\resources\base.py", line 39, in iter
page = self._list(page_size, **kwargs)
File "C:\Python39\lib\site-packages\mendeley\resources\base.py", line 51, in _list
rsp = self._session.get(url, headers={'Accept': obj_type.content_type})
File "C:\Python39\lib\site-packages\requests\sessions.py", line 473, in get
return self.request('GET', url, **kwargs)
File "C:\Python39\lib\site-packages\mendeley\session.py", line 92, in request
rsp = self.__do_request(data, full_url, headers, kwargs, method)
File "C:\Python39\lib\site-packages\mendeley\session.py", line 108, in __do_request
rsp = super(MendeleySession, self).request(method, full_url, data, headers, **kwargs)
File "C:\Python39\lib\site-packages\requests_oauthlib\oauth2_session.py", line 276, in request
url, headers, data = self._client.add_token(url,
File "C:\Python39\lib\site-packages\oauthlib\oauth2\rfc6749\clients\base.py", line 188, in add_token
raise ValueError("Unsupported token type: %s" % self.token_type)
ValueError: Unsupported token type:
The text was updated successfully, but these errors were encountered: