gpt4free-ts icon indicating copy to clipboard operation
gpt4free-ts copied to clipboard

docker部署出现错误

Open 4D4937 opened this issue 1 year ago • 6 comments

在azure vps下使用docker部署出现以下问题:

Now listening: 127.0.0.1:3000
please wait init.....about 1 min
Error: Failed to launch the browser process!
[30:45:0610/024706.490497:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[30:30:0610/024706.962278:ERROR:ozone_platform_x11.cc(239)] Missing X server or $DISPLAY
[30:30:0610/024706.962962:ERROR:env.cc(255)] The platform failed to initialize.  Exiting.
[0610/024707.062028:ERROR:nacl_helper_linux.cc(355)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly


TROUBLESHOOTING: https://pptr.dev/troubleshooting

    at Interface.onClose (/usr/src/app/node_modules/@puppeteer/browsers/src/launch.ts:398:11)
    at Interface.emit (node:events:525:35)
    at Interface.emit (node:domain:489:12)
    at Interface.close (node:internal/readline/interface:533:10)
    at Socket.onend (node:internal/readline/interface:259:10)
    at Socket.emit (node:events:525:35)
    at Socket.emit (node:domain:489:12)
    at endReadableNT (node:internal/streams/readable:1359:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)

4D4937 avatar Jun 10 '23 02:06 4D4937