lamurian
lamurian
Have a similar problem as well, I'm currently using `4.20.69-ish`, the latest iSH shell from the App store. It's using alpine repository `v3.14` from `https://dl-cdn.alpinelinux.org/alpine/v3.14/{main,community}`. I've tried configuring git to...
Hey, thank you for reporting this. I suppose our issues are somewhat related: #2437
Also happened to me with the latest docker image. ``` { "status": 500, "error": "Internal Server Error", "response": { "message": "Connection Closed" } } ```
I resolved this issue by updating `CONFIG_SESSION_PHONE_VERSION`, then reconnecting the instance. This issue seems to be related: https://github.com/EvolutionAPI/evolution-api/issues/1014
To retrace the problem, I sent two HTTP requests directly from the server (Hetzner), from Coolify terminal, and from running N8N docker instance. One request was sent to Gemini and...
Update: I tested the workflow without resolving the issues with Gemini and/or BQ. There appears to be a problem when sending an HTTP request from N8N. The workflow can fetch...
After digging around, I discovered the problem was that Google blocked Hetzner's IP addresses. Other people have faced similar issues, and their solution was to disable IPv6 and then reserve...
I believe this would be a very nice addition, especially considering the cost effectiveness of the current Gemini's pricing compared to other providers.
As a non-technical user, I can't help but feel curious. From a software architecture perspective, is it possible to mimic how [Hermes](https://github.com/wardle/hermes) handles and stores SNOMED-CT? The developer also created...