We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Report from @musicog:
(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.
The text was updated successfully, but these errors were encountered: