Xqt created this task.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  I putted the following code on top of rcstream.py due to bug  
https://phabricator.wikimedia.org/T132752:
  
    import logging
    logging.basicConfig(level=logging.DEBUG)
  
  Now the connection failed with error 10060:
  
    >>> import pwb, pywikibot as py
    >>> s = py.Site()
    >>> from pywikibot.comms.rcstream import site_rc_listener
    >>> for entry in site_rc_listener(s, total=5):
        print entry
    
        
    INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection 
(1): stream.wikimedia.org
    WARNING:socketIO_client:[waiting for connection] ('Connection aborted.', 
error(10060, 'Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle 
nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die 
hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert 
hat'))
    INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection 
(1): stream.wikimedia.org
    INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection 
(1): stream.wikimedia.org
    INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection 
(1): stream.wikimedia.org
    INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection 
(1): stream.wikimedia.org
  
  any ideas

TASK DETAIL
  https://phabricator.wikimedia.org/T132754

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, pywikibot-bugs-list, valhallasw, Xqt, jayvdb



_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to