You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using madoko-local and having an error an error that's driving me crazy, simply because the server is not working and I just can't find what is wrong:
--------------------
----- error --------
Invalid file name due to sandbox: curso-fgv-isoc/id:associacao-brasileira-de-normas-tecnicas.csl
----- stack --------
Error
at new HttpError (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/util.js:246:17)
at Object.getSafePath (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/sandbox.js:40:11)
at getLocalPath (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/main.js:111:18)
at Function.getMetadata (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/main.js:139:15)
at Function.Promise.wrap (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/promise.js:204:25)
at /home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/app.js:65:26
at Layer.handle [as handle_request] (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/layer.js:95:5)
at next (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/layer.js:95:5)
--------------------
I don't have this file curso-fgv-isoc/id:associacao-brasileira-de-normas-tecnicas.csl under the directory I'm working, so I cannot find how to solve it.
Besides that, the terminal always shows unauthorized access, no matter I invoke madoko-local with -l argument.
----- error --------
unauthorized access; secret key is not correct.
----- stack --------
Error
at new HttpError (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/util.js:246:17)
at /home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/main.js:55:13
at Layer.handle [as handle_request] (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/index.js:317:13)
at /home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/index.js:335:12)
at next (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/index.js:275:10)
at /home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/src/app.js:141:5
at Layer.handle [as handle_request] (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/kemel/.nvm/versions/node/v14.15.1/lib/node_modules/madoko-local/node_modules/express/lib/router/index.js:317:13)
The text was updated successfully, but these errors were encountered:
I'm using
madoko-local
and having an error an error that's driving me crazy, simply because the server is not working and I just can't find what is wrong:I don't have this file
curso-fgv-isoc/id:associacao-brasileira-de-normas-tecnicas.csl
under the directory I'm working, so I cannot find how to solve it.Besides that, the terminal always shows
unauthorized access
, no matter I invokemadoko-local
with-l
argument.The text was updated successfully, but these errors were encountered: