404 with openssl 3.2.x
javacode123 opened this issue · 11 comments
cmmit: 694eea289a8462c80264df36757e4fdc129b1b32 also need
Which version of the Go client are you using? Can you please share the configuration part of your prisma.schema? Thanks!
Which version of the Go client are you using? Can you please share the configuration part of your prisma.schema? Thanks!
i forked you repo, just use it to download prisma engine. and download url is https://binaries.prisma.sh/all_commits/694eea289a8462c80264df36757e4fdc129b1b32/debian-openssl-3.2.x/query-engine.gz
I'm not sure what you are doing or how you are running into this. Can you please share more logs of your program by setting PRISMA_CLIENT_GO_LOG=debug
before you run any go client related things, and share the logs here? Thanks!
i forked this repo base on commit: 7e0b3e5. Because my go program need download prisma cli, my http iterface need run query-engine. But when i run program in github work space, it get err could not download engines: could not download https://binaries.prisma.sh/all_commits/694eea289a8462c80264df36757e4fdc129b1b32/debian-openssl-3.2.x/query-engine.gz to /home/gitpod/.cache/fireboom/prisma/694eea289a8462c80264df36757e4fdc129b1b32/prisma-query-engine-debian-openssl-3.2.x: received code 404 from https://binaries.prisma.sh/all_commits/694eea289a8462c80264df36757e4fdc129b1b32/debian-openssl-3.2.x/query-engine.gz: <!DOCTYPE html>\n<html lang=\"en\">\n <head>\n
I see so you are getting the error in Gitub workspaces. Are you sure this is the correct commit? It's so old (from 2022)?
I see so you are getting the error in Gitub workspaces. Are you sure this is the correct commit? It's so old (from 2022)?
yes, i am not sync new code.
i also want to know why need too mush prisma clis with linux platform? why not like macos, ervery arch has one prisma cli
https://github.com/steebchen/prisma-client-go/blob/main/binaries/platform/platform.go#L39
Please use the latest version. It uses only one binary per arch and platform. So you shouldn't run into that error with the latest version, as it would just fetch a statically built linux (either arm64 or x64).
I am seeing this same error. It is coming from attempting to install Ghostfolio using Docker Compose. See this issue for more details.
It sounds like the workaround is to point to a new, updated binary in this repo instead?
@matt852 The latest Go client is not using any of these -ssl binaries, so in a newer version, this can't really happen; unless you are overwriting the binaries using binaryTargets
. Please open a new issue with your prisma schema, the Go client version, and as much other info as possible. Also, the repo ghostfolio you mentioned, is not using the Go client at all, so this issue is better reported at https://github.com/prisma/prisma.