Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Can't query board for projects #2

Description

@TylerReedMC

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions