question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`prisma:engine stdout Unknown error`

See original GitHub issue

Recently the prisma:engine logging is full with Unknown error message:

...
  prisma:engine stdout Fetched a connection from the pool +10ms
  prisma:engine stdout Unknown error +23ms
prisma:query BEGIN
  prisma:engine stdout Unknown error +61ms
prisma:query SELECT "public"."BuyerGroup"."id" FROM "public"."BuyerGroup" WHERE 1=1 OFFSET $1
  prisma:engine stdout Unknown error +63ms
prisma:query SELECT "public"."BuyerGroup"."id" FROM "public"."BuyerGroup" WHERE 1=1
  prisma:engine stdout Unknown error +22ms
prisma:query COMMIT
...

Logging can be achieved with DEBUG=* and

const prisma = new PrismaClient({
  log: ['query', 'info', `warn`, `error`],
})

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
Jolg42commented, Sep 2, 2021

@tehnorm Which version of prisma and @prisma/client are you using and could you share your Prisma Client query and schema maybe?

along with:

  • OS: [e.g. Mac OS, Windows, Debian, CentOS, …]
  • Database: [PostgreSQL, MySQL, MariaDB or SQLite]
  • Node.js version: [Run node -v to see your Node.js version]

It will help to reproduce this.

1reaction
janpiocommented, Jul 28, 2021

That would be possible, no recollection after 4 weeks. Will observe if I see it again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error in PostgreSQL connection: Error { kind: Closed, cause
Hi Prisma Team! My Prisma Client just crashed. This is the report: Versions Name Version Node v14.16.0 OS debian-openssl-1.1.x Prisma Client ...
Read more >
Hello I currently have issues with Prisma that is deployed o | Orm ...
Hello! I currently have issues with Prisma that is deployed on Google App Engine. There is clearly a memory leak and I get...
Read more >
mongooseserverselectionerror: connect econnrefused 127.0 ...
You are getting ECONNREFUSED error, which basically means the PORT you are ... stdout Started http server on http://127.0.0.1:44611 prisma:engine Search for ...
Read more >
github.com[0: 140.82.121.4]: errno=Unknown error - Stack ...
The problem was the git port is restricted, that's why it gave an error! So you can get it fixed with the following...
Read more >
GCSE-847: Error:"Unknown error. XmlException RequestID
Error: “Unknown error. XmlException RequestID: ” When Saving a Workflow to Gallery Environment Details Saving a workflow application to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found