You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
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
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.
The text was updated successfully, but these errors were encountered:
$ 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.
The text was updated successfully, but these errors were encountered: