GothenburgBitFactory / GothenburgBitFactory/bugwarrior

nextcloud deck not working for me

Open
#1,062 1 comment 0 reactions 0 assignees View on GitHub
bug deck
Dominant language
Python
Stars
820
Forks
225
PR merge metrics
No merged PRs in 30d

Description

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"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.