Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot not creating location-username in web directory #1037

Closed
talmachani opened this issue Jul 26, 2016 · 4 comments
Closed

Bot not creating location-username in web directory #1037

talmachani opened this issue Jul 26, 2016 · 4 comments

Comments

@talmachani
Copy link

Expected Behavior

Should create web/location-%s.json but no such file.
web dir does contains catchable and Inventory files.

Actual Behavior

No such file, maps isn't showing current user location.

Steps to Reproduce

run with config.json file...

Other Information

OS:
Ubuntu 14.04

@talmachani
Copy link
Author

Simple solution...
remove the line sttepr.py lines 110 and 119 "if os.path.isfile..."
or, simply create the files,

  1. in web directory "location-%useremail%.json"
  2. in data directory create "last-location-%useremail%.json"
    untitled

@rwohleb
Copy link

rwohleb commented Jul 26, 2016

Confirmed the issue on OSX with the master branch. As suggested by mushi8, just touching those files gets things working correctly.

@ironbishop
Copy link

duplicate of #905 , fixed in dev

@AdaptCharm
Copy link
Contributor

Duplicate of #905

This has also been fixed in latest dev branch.

/closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants