mediawiki-utilities / python-mwapi

Simple Python Wrapper around MediaWiki API
http://pythonhosted.org/mwapi
MIT License
31 stars 11 forks source link

async_session.py: check the HTTP response code #48

Closed elukey closed 1 year ago

elukey commented 1 year ago

In case a HTTP 50x is returned, we shouldn't try to transform the payload of the response to JSON to avoid any ValueError exception like the following:

ValueError: Could not decode as JSON

Bug: T322196