taskwarrior-tui: Unable to parse output error
Describe the bug
Fresh install on mac works, but after synchronising it with my arch linux through https://inthe.am opening taskwarrior-tui throws this error.
Unable to parse output of `"task" "rc.json.array=on" "rc.confirmation=off" "rc.json.depends.array=on" "rc.report.next.filter=status:pending -WAITING limit:page" "export" "next"`:
If I switch to an empty context it doesn’t complain.
To Reproduce
- Reproducible using the test data located here: https://github.com/kdheepak/taskwarrior-testdata/
Steps to reproduce the behavior:
Environment (please complete the following information):
- Operating System:
Mac 10.15.7 - Installation:
homebrew - taskwarrior-tui version:
0.18.5 - task version:
2.6.1
Additional context and information
Log: 2022-02-06 19:46:20 | INFO | src/app.rs:1633 | Running `"task" "rc.json.array=on" "rc.confirmation=off" "rc.json.depends.array=on" "rc.report.next.filter=status:pending -WAITING limit:page" "export" "next"
I don’t know if I’m missing something. Anything else you need to debug this just let me know 😃 Works fine on my arch linux install, so I’m a bit lost with this error 🙄
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 18 (5 by maintainers)
I stepped through and checked each task individually. This caused the issue:
When I remove the
dependskey and value and then reimport the blob, it works again.Helper script: