This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
monolog: | |
channels: ["usage", "api"] | |
handlers: | |
main: | |
type: fingers_crossed | |
action_level: error | |
excluded_404s: | |
- ^/ | |
handler: nested | |
nested: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Whitelabel Error Page | |
This application has no explicit mapping for /error, so you are seeing this as a fallback. | |
Sun Apr 14 22:07:34 UTC 2019 | |
There was an unexpected error (type=Internal Server Error, status=500). | |
An error happened during template parsing (template: "class path resource [templates/files.html]") | |
org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/files.html]") | |
at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241) | |
at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) | |
at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df-analyzer-ms_1 | The swagger_ui directory could not be found. | |
df-analyzer-ms_1 | Please install connexion with extra install: pip install connexion[swagger-ui] | |
df-analyzer-ms_1 | or provide the path to your local installation by passing swagger_path=<your path> | |
df-analyzer-ms_1 | | |
df-analyzer-ms_1 | The swagger_ui directory could not be found. | |
df-analyzer-ms_1 | Please install connexion with extra install: pip install connexion[swagger-ui] | |
df-analyzer-ms_1 | or provide the path to your local installation by passing swagger_path=<your path> | |
df-analyzer-ms_1 | | |
db_1 | 2019-04-14T22:23:55.503964Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock' bind-address: '::' port: 33060 | |
df-analyzer-ms_1 | * Serving Flask app "app" (lazy loading) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
{ | |
"id": <string>, | |
"start": <date> (format: YYYY-MM-DD), | |
"end": <date> (format: YYYY-MM-DD), | |
"summary": <string> | |
}, | |
{ | |
"id": <string>, | |
"start": <date> (format: YYYY-MM-DD), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ sh-legacy git:(develop) ✗ npm install | |
npm ERR! code ERESOLVE | |
npm ERR! ERESOLVE could not resolve | |
npm ERR! | |
npm ERR! While resolving: [email protected] | |
npm ERR! Found: [email protected] | |
npm ERR! node_modules/webpack | |
npm ERR! dev webpack@"^4.11.1" from the root project | |
npm ERR! peer webpack@"2 || 3 || 4" from [email protected] | |
npm ERR! node_modules/babel-loader |