Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/267220

Change subject: socketIO_client 0.5.6 is needed for socket-io 0.9 protokoll
......................................................................

socketIO_client 0.5.6 is needed for socket-io 0.9 protokoll

See T91393, T68232, T125059

Change-Id: Ic3ed52ccdae65dc44f4f5f495f4fc2f6e2d413c2
---
M pywikibot/comms/rcstream.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/20/267220/1

diff --git a/pywikibot/comms/rcstream.py b/pywikibot/comms/rcstream.py
index 95056fd..02cbd6b 100644
--- a/pywikibot/comms/rcstream.py
+++ b/pywikibot/comms/rcstream.py
@@ -171,8 +171,8 @@
 
     """
     if isinstance(socketIO_client, Exception):
-        raise ImportError('socketIO_client is required for the rc stream; '
-                          'install it with pip install socketIO_client')
+        raise ImportError('socketIO_client is required for the rc stream;\n'
+                          'install it with pip install 
"socketIO_client==0.5.6"')
 
     rc_thread = RcListenerThread(
         wikihost=wikihost,

-- 
To view, visit https://gerrit.wikimedia.org/r/267220
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3ed52ccdae65dc44f4f5f495f4fc2f6e2d413c2
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to