Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 !

like image 796
julient-monisnap Avatar asked Jan 07 '19 17:01

julient-monisnap


1 Answers

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.

like image 126
julient-monisnap Avatar answered Sep 20 '22 16:09

julient-monisnap