#Weird error with lichess-bot
10 messages · Page 1 of 1 (latest)
The -v will enable more verbose logging for debugging, and the -l log.txt will save the output to the file log.txt
Then, create a new issue and copy the entire log so we can find out what went wrong: https://github.com/lichess-bot-devs/lichess-bot/issues
ok. thanks
can you help me
Traceback (most recent call last):
File "D:\ChessBot\lichess-bot-master\lichess-bot.py", line 48, in <module>
with open("versioning.yml") as version_file:
^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'versioning.yml
That's strange that the file would disappear like that. I suggest downloading the lichess-bot files from the github repository again. Unzip the download to a new directory and copy your personal files (config.yml, the engines/ folder if needed) to the new directory, and run lichess-bot from there. Once lichess-bot works in the new location, you can delete the old lichess-bot directory and move the new one to the location you want.
Thank you so much.
after I requested permission, I encountered this error
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
i use this code
curl -d '' lichess.org/api/bot/account/upgrade -H "Authorization: Bearer <>"
Does adding https:// before lichess.org make a difference?