chatapi-single icon indicating copy to clipboard operation
chatapi-single copied to clipboard

Unable to start with Google Auth

Open aetherwu opened this issue 2 years ago • 1 comments

$ docker-compose up

Starting chatgpt with config: { chatgpt-api-single | "email": "[email protected]", chatgpt-api-single | "password": "", chatgpt-api-single | "isProAccount": true, chatgpt-api-single | "markdown": true, chatgpt-api-single | "debug": false, chatgpt-api-single | "isGoogleLogin": true, chatgpt-api-single | "isMicrosoftLogin": false, chatgpt-api-single | "minimize": false chatgpt-api-single | }

chatgpt-api-single | Starting chatgpt failed, retrying... chatgpt-api-single | Error: Failed to launch the browser process! chatgpt-api-single | [316:351:0212/124533.095555:ERROR:file_path_watcher_inotify.cc(315)] inotify_init() failed: Function not implemented (38) chatgpt-api-single | [316:354:0212/124533.122735: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

chatgpt-api-single | [0212/124533.209167:ERROR:scoped_ptrace_attach.cc(27)] ptrace: Function not implemented (38) chatgpt-api-single | Assertion failed: p_rcu_reader->depth != 0 (/qemu/include/qemu/rcu.h: rcu_read_unlock: 101) chatgpt-api-single | chatgpt-api-single | chatgpt-api-single | TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md

MacOS Montrey 12.6

Under the configuration where isGoogleLogin is set to true, failing to fill in the email and password fields will result in the inability to start up. Writing any random email and password will result in the aforementioned issue.

aetherwu avatar Feb 12 '23 12:02 aetherwu

Place using chatapi-single:pr-4

docker pull ghcr.io/bytemate/chatapi-single:pr-4

RealTong avatar Feb 13 '23 03:02 RealTong