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

[dev] AttributeError #3269

Closed
DokterPhill opened this issue Aug 9, 2016 · 2 comments
Closed

[dev] AttributeError #3269

DokterPhill opened this issue Aug 9, 2016 · 2 comments

Comments

@DokterPhill
Copy link

Please check configuration at http://jsonlint.com/ before posting an issue.

Expected Behavior

Bot startup

Actual Behavior

error after logging in:

2016-08-09 14:02:58,997 [PokemonGoBot] [INFO]
2016-08-09 14:02:58,999 [PokemonGoBot] [INFO] Found encrypt.dll! Platform: win32 Encrypt.so directory: C:\Users\Roel\Downloads\PokemonGo-Bot-dev\PokemonGo-Dev\PokemonGo-Bot
2016-08-09 14:02:59,002 [PokemonGoBot] [INFO]
2016-08-09 14:03:06,236 [ cli] [INFO]
2016-08-09 14:03:06,237 [ cli] [INFO] Ran for 0:00:10
2016-08-09 14:03:06,239 [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h
2016-08-09 14:03:06,240 [ cli] [INFO] Travelled 0.00km
2016-08-09 14:03:06,240 [ cli] [INFO] Visited 0 stops
2016-08-09 14:03:06,243 [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before
2016-08-09 14:03:06,244 [ cli] [INFO] Threw 0 pokeballs
2016-08-09 14:03:06,246 [ cli] [INFO] Earned 0 Stardust
2016-08-09 14:03:06,246 [ cli] [INFO]
2016-08-09 14:03:06,247 [ cli] [INFO] Highest CP Pokemon:
2016-08-09 14:03:06,249 [ cli] [INFO] Most Perfect Pokemon:
Traceback (most recent call last):
File "C:\Users\Roel\Downloads\PokemonGo-Bot-dev\PokemonGo-Dev\PokemonGo-Bot\pokecli.py", line 521, in
main()
File "C:\Users\Roel\Downloads\PokemonGo-Bot-dev\PokemonGo-Dev\PokemonGo-Bot\pokecli.py", line 82, in main
tree = TreeConfigBuilder(bot, config.raw_tasks).build()
File "C:\Users\Roel\Downloads\PokemonGo-Bot-dev\PokemonGo-Dev\PokemonGo-Bot\pokemongo_bot\tree_config_builder.py", line 46, in build
if BaseTask.TASK_API_VERSION < worker.SUPPORTED_TASK_API_VERSION:
AttributeError: type object 'HandleSoftBan' has no attribute 'SUPPORTED_TASK_API_VERSION'

Steps to Reproduce

Other Information

OS: win10
Git Commit: 3c9806b
Python Version: Python 2.7.12

@sn3fru
Copy link

sn3fru commented Aug 9, 2016

i have same problem
( osx, 64bits, py 2.7)

@k4n30
Copy link
Contributor

k4n30 commented Aug 12, 2016

@DokterPhill Please update to the latest version to fix your issue. Report back if you fix / solve the issue

@k4n30 k4n30 closed this as completed Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants