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

Kanban Board does not load #27

Open
jsc57x opened this issue Mar 8, 2022 · 6 comments
Open

Kanban Board does not load #27

jsc57x opened this issue Mar 8, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@jsc57x
Copy link

jsc57x commented Mar 8, 2022

I tried to create a test kanban board but the window only shows "Loading..."
image
Did I miss something?
Im using Joplin 2.7.13 and Kanban 1.0.7

@mapclyps
Copy link

I had the same issue after an update of Joplin and the Kanban plugin. It was resolved for me with removing and installing the plugin again.

@mablin7
Copy link
Contributor

mablin7 commented Mar 16, 2022

Hi @jsc57x !

Is your situation similar to @mapclyps 's? Could your kanban logs? Here's how to get it:

  1. I recommend you reproduce the issue in an empty notebook as the logs can contain the titles of the notes on the board, which may be personal.
  2. Inside Joplin, click Help > Open profile directory
  3. You should see a kanban-logs.txt file. Please upload it here.

@mablin7 mablin7 added the bug Something isn't working label Mar 16, 2022
@jsc57x
Copy link
Author

jsc57x commented Mar 20, 2022

Yeah it works now. Thanks alot for the tip. I only deactivated and activated it. Logs are attached
kanban-logs.txt

@shinglyu
Copy link
Contributor

I had similar issue, after digging into the log I found out it's an YAML parsing error:

columns:
  - name: Priority-3 (Backlog)
    backlog: true

needs to be quoted:

columns:
  - name: "Priority-3 (Backlog)"
    backlog: true

Maybe we can show this kind of error message in the Kanban panel?

@PeterParkerWEB3
Copy link

PeterParkerWEB3 commented Oct 7, 2022

I still get the YAML parse error - even with quotes...? Logs are in place. Using Joplin on linux Version 2.8.8 & kanban 1.0.7
Any ideas? Would love the feature :)

Screenshot from 2022-10-07 17-59-37

Screenshot from 2022-10-11 21-31-29

@frederikstroem
Copy link

I still get the YAML parse error - even with quotes...? Logs are in place. Using Joplin on linux Version 2.8.8 & kanban 1.0.7 Any ideas? Would love the feature :)

Screenshot from 2022-10-07 17-59-37

Screenshot from 2022-10-11 21-31-29

@PeterParkerWEB3 I think you need to add proper indentation. I just used the space-bar until everything was aligned.

For instance, my setup is like this:
correct

The above setup works, however, if the indentation is wrong, the plugin will throw a "YAML Parse error". This fails for example (notice the selected text):
wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants