bibanon / py8chan

Python wrapper for the 8chan API, based on BASC-py4chan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this API currently down?

taylorbreannaray opened this issue · comments

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).