Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Unable to start with Google Auth #5

@aetherwu

Description

@aetherwu

$ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions