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
2016-08-15 07:09:51,384 [ cli] [INFO] Ran for 0:00:05
Traceback (most recent call last):
File "pokecli.py", line 595, in
main()
File "pokecli.py", line 162, in main
report_summary(bot)
File "pokecli.py", line 200, in report_summary
logger.info('Total XP Earned: {} Average: {:.2f}/h'.format(metrics.xp_earned(), metrics.xp_per_hour()))
File "/DATA/PokemonGo-Bot/pokemongo_bot/metrics.py", line 28, in xp_earned
return self.xp['latest'] - self.xp['start']
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'
2016-08-15 07:09:51,419 [sentry.errors] [ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) (url: https://app.getsentry.com/api/90254/store/)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/usr/local/lib/python2.7/dist-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 494, in open
response = self._open(req, data)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 512, in _open
'_open', req)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 1284, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib/python2.7/httplib.py", line 1057, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1097, in _send_request
self.endheaders(body)
File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 895, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
2016-08-15 07:09:51,424 [sentry.errors.uncaught] [ERROR] [u"TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'", u' File "pokecli.py", line 595, in ', u' File "pokecli.py", line 162, in main', u' File "pokecli.py", line 200, in report_summary', u' File "pokemongo_bot/metrics.py", line 28, in xp_earned']
Mon 15 Aug 07:09:51 CEST 2016 Pokebot Stopped.
Press any button or wait 20 seconds to continue.
Expected Behavior
to display live stats with new account
new account has never been loaded by pokemongo , so no tutorial has been done
( worked using level 21 account also no tutorial )
2016-08-15 07:33:38,811 [UpdateLiveStats] [INFO] [log_stats] Uptime : 0:00:06 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops
new account worked when level 1 was reached
2016-08-15 07:41:47,386 [UpdateLiveStats] [INFO] [log_stats] Uptime : 0:00:39 | Earned 200 Stardust | +1,270 XP | 116,036 XP/h | Visited 0 stops
Actual Behavior
2016-08-15 07:09:51,384 [ cli] [INFO] Ran for 0:00:05
Traceback (most recent call last):
File "pokecli.py", line 595, in
main()
File "pokecli.py", line 162, in main
report_summary(bot)
File "pokecli.py", line 200, in report_summary
logger.info('Total XP Earned: {} Average: {:.2f}/h'.format(metrics.xp_earned(), metrics.xp_per_hour()))
File "/DATA/PokemonGo-Bot/pokemongo_bot/metrics.py", line 28, in xp_earned
return self.xp['latest'] - self.xp['start']
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'
2016-08-15 07:09:51,419 [sentry.errors] [ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) (url: https://app.getsentry.com/api/90254/store/)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/usr/local/lib/python2.7/dist-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 494, in open
response = self._open(req, data)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 512, in _open
'_open', req)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 1284, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib/python2.7/httplib.py", line 1057, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1097, in _send_request
self.endheaders(body)
File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 895, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
2016-08-15 07:09:51,424 [sentry.errors.uncaught] [ERROR] [u"TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'", u' File "pokecli.py", line 595, in ', u' File "pokecli.py", line 162, in main', u' File "pokecli.py", line 200, in report_summary', u' File "pokemongo_bot/metrics.py", line 28, in xp_earned']
Mon 15 Aug 07:09:51 CEST 2016 Pokebot Stopped.
Press any button or wait 20 seconds to continue.
Your config.json
Steps to Reproduce
Use fresh PTC account
mature PTC account works as intended
Other Information
OS:4.4.0-28-generic #47-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
Git Commit: 40ea942
Python Version:Python 2.7.12
The text was updated successfully, but these errors were encountered: