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
Hey, I'm trying to login, but TypeError is raised.
TypeError: a bytes-like object is required, not 'str'
>>> logged_in = pinterest.login()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\User\Documents\GitHub\pinterest-client\pinterest\Pinterest.py", line 110, in login
self.user = self.extract_user_data(r.content)
File "C:\Users\User\Documents\GitHub\pinterest-client\pinterest\Pinterest.py", line 93, in extract_user_data
s = html_page[html_page.rfind('application/json'):]
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered:
Hey, I'm trying to login, but TypeError is raised.
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered: