Xqt created this task.
Xqt added projects: Pywikibot-core, Upstream.
Herald added subscribers: pywikibot-bugs-list, Zoranzoki21, Aklapper.

TASK DESCRIPTION

See https://ci.appveyor.com/project/Ladsgroup/pywikibot-g4xqx/build/1.0.208/job/lrlyi29b013fq0ar

>>> import pwb, pywikibot
>>> from pywikibot.comms.eventstreams import EventStreams
>>> stream = EventStreams(stream='recentchange')
>>> change = next(iter(stream))

Traceback (most recent call last):
  File "<pyshell#6>", line 1, in <module>
    change = next(iter(stream))
  File "pywikibot\comms\eventstreams.py", line 265, in __iter__
    self.source = EventSource(**self.sse_kwargs)
  File "C:\Python27\lib\site-packages\sseclient.py", line 39, in __init__
    self._connect()
  File "C:\Python27\lib\site-packages\sseclient.py", line 52, in _connect
    self.resp.raise_for_status()
  File "C:\Python27\lib\site-packages\requests\models.py", line 840, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
HTTPError: 502 Server Error: Bad Gateway for url: https://stream.wikimedia.org/v2/stream/recentchange
>>>

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

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

To: Xqt
Cc: Aklapper, Ottomata, Zoranzoki21, Xqt, pywikibot-bugs-list, Magul, Tbscho, rafidaslam, MayS, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti, Alchimista, Rxy, Krenair
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to