Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
256 stars 38 forks source link

block_user raises json.decoder.JSONDecodeError #81

Closed Braastos closed 3 years ago

Braastos commented 3 years ago

When using the block_user function it returns an json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) this is like because the endpoint response is a 204 without any Data

there could be similar Errors with other endpoints