LtCMDstone / MS-Rewards-Farmer-Docker

Dockerized bot for MS-Rewards
16 stars 6 forks source link

Chrome version and other things #9

Open pilonull opened 2 months ago

pilonull commented 2 months ago

Hello, recently stumbled across this, thank you!

Getting errors:

2024-08-15T17:07:48.079104107Z from session not created: This version of ChromeDriver only supports Chrome version 127
2024-08-15T17:07:48.079112417Z Current browser version is 125.0.6422.141

I tried using ENV Variable MSR_CHROMEVERSION but couldn't get it to work.

Couple other things I encountered while setting this up, for README.MD, under docker compose section:

    volumes:
      - ./tmp:/app/tmp

Should be:

    volumes:
      - ./tmp:/tmp

Also, looks like klept0 changed how discord notifications work, so environment variable: MSR_DISCORD Does not work anymore.

I worked around this by creating a config.yaml in the directory and mapped volume: - /mnt/Docker_Data/msrewards/config.yaml:/app/config.yaml:RO and this seems to work great.

Unfortunately I am a complete github noob and would submit a pull request to update your documentation but I have no idea how to do that.