Torom / BotLi

Lichess Bot
GNU Affero General Public License v3.0
44 stars 82 forks source link

Variants error ? #52

Closed FatFritz2 closed 2 years ago

FatFritz2 commented 2 years ago

Hey @Torom I am having an error with fsf it looks like this... 2022-09-06T06:17:56.311180+00:00 app[worker.1]: Traceback (most recent call last): 2022-09-06T06:17:56.311202+00:00 app[worker.1]: File "//user_interface.py", line 213, in 2022-09-06T06:17:56.311306+00:00 app[worker.1]: ui = UserInterface() 2022-09-06T06:17:56.311313+00:00 app[worker.1]: File "//user_interface.py", line 24, in init 2022-09-06T06:17:56.311372+00:00 app[worker.1]: self.config = load_config() 2022-09-06T06:17:56.311375+00:00 app[worker.1]: File "/config.py", line 40, in load_config 2022-09-06T06:17:56.311434+00:00 app[worker.1]: raise Exception(f'Your config.yml does not have required engine subsection {subsection[0]}.') 2022-09-06T06:17:56.311444+00:00 app[worker.1]: Exception: Your config.yml does not have required engine subsection syzygy.

Torom commented 2 years ago

Your config.yml does not have required engine subsection syzygy. This is literally in the error message.

I have updated the default config yesterday. So you have to add the syzygy section to your config like this.

FatFritz2 commented 2 years ago

So how can I add Syzygy for my bot on Heroku And we have to add Syzygy, not Optional anymore ?

Torom commented 2 years ago

Of course, it is still optional. Just set engine: syzygy: enabled to false (default value) and everything is as before.

FatFritz2 commented 2 years ago

Ok thanks got it 💯