#Prisma Error when init/ generation/db pull in ubuntu 22.04

11 messages · Page 1 of 1 (latest)

haughty socket
#

i have alot of error i cant install prisma engine for some reason .: Error: FetchError: request to https://binaries.prisma.sh/all_commits/d8af2bb0859125a54b409954a430bba1b3e0e5d3/debian-openssl-3.0.x/libquery_engine.so.node.gz.sha256 failed, reason: at ClientRequest.<anonymous> (/home/ejayz/thedreamteam/frontier-reward-nextjs/node_modules/@prisma/fetch-engine/dist/chunk-QBYOPWRC.js:13265:14) at ClientRequest.emit (node:events:519:28) at TLSSocket.socketErrorListener (node:_http_client:495:9) at TLSSocket.emit (node:events:519:28) at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

haughty socket
#

Node Version : v20.6.1

haughty socket
tawny tulip
#

Are you able to curl https://binaries.prisma.sh ?

haughty socket
haughty socket
#

i mean it shows html

#

part of it says ```<section id="text">
<div>
<h1>Error 404</h1>
<h3>This object could not be viewed</h3>
</div>

    <div>
      <p id="error-title">You are not authorized to view this object</p>
      <p>
        This object does not exist or is not publicly accessible at this
        URL. Check the URL of the object that you're looking for or contact
        the owner to enable Public access.
      </p>
    </div>

    <div>
      <p id="footer-title">Is this your bucket?</p>
      <p>
        Learn how to enable
        <a
          href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
          >Public Access</a
        >
      </p>
    </div>
  </section>```
#

even on chrome on mypc

#

404 not found

tawny tulip
#

Okay. Could you try to npx prisma generate again, please? which version of prisma and @prisma/client do you have?