rhgrant10 / berserk

Python client for the lichess API
https://berserk.readthedocs.io
Other
142 stars 36 forks source link

fixes #7 and fixes #6, adds test #8

Closed WolfgangFahl closed 4 years ago

WolfgangFahl commented 4 years ago

Now i get error messages like: requests.exceptions.HTTPError: 400 Client Error: Bad Request({"error":"This endpoint only works for bot accounts.

rhgrant10 commented 4 years ago

@WolfgangFahl hey, the test suite is failing due to some incompatibility between attrs and pytest. Can you rebase or merge (whichever) to get the latest changes where I've fixed that so we can see your tests run?

WolfgangFahl commented 4 years ago

https://github.com/rhgrant10/berserk/pull/8/files has the changes. I think merging manually is a lot less hassle then going to the awkward rebase procedure. It's only a few lines of code and a new file. I'll then create a new fork by deleting my old one and can go from there.