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
Am getting this error while trying to login a list of accounts.
Some of the accounts where logged in because the folders where created, then some where not this error came up
the total number of the accounts is 24.
401 Client Error: Unauthorized for url: https://www.pinterest.com/resource/UserSessionResource/create/
this is my code
`def multi_login():
for accts in section_b:
pinterest = Pinterest(email=accts[0],
password=accts[1],
username=accts[2],
cred_root='')
pinterest.login()
multi_login()`
The text was updated successfully, but these errors were encountered:
I have tried a lot of the things that were discussed in all the different conversations of the repositery.
I was really hopeless and I found that it was simply due to me living in a non-english country so I just had to change the settings of my pinterest account and put US in country and american english in language.
Am getting this error while trying to login a list of accounts.
Some of the accounts where logged in because the folders where created, then some where not this error came up
the total number of the accounts is 24.
401 Client Error: Unauthorized for url: https://www.pinterest.com/resource/UserSessionResource/create/
this is my code
`def multi_login():
for accts in section_b:
pinterest = Pinterest(email=accts[0],
password=accts[1],
username=accts[2],
cred_root='')
pinterest.login()
multi_login()`
The text was updated successfully, but these errors were encountered: