jack-mil/bing-rewards

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

3kh0 opened this issue · 4 comments

3kh0 commented

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

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

Ok, thanks, the mobile method does not work

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

Alright thanks!