ivanfioravanti / chatbot-ollama

Chatbot Ollama is an open source chat UI for Ollama.
Other
1.41k stars 233 forks source link

`punycode` module is deprecated #19

Closed LarsBuecker closed 10 months ago

LarsBuecker commented 11 months ago

This is the Log after using the installing with docker (command from readme).

chatbot-ollama@0.1.0 start

> next start
  ▲ Next.js 13.5.4
  - Local:        http://localhost:3000
 ✓ Ready in 455ms
(node:24) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
 [TypeError: fetch failed] {
  cause:  [Error: getaddrinfo ENOTFOUND host.docker.internal] {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'host.docker.internal'
JamesDAdams commented 10 months ago

Same