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

Silent failure because .catch clauses commented out #1

Open
gklyne opened this issue Jun 4, 2020 · 0 comments
Open

Silent failure because .catch clauses commented out #1

gklyne opened this issue Jun 4, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@gklyne
Copy link
Collaborator

gklyne commented Jun 4, 2020

Report from @musicog:

$ node meld_tool_cli.js test-login
Test login via https://solid.community as musicog
Bearer eyJhbGciOiJSUzI1NiJ9.eyJ [...long bearer token..]

$ node meld_tool_cli.js mkco https://musicog.solid.community/public foo
Create container test in parent https://musicog.solid.community/public
403: Forbidden
ExitStatus: Make container error (4) 

(n.b. mkac, i.e. make annotation container also doesn't work, but fails
silently because the ".catch" clause is commented out)

There are several other commands with .catch clauses commented out. The catch clauses should be reinstated so that any errors are reported.

@gklyne gklyne added the bug Something isn't working label Jun 4, 2020
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

1 participant