bytemate / chatapi-single

Simple and powerful ChatGPT-API-Server
534 stars 75 forks source link

Unable to start with Google Auth #5

Open aetherwu opened 1 year ago

aetherwu commented 1 year ago

$ docker-compose up

Starting chatgpt with config: { chatgpt-api-single | "email": "xxxxxx@gmail.com", 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.

RealTong commented 1 year ago

Place using chatapi-single:pr-4

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