langchain-ai / opengpts

MIT License
6.42k stars 845 forks source link

connery with gmail cannnot work #206

Open hchenphd opened 6 months ago

hchenphd commented 6 months ago

I config the connery with gmail , but when I access it from openGPTs, the output is error, the log is "runner:start: {"type":"all-exceptions-filter","message":"Not Found"}"

runner:start: [4:01:34 AM] Found 0 errors. Watching for file changes. runner:start: runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [NestFactory] Starting Nest application... runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] AppModule dependencies initialized +15ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] HttpModule dependencies initialized +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] TerminusModule dependencies initialized +1ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] ConfigModule dependencies initialized +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] ConfigModule dependencies initialized +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] HealthModule dependencies initialized +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] SharedModule dependencies initialized +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] AdminApiModule dependencies initialized +1ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [InstanceLoader] ClientsApiModule dependencies initialized +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RoutesResolver] HealthController {/health}: +8ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/health, GET} route +2ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RoutesResolver] PluginsController {/}: +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/admin/plugins/refresh, GET} route +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RoutesResolver] ActionsController {/}: +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/actions, GET} route +1ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/actions/:actionId, GET} route +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/actions/identify, POST} route +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/actions/:actionId/run, POST} route +1ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/actions/specs/openapi, GET} route +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/actions/specs/openai-functions, GET} route +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RoutesResolver] PluginsController {/}: +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/plugins, GET} route +1ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/plugins/:pluginId, GET} route +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RoutesResolver] ToolsController {/}: +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/, GET} route +1ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [RouterExplorer] Mapped {/v1/verify-access, GET} route +0ms runner:start: [Nest] 4386 - 02/29/2024, 4:01:35 AM LOG [NestApplication] Nest application successfully started +2ms runner:start: ✅ Runner is successfully started on port 4201 runner:start: {"type":"all-exceptions-filter","message":"Not Found"}

machulav commented 6 months ago

The relevant issue in Connery repository: https://github.com/connery-io/connery/issues/97