Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextcloud deck not working for me #1062

Open
mrVanDalo opened this issue Sep 13, 2024 · 1 comment
Open

nextcloud deck not working for me #1062

mrVanDalo opened this issue Sep 13, 2024 · 1 comment

Comments

@mrVanDalo
Copy link

I get the following error:

ERROR:bugwarrior.collect:Worker for [nextcloud-deck] failed: string indices must be integers, not 'str'
Traceback (most recent call last):
  File "/nix/store/gv2gg4naicngzcw7rccjf522qyw0i57d-python3.11-bugwarrior-1.8.0/lib/python3.11/site-packages/bugwarrior/collect.py", line 36, in _aggregate_issues
    for issue in service.issues():
  File "/nix/store/gv2gg4naicngzcw7rccjf522qyw0i57d-python3.11-bugwarrior-1.8.0/lib/python3.11/site-packages/bugwarrior/services/deck.py", line 190, in issues
    for stack in self.client.get_stacks(board['id']):
                                        ~~~~~^^^^^^
TypeError: string indices must be integers, not 'str'

Using revision : 25e99834ef79e0a8c7141943810e0aa5152d6710 with python 3.11.

My config is:

[nextcloud-deck]
base_uri = "https://nextcloud.my-domain.tld"
password = "@oracle:eval:pass show bugwarrior/nextcloud-deck/mrvandalo"
service = "deck"
username = "mrvandalo"
@ryneeverett
Copy link
Collaborator

Weird, board ought to be a dict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants