bibanon / py8chan

Python wrapper for the 8chan API, based on BASC-py4chan.
Do What The F*ck You Want To Public License
14 stars 7 forks source link

Is this API currently down? #20

Closed taylorbreannaray closed 4 years ago

taylorbreannaray commented 4 years ago

Hi there @antonizoon @KebabLord,

In an attempt to begin collecting data from the 8kun platform for a research project, I found that the methods associated with this API are not functioning as expected.

I am getting the all too familiar error of:

    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

I didn't know if this was a coding error on my end, or if the API was currently under maintenance (or something of the sort).