freekoder/kanboard-py

Can't query board for projects

Opened this issue · 0 comments

When attempting to get projects from a connected board, remote_obj kicks out the following error:
projects = board.get_all_projects()
Traceback (most recent call last):
File "", line 1, in
File "kanboard/kanboard.py", line 69, in get_all_projects
projects_props = self._send_request_with_assert(params, rid)
File "kanboard/remote_obj.py", line 36, in _send_request_with_assert
assert response.ok
AssertionError