poketrainer
poketrainer copied to clipboard
[gevent_zmq] [ERROR] /!\ gevent_zeromq BUG /!\ catching up after missing event (RECV) /!\
Noticed I wasn't plotting courses anywhere then I hit the gevent error. Searched and didn't see an issue so I figured I'd post for clarity.
2016-07-31 02:52:20,241 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/34.0092418,-118.4976038/34.0092418,-118.4976038
2016-07-31 02:52:22,220 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-07-31 02:52:23,612 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:23,612 [ pgoapi] [ INFO] Traveled 0.00 meters of 0.00 of the trip
2016-07-31 02:52:23,612 [ pgoapi] [ INFO] ===============================================
2016-07-31 02:52:25,011 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:26,965 [ pgoapi] [ INFO] No more spinnable forts within proximity. Or server error
2016-07-31 02:52:27,121 [ pgoapi] [ INFO] ===============================================
2016-07-31 02:52:27,121 [ pgoapi] [ INFO] Total trip distance will be: 0.00 meters
2016-07-31 02:52:27,121 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/34.0092418,-118.4976038/34.0092418,-118.4976038
2016-07-31 02:52:29,518 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-07-31 02:52:31,145 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:31,146 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/34.0092418,-118.4976038/34.0092418,-118.4976038
2016-07-31 02:52:33,117 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-07-31 02:52:34,501 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:34,501 [ pgoapi] [ INFO] Traveled 0.00 meters of 0.00 of the trip
2016-07-31 02:52:34,502 [ pgoapi] [ INFO] ===============================================
2016-07-31 02:52:35,886 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:37,830 [ pgoapi] [ INFO] No more spinnable forts within proximity. Or server error
2016-07-31 02:52:37,978 [ pgoapi] [ INFO] ===============================================
2016-07-31 02:52:37,978 [ pgoapi] [ INFO] Total trip distance will be: 0.00 meters
2016-07-31 02:52:37,978 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/34.0092418,-118.4976038/34.0092418,-118.4976038
2016-07-31 02:52:39,917 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-07-31 02:52:41,316 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:41,317 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/34.0092418,-118.4976038/34.0092418,-118.4976038
(34.0092418, -118.4976038, 0)
2016-07-31 02:52:43,256 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-07-31 02:52:44,652 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:44,652 [ pgoapi] [ INFO] Traveled 0.00 meters of 0.00 of the trip
2016-07-31 02:52:44,652 [ pgoapi] [ INFO] ===============================================
2016-07-31 02:52:44,679 [gevent_zmq] [ERROR] /!\ gevent_zeromq BUG /!\ catching up after missing event (RECV) /!\
(34.0092418, -118.4976038, 0)
2016-07-31 02:52:46,034 [ pgoapi] [ INFO] No nearby pokemon
(34.0092418, -118.4976038, 0)
2016-07-31 02:52:47,965 [ pgoapi] [ INFO] No more spinnable forts within proximity. Or server error
2016-07-31 02:52:48,124 [ pgoapi] [ INFO] ===============================================
2016-07-31 02:52:48,124 [ pgoapi] [ INFO] Total trip distance will be: 0.00 meters
2016-07-31 02:52:48,125 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/34.0092418,-118.4976038/34.0092418,-118.4976038
2016-07-31 02:52:50,061 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-07-31 02:52:51,475 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:51,475 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/34.0092418,-118.4976038/34.0092418,-118.4976038
2016-07-31 02:52:53,485 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-07-31 02:52:54,867 [ pgoapi] [ INFO] No nearby pokemon
2016-07-31 02:52:54,868 [ pgoapi] [ INFO] Traveled 0.00 meters of 0.00 of the trip
2016-07-31 02:52:54,868 [ pgoapi] [ INFO] ===============================================
2016-07-31 02:52:56,253 [ pgoapi] [ INFO] No nearby pokemon
Any info?
I notice this happens when there are threads running that have to catch up(?) Someone more knowledgeable should probably clarify that statement. This primarily occurs for me when I use the sniping function and there are two threads running processes. I think the error itself is harmless, but again, I'm not sure.