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

INFO:werkzeug:WARNING #167

Open
merolaika opened this issue Dec 26, 2023 · 1 comment
Open

INFO:werkzeug:WARNING #167

merolaika opened this issue Dec 26, 2023 · 1 comment

Comments

@merolaika
Copy link

merolaika commented Dec 26, 2023

ON server:

`

INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

  • Running on http://127.0.0.1:3013
    INFO:werkzeug:Press CTRL+C to quit
    INFO:root:{'alpha': 0, 'num_inference_steps': 50, 'seed_image_id': 'og_beat', 'mask_image_id': None, 'start': {'prompt': 'bubblegum eurodance', 'seed': 51209, 'denoising': 0.75, 'guidance': 7}, 'end': {'prompt': 'bubblegum eurodance', 'seed': 51210, 'denoising': 0.75, 'guidance': 7}}
    INFO:root:Request took 0.00 s
    INFO:werkzeug:127.0.0.1 - - [26/Dec/2023 11:51:57] "POST /run_inference/ HTTP/1.1" 400 -
    INFO:root:{'alpha': 0.25, 'num_inference_steps': 50, 'seed_image_id': 'og_beat', 'mask_image_id': None, 'start': {'prompt': 'lo-fi beat for the holidays', 'seed': 674, 'denoising': 0.75, 'guidance': 7}, 'end': {'prompt': 'lo-fi beat for the holidays', 'seed': 675, 'denoising': 0.75, 'guidance': 7}}
    INFO:root:Request took 0.00 s
    INFO:werkzeug:127.0.0.1 - - [26/Dec/2023 11:52:17] "POST /run_inference/ HTTP/1.1" 400 -
    INFO:root:{'alpha': 0.25, 'num_inference_steps': 50, 'seed_image_id': 'og_beat', 'mask_image_id': None, 'start': {'prompt': 'lo-fi beat for the holidays', 'seed': 3, 'denoising': 0.75, 'guidance': 7}, 'end': {'prompt': 'lo-fi beat for the holidays', 'seed': 4, 'denoising': 0.75, 'guidance': 7}}
    INFO:root:Request took 0.00 s
    INFO:werkzeug:127.0.0.1 - - [26/Dec/2023 11:52:30] "POST /run_inference/ HTTP/1.1" 400 -
    INFO:root:{'alpha': 0.25, 'num_inference_steps': 50, 'seed_image_id': 'og_beat', 'mask_image_id': None, 'start': {'prompt': 'church bells', 'seed': 51209, 'denoising': 0.75, 'guidance': 7}, 'end': {'prompt': 'church bells', 'seed': 51210, 'denoising': 0.75, 'guidance': 7}}
    INFO:root:Request took 0.00 s
    INFO:werkzeug:127.0.0.1 - - [26/Dec/2023 11:53:10] "POST /run_inference/ HTTP/1.1" 400 -

`

ON CLIENT WINDOW:

`
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app.env.local
info - Downloading WASM swc package...
info - Using wasm build of next-swc
warn - Attempted to load @next/swc-win32-x64-gnu, but it was not installed
warn - Attempted to load @next/swc-win32-x64-msvc, but it was not installed
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme

🌼 daisyUI components 2.43.0 https://daisyui.com
✔︎ Including: base, components, 29 themes, utilities
❤︎ Support daisyUI: https://opencollective.com/daisyui

event - compiled client and server successfully in 6.8s (159 modules)
wait - compiling...
event - compiled successfully in 169 ms (133 modules)
wait - compiling / (client and server)...
event - compiled client and server successfully in 4.6s (2048 modules)
wait - compiling /api/server (client and server)...
event - compiled successfully in 14 ms (64 modules)
error - SyntaxError: Unexpected token 'I', "Invalid se"... is not valid JSON
at JSON.parse ()
at parseJSONFromBytes (node:internal/deps/undici/undici:4553:19)
at successSteps (node:internal/deps/undici/undici:4527:27)
at fullyReadBody (node:internal/deps/undici/undici:1307:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async specConsumeBody (node:internal/deps/undici/undici:4536:7)
at async handler (webpack-internal:///(api)/./pages/api/server.js:16:18)
at async Object.apiResolver (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\api-utils\node.js:367:9)
at async DevServer.runApi (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:474:9)
at async Object.fn (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:736:37) {
page: '/api/server'
}
wait - compiling /_error (client and server)...
event - compiled client and server successfully in 121 ms (2057 modules)
error - SyntaxError: Unexpected token 'I', "Invalid se"... is not valid JSON
at JSON.parse ()
at parseJSONFromBytes (node:internal/deps/undici/undici:4553:19)
at successSteps (node:internal/deps/undici/undici:4527:27)
at fullyReadBody (node:internal/deps/undici/undici:1307:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async specConsumeBody (node:internal/deps/undici/undici:4536:7)
at async handler (webpack-internal:///(api)/./pages/api/server.js:16:18)
at async Object.apiResolver (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\api-utils\node.js:367:9)
at async DevServer.runApi (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:474:9)
at async Object.fn (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:736:37) {
page: '/api/server'
}
error - SyntaxError: Unexpected token 'I', "Invalid se"... is not valid JSON
at JSON.parse ()
at parseJSONFromBytes (node:internal/deps/undici/undici:4553:19)
at successSteps (node:internal/deps/undici/undici:4527:27)
at fullyReadBody (node:internal/deps/undici/undici:1307:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async specConsumeBody (node:internal/deps/undici/undici:4536:7)
at async handler (webpack-internal:///(api)/./pages/api/server.js:16:18)
at async Object.apiResolver (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\api-utils\node.js:367:9)
at async DevServer.runApi (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:474:9)
at async Object.fn (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:736:37) {
page: '/api/server'
}
error - SyntaxError: Unexpected token 'I', "Invalid se"... is not valid JSON
at JSON.parse ()
at parseJSONFromBytes (node:internal/deps/undici/undici:4553:19)
at successSteps (node:internal/deps/undici/undici:4527:27)
at fullyReadBody (node:internal/deps/undici/undici:1307:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async specConsumeBody (node:internal/deps/undici/undici:4536:7)
at async handler (webpack-internal:///(api)/./pages/api/server.js:16:18)
at async Object.apiResolver (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\api-utils\node.js:367:9)
at async DevServer.runApi (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:474:9)
at async Object.fn (Y:\MyJobs\DigerAi\riffusion-inference\riffusion-app\node_modules\next\dist\server\next-server.js:736:37) {
page: '/api/server'
}

`

@Gaegeumchi
Copy link

I have same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants