jack-mil / bing-rewards

A script to automate daily Bing rewards points
MIT License
177 stars 23 forks source link

Unexpected error: [Errno 2] No such file or directory: 'chrome' #15

Closed 3kh0 closed 1 year ago

3kh0 commented 1 year ago

I have installed chrome, you can run it using google-chrome. Yet I still get the error.

image

running with root image

running without root image

jack-mil commented 1 year ago

The script tries to find the command chrome on path (from the windows chrome.exe). If your executable is called google-chrome, then you will want to modify the --exe flag or use the config file to set the browser executable. Hope this helps :)

3kh0 commented 1 year ago

Ok, thanks, the mobile method does not work

jack-mil commented 1 year ago

Yes, this hasn't been tested in a while and I believe some changes to the user agent flag may have broken the mobile method. See Issue #13. If I get a chance , I'll look into it. I haven't personally used this in a while, so recent updates may have broken things

3kh0 commented 1 year ago

Alright thanks!