question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No credentials stored [Errno 2] No such file or directory: 'data/my@mail'

See original GitHub issue
from py3pin.Pinterest import Pinterest

pinterest = Pinterest(email='my@mail',
                      password='pass',
                      username='username')


Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
imgVOIDcommented, Jan 4, 2021

Me too

1reaction
imgVOIDcommented, Jan 6, 2021

Previously, the program itself created a directory, if that does not exist, now it gives an error. Maybe it’s a my Windows admin rules problem. But today, in my case, directory has been created, and the program show the error too. I think it can be an error with the Windows’ and UNIX difference in the path slashes, but I’m not shure about it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Errno 2 No such file or directory: 'credentials.json'
I think littlecute means try this: with open("C:/Users/BLINDEYE/Desktop/GeminiBots/credentials.json", "r") as f:.
Read more >
Pinterest Login is broken (Due to pinterest API updates) #108
No credentials stored [Errno 2] No such file or directory: 'sectionb\lynetteneal614@mail.ru' [WDM] - Current google-chrome version is 87.0.
Read more >
Filenotfounderror errno 2 no such file or directory python error ...
How to solve filenotfounderror errno 2 no such file or directory in python is shown.
Read more >
FileNotFoundError: [Errno 2] No such file or directory: - YouTube
Hello everyone, today's video is a short one on an error that I got during my last project. I have been short on...
Read more >
Add secrets to your Streamlit apps - Show the Community!
Below is a quick guide on how to add secrets to your deployed apps – it's really easy to do, we promise ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found