android-studiodartflutterjson-rpc

Flutter console log "Failed to send request: {"jsonrpc":"2.0","id":"9354","method":"getVM","params":{}}"


I have some strange thing happening on my Android studio dart console : every second there is this message :

Failed to send request: {"jsonrpc":"2.0","id":"9354","method":"getVM","params":{}}

The "id" count keeps incrementing and i can't find a solution to stop the logs. Does someone have a solution to this problem ?

Thanks in advance !


Solution

  • Actually this error is not showing anymore after a reboot of my computer. Couldn't reproduce it but strange log anyway... Thanks for the answers, if i have the same issue again i will try to find out where it comes from.