bibanon / BASC-py4chan

Python wrapper for 4chan API. The BA's vastly improved fork of Edgeworth's original.
http://basc-py4chan.readthedocs.org/en/latest/index.html
Do What The F*ck You Want To Public License
55 stars 13 forks source link

Board.get_threads(page=1) raises requests.exceptions.MissingSchema #10

Closed irlittz closed 9 years ago

irlittz commented 9 years ago

Not sure why this is happening, but it seems to me that somewhere between calling get_threads(page=1) and the exception occurring some method or function should use self._url of the calling Board instance to create the correct API request URL for the first page, instead the raw page integer value is somehow forwarded to requests which raises this error.