Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using Google Colab #206

Open
GaryVelluz opened this issue May 17, 2024 · 0 comments
Open

Error when using Google Colab #206

GaryVelluz opened this issue May 17, 2024 · 0 comments

Comments

@GaryVelluz
Copy link

GaryVelluz commented May 17, 2024

Hello,

I have tested py3pin on Google Colab, however I have the following error:
I'm new to programming, I don't know if the error is important or not.

__No credentials stored [Errno 2] No such file or directory: '[cred_root/[email protected]]
(mailto:cred_root/[email protected])'
---------------------------------------------------------------------------
SessionNotCreatedException                Traceback (most recent call last)
[<ipython-input-8-35e2bbdd3ef8>](https://localhost:8080/#) in <cell line: 8>()
      6                       cred_root='cred_root')
      7 
----> 8 pinterest.login()

6 frames
[/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/errorhandler.py](https://localhost:8080/#) in check_response(self, response)
    227                 alert_text = value["alert"].get("text")
    228             raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
--> 229         raise exception_class(message, screen, stacktrace)

SessionNotCreatedException: Message: session not created: Chrome failed to start: exited normally.
  (session not created: DevToolsActivePort file doesn't exist)
  (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)_

Thank you

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

No branches or pull requests

1 participant