tehp / OpenPoGoBot

A PokemonGo Python bot - NO LONGER MAINTAINED
MIT License
123 stars 53 forks source link

Bot does not write location-*username*.json to Web directory #64

Closed corang closed 8 years ago

corang commented 8 years ago

Expected Behavior

location-username.json in web directory

Actual Behavior

file not found which causes web page to not work

Steps to Reproduce

start bot start webserver observe directory contents and webserver console

Other Information

OS: Windows 10 Git Commit: Newest as of 12:25 AM EST July 26, 2016 (Master)

corang commented 8 years ago

There is a fix workaround. You need to manually create the json file with the correct name and {} as the file contents as referenced in this issue comment https://github.com/OpenPoGo/OpenPoGoWeb/issues/50#issuecomment-235160302

meyer9 commented 8 years ago

so, it does create the file?

corang commented 8 years ago

It does not create the file but once the file is there it will write to it.

meyer9 commented 8 years ago

I couldn't recreate this, but I don't have a windows computer atm to test.

wchill commented 8 years ago

This system will be replaced anyway, so using the workaround is encouraged.