23

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 !

julient-monisnap
  • 774
  • 2
  • 8
  • 25
  • Can you post some of the code and give more explanation of what are you trying to do ? – Guy Luz Jan 07 '19 at 17:44
  • I have the same problem. Just start Android Studio and click run the flutter counter demo,this happens. – Finn Jan 08 '19 at 04:57

3 Answers3

12

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.

julient-monisnap
  • 774
  • 2
  • 8
  • 25
  • but actually, what does this message means. – Avnish Nishad Jul 14 '19 at 17:29
  • I were also facing this issue `Failed to send request: {"jsonrpc":"2.0","id":"29072","method":"getVM","params":{}}` and after closing all applications and windows restart, the issue gone, it worked for me. – ArifMustafa Oct 21 '19 at 01:56
12

restart android studio will be enough to fix the problem

Mortada Jafar
  • 3,529
  • 1
  • 18
  • 33
5

This has nothing to do with your app.Sometimes this error appears in the log box of android studio....

1.This problem appears after running an app on a emulator/real device.

2.This error always displays after the below message

 Enter while loop.
Lost connection to device.

No need to worry about this message.

By re-running your app you can solve this error.

raman raman
  • 1,655
  • 4
  • 22
  • 34