jxmorris12 / PokemonGo-Finder

Live visualization of all the pokemon in your area... and more!
GNU General Public License v3.0
171 stars 43 forks source link

Unexpected Error. Can't run Main.py. #41

Closed Silvawar14 closed 7 years ago

Silvawar14 commented 7 years ago

Expected Behavior

Double click Main.py or run it in cmd.

Current Behavior

An error occurs. Here's the Traceback. (I'm not knowledgeable enough to decipher.)

Traceback (most recent call last):
  File "main.py", line 5, in <module>
    import notifier
  File "C:\Pokemon Go\PokemonGo-Finder-master 7-22\PokemonGo-Finder-master Eagles Landing\notifier.py", line 68, in <module>
    init()
  File "C:\Pokemon Go\PokemonGo-Finder-master 7-22\PokemonGo-Finder-master Eagles Landing\notifier.py", line 35, in init
    pushbullet_client = Pushbullet(api_key)
  File "C:\Python27\lib\site-packages\pushbullet\pushbullet.py", line 29, in __init__
    self.refresh()
  File "C:\Python27\lib\site-packages\pushbullet\pushbullet.py", line 290, in refresh
    self._load_user_info()
  File "C:\Python27\lib\site-packages\pushbullet\pushbullet.py", line 62, in _load_user_info
    self.user_info = self._get_data(self.ME_URL)
  File "C:\Python27\lib\site-packages\pushbullet\pushbullet.py", line 32, in _get_data
    resp = self._session.get(url)
  File "C:\Python27\lib\site-packages\requests\sessions.py", line 487, in get
    return self.request('GET', url, **kwargs)
  File "C:\Python27\lib\site-packages\requests\sessions.py", line 475, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Python27\lib\site-packages\requests\sessions.py", line 585, in send
    r = adapter.send(request, **kwargs)
  File "C:\Python27\lib\site-packages\requests\adapters.py", line 453, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",))

Possible Solution

None provided.

Steps to Reproduce (for bugs)

  1. Run Main.py

    Context

Your Environment

It's important to note that this script was working perfectly 10 hours ago and for the last two days. What changed? Something temporary or something permanent?

paperc07 commented 7 years ago

lol wow yeah I am getting this error now too

Silvawar14 commented 7 years ago

It looks like PTC is having some stability issues.

I wonder if that's the issue.

paperc07 commented 7 years ago

No I am using Google not ptc

paperc07 commented 7 years ago

Ok I found my issue, I had a GPS coordinate and it had symbols in it and not just numbers anywyas I regot the GPS cords and it's working now