khazhyk / osuapi

Simple osu api wrapper that I can use with both requests and aiohttp
http://osuapi.readthedocs.io/en/latest/index.html
MIT License
16 stars 8 forks source link

error_text referenced before assignment #25

Closed iotanum closed 6 years ago

iotanum commented 6 years ago

UnboundLocalError: local variable 'error_text' referenced before assignment gets raised every time osu! servers are timing out/acting up.

Library version: v0.0.32 Python version: 3.6.4

khazhyk commented 6 years ago

This should be fixed by a99700b36a91e3ba8f47418127c85025a97aac09 in v0.0.33, just released to pypi