-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
instanciating WhatsApp() fails #103
Comments
Same here and this error log: |
@rafamelo01 How did you get that particular error, where is the error log located? Could this be a regression in the latest chromium? Edit: FWIW, hardcoding line 38 of init.py as |
note to self: One thing you should not do is to call alright from within a directory containing alright source code, specifically one containing alright/init.py @Kalebu Are you aware of a special meaning of a directory called User_Data for selenium? I am getting more and more certain that this problem has a lot to do with #104 FWIW, #107 breaks a currently working setup. I just don't see why. |
I got alright to work at least twice, but oftentimes it fails again the next day or after recreating the venv. I'm having trouble to troubleshoot and pinpoint the exact problem, to be honest. So, I will give as much information in order to find out what is going wrong.
My system runs Ubuntu Jammy. I created a venv with "python -m venv alright" and activate as "source alright/bin/activate", then "pip3 install alright". Sometimes it works and then sometimes it breaks for no immediately obvious reason.
I hope for some guidance to be able to look into and understand what is going wrong. The "DevToolsActivePort file doesn't exist"-error from selenium is very generic.
Selenium in general works, though. The following code exits with 0 and a
browser window pops up briefly.
Some information about my system:
The text was updated successfully, but these errors were encountered: