gologinapp / pygologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and running
Other
65 stars 41 forks source link

Wrong file directory #20

Open 1heurer opened 1 year ago

1heurer commented 1 year ago

Getting this error code with the new update when I try to start gologin with selenium

FileNotFoundError: [Errno 2] No such file or directory: '/Users/thet/.gologin/browser/Orbita-Browser.app/Contents/MacOS/Orbita'

I checked this directory and it doesn't seem to exist anymore. Changed the path in gologin.py to

gologin/browser/orbita-browser-13/Orbita-Browser.app/Contents/MacOS/Orbita

Now Gologin is launching but selenium crashes immediately with this error code

assert "Python" in driver.title AssertionError

1heurer commented 1 year ago

Assert error was on my behalf, the path still needs to be fixed to .gologin/browser/orbita-browser-13/Orbita-Browser.app/Contents/MacOS/Orbita

FranciscoPalomares commented 1 year ago

Solutions ?