gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
29.49k stars 2.19k forks source link

Variable Name #8195

Closed Adilmar closed 1 week ago

Adilmar commented 2 weeks ago

Describe the bug

Variable name

Guys in the client/dist/index.js file on line 1274 the correct one would be semiver$1.

Have you searched existing issues? 🔎

Reproduction

if (semiver$1(config.version || "2.0.0", "3.6") < 0) { addEventListener( "open", () => websocket.send(JSON.stringify({ hash: session_hash })) ); }

Screenshot

Captura de tela de 2024-05-02 08-42-43

Logs

ReferenceError: semiver is not defined
at /var/task/.next/server/app/api/conversation/route.js:1:18104
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js process exited with exit status: 128. The logs above can help with debugging the issue.
Unknown application error occurred

System Info

lasted

Severity

I can work around it

abidlabs commented 2 weeks ago

Hi @Adilmar its not clear from this issue what the bug you are describing is. Can you please provide a minimal code example that we can use to reproduce the error you are seeing? See: https://stackoverflow.com/help/minimal-reproducible-example

abidlabs commented 1 week ago

Going to close for lack of follow up. We can reopen if we have a complete repro