whitphx/stlite

Request Autofill.enable failed.

jafa2222 opened this issue · 1 comments

When use Groq API in code and using npm run serve, the following error is shown in the terminal:

[31612:0103/200452.271:ERROR:CONSOLE(1)] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/core/prot
ocol_client/protocol_client.js (1)

Also, this error is shown in electron after the user's request:
image

Seems like the "Request Autofill.enable failed" is caused by the devtools and can be ignored as electron/electron#41614 and it's independent from the request time-out error.

The request time-out may be due to some network access library usage, while I'm not sure what HTTP library is used in the Groq client.
Ref: https://github.com/whitphx/stlite?tab=readme-ov-file#http-requests