You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop! Before you create this issue (you can delete this section when opening the issue):
Have you validated that your config.json is valid JSON? Use http://jsonlint.com/ to check.
Have you searched to see if there are other issues for the same issue? If so, comment on that issue instead.
Are you running master? We work on the dev branch and then add that functionality to master. Your issue may be fixed on dev and there is no need for this issue, just wait and it will eventually be merged to master.
Expected Behavior
run
Actual Behavior
crash
Your config.json (remove your credentials and any other private info)
your config here
Steps to Reproduce
let run for a while
Other Information
OS:
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)
Error displayed:
Traceback (most recent call last):
File "pokecli.py", line 521, in <module>
main()
File "pokecli.py", line 95, in main
bot.tick()
File "/mnt/c/Users/prana/Desktop/Bot/Updated/pokemongo_bot/__init__.py", line 453, in tick
if worker.work() == WorkerResult.RUNNING:
File "/mnt/c/Users/prana/Desktop/Bot/Updated/pokemongo_bot/cell_workers/recycle_items.py", line 41, in work
item_count_dict = self.bot.item_inventory_count('all')
File "/mnt/c/Users/prana/Desktop/Bot/Updated/pokemongo_bot/__init__.py", line 815, in item_inventory_count
'GET_INVENTORY']['inventory_delta']['inventory_items']
TypeError: string indices must be integers, not unicode
The text was updated successfully, but these errors were encountered:
Stop! Before you create this issue (you can delete this section when opening the issue):
master
? We work on thedev
branch and then add that functionality tomaster
. Your issue may be fixed ondev
and there is no need for this issue, just wait and it will eventually be merged tomaster
.Expected Behavior
run
Actual Behavior
crash
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
let run for a while
Other Information
OS:
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)
Error displayed:
The text was updated successfully, but these errors were encountered: