AppiumTestDistribution / appium-device-farm

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
https://devicefarm.org
Other
324 stars 101 forks source link

Error occurred during query execution (Invalid `prisma.session.updateMany()` invocation) #1176

Closed erdncyz closed 3 months ago

erdncyz commented 3 months ago

Error occurred during query execution

When I start up the server, I get the error shared in the log, can you help me?

Environment

  1. Appium version (or git revision) that exhibits the issue: 2.6.0
  2. Last Appium version that did not exhibit the issue (if applicable): No
  3. Node.js version (unless using Appium.app|exe): 20.0

https://gist.github.com/erdncyz/9746c52396522227e495ce002e966536

sudharsan-selvaraj commented 3 months ago

can you try running below command and start the appium server.

appium plugin run device-farm reset

erdncyz commented 3 months ago

Thank you very much

erdncyz commented 3 months ago

@sudharsan-selvaraj @saikrishna321 thank you very much