will7200 / Yugioh-bot

Bot for Yugioh Duel Links via Nox and Steam
MIT License
58 stars 9 forks source link

Problem during main execution #64

Closed Xarcan closed 6 years ago

Xarcan commented 6 years ago

Hello, The installation executed well but when I launch this command: py main.py config --generate-config or py main.py bot -s

I have the following error; 2018-05-09 11:44:47,737 - bot - CRITICAL - Clean version is wrong (0) cannot be zero something happened 2018-05-09 11:44:47,737 - bot - CRITICAL - Try running git reset --hard origin/master

Do you know what it's not working ? I use the yugioh steam app and the Python 3.6.5 and I use windows 10.

Thank you !

will7200 commented 6 years ago

It appears the the version file cannot get the version from got. Did you use git or zip? Currently git should be the only one doesn't give a 0 value.

Xarcan commented 6 years ago

Indeed, I used the zip version. Now I test with git, the installation and the launch is working well.

Netherless, The bot detects the Yugioh steam version but it has few problems:

I saw the issue https://github.com/will7200/Yugioh-bot/issues/61, but I don't understand what I have to copy and past... I intsalled Tess (with python install.py) but I don't know what I have to copy :/

Sorry... Cand you help me ?

Xarcan commented 6 years ago

It's fixed ! I installed Tess on the right folder (bin/tess) and change the yougioh app language to english (not my native language). Thank you for all :)

will7200 commented 6 years ago

Ok yeah currently English is required since some of the character recognition relies on it. I'll share put that in the readme. Thanks.