ameliabradley / wikiedit-monitor

Wikipedia monitor
3 stars 2 forks source link

Socket disconnects, reconnects, but stops receiving input #6

Closed ameliabradley closed 8 years ago

ameliabradley commented 8 years ago

Clearly if the socket is able to successfully reconnect, there should be input. Unsure of what's going on here.

Output from console where it failed:

219.119.179.165      | Deron Mayo                     |
KasparBot            | Diego Hurtado de Mendoza (poet | migrating [[Wikipedia:Personda
Ytprograms           | Youth Time                     |
119.148.35.65        | Ismail Hossain Siraji          | Removed syntax err.
GrahamHardy          | Pepe el Ferreiro               | defsort change
error fetching client from pool { name: 'MongoError', message: 'getaddrinfo EADDRINFO' }
Bazj                 | Template:Crystal Simorgh Best  | Requesting speedy deletion ([[
***** Socket Disconnected
***** Socket Reconnecting... 1000
***** Socket Reconnect  websocket
***** CONNECTED to stream.wikimedia.org/rc
***** Socket Disconnected
***** Socket Reconnecting... 1000
***** Socket Reconnect  websocket
***** CONNECTED to stream.wikimedia.org/rc

And then no more output. For hours ☹ (actually ever)

ameliabradley commented 8 years ago

Ideally the app would keep retrying until it successfully reconnected (or until a configurable retry limit was reached.)

Barbarrosa commented 8 years ago

This may be addressed by #7.

Barbarrosa commented 8 years ago

@leebradley Did the merge request appear to address this issue?

ameliabradley commented 8 years ago

I haven't had any issues recently