-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error starting bot #3855
Comments
I have the same problem |
Stop! Before you create this issue (you can delete this section when opening the issue):
please follow the steps and answer the questions. |
Doesn't look like you have run the setup correctly - https://github.com/PokemonGoF/PokemonGo-Bot/blob/dev/docs/installation.md |
Issue with Python 2.7.3 on Debian/Ubuntu. |
Thank you @leftie1, bot works fine now. |
Expected Behavior
Bot starting
Actual Behavior
Error:
Traceback (most recent call last):
File "pokecli.py", line 42, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "/root/PokemonGo-Bot/pokemongo_bot/init.py", line 29, in
from pokemongo_bot.socketio_server.runner import SocketIoRunner
File "/root/PokemonGo-Bot/pokemongo_bot/socketio_server/runner.py", line 5, in
from eventlet import patcher, wsgi
File "/root/PokemonGo-Bot/local/lib/python2.7/site-packages/eventlet/patcher.py", line 4, in
from eventlet.support import six
File "/root/PokemonGo-Bot/local/lib/python2.7/site-packages/eventlet/support/init.py", line 4, in
from eventlet.support import greenlets, six
File "/root/PokemonGo-Bot/local/lib/python2.7/site-packages/eventlet/support/greenlets.py", line 3, in
import greenlet
ImportError: /root/PokemonGo-Bot/local/lib/python2.7/site-packages/greenlet.so: undefined symbol: _PyTrash_thread_deposit_object
Sat Aug 13 16:43:27 CEST 2016 Pokebot configs/config.json Stopped.
Press any button or wait 20 seconds to continue.
Your config.json (remove your credentials and any other private info)
default, only login, gmap and location entered.
Steps to Reproduce
Other Information
OS: Debian 7
Branch: dev and master, tried both
Git Commit: 1817d00 / b21b144
Python Version: Python 2.7.3
The text was updated successfully, but these errors were encountered: