Kyrluckechuck / TFT-Bot

Automate Teamfight Tactics (TFT) for token/mission farming. Updated for Set 8.5!
GNU Affero General Public License v3.0
51 stars 7 forks source link

Config YAML not found error #237

Closed chiaseeeeeds closed 3 months ago

chiaseeeeeds commented 6 months ago

Ran into problems while initialising the bot. Config.yaml unable to be found. Installation went as normal though error

Kyrluckechuck commented 6 months ago

@chiaseeeeeds odd, it seems a file the should have been included in however you acquired this bot is not there!

Can you try deleting that folder and re-extracting the latest download that you had used to acquire this? Or cloning the repo, would also work.

chiaseeeeeds commented 6 months ago

Hey man! I did in fact check the folder and it contains the file. I’m not sure whether it’s because my venv is in my C drive but the downloaded folder is in my D drive.

On Sun, 28 Jan 2024 at 11:39 PM, Justin Kyryliuk @.***> wrote:

@chiaseeeeeds https://github.com/chiaseeeeeds odd, it seems a file the should have been included in however you acquired this bot is not there!

Can you try deleting that folder and re-extracting the latest download that you had used to acquire this? Or cloning the repo, would also work.

— Reply to this email directly, view it on GitHub https://github.com/Kyrluckechuck/TFT-Bot/issues/237#issuecomment-1913637622, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWHNGY4UPSH7VXXNID3FMULYQZWL5AVCNFSM6AAAAABCODF3E2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGYZTONRSGI . You are receiving this because you were mentioned.Message ID: @.***>

Kyrluckechuck commented 6 months ago

I wouldn't think so, but could be. Can you attempt the directions as directed here and see if that resolves the issue you're seeing?

chiaseeeeeds commented 6 months ago

hey man! just tried, same error

akshualy commented 4 months ago

Probably due to python being run in a different folder than the bot. We're using relative paths, so relative to where python is being run. Please cd into the cloned repository, create a virtual environment there, and try again.