You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
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
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