Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to update emulated device list on chrome device mode

I was working on my project with chrome device mode, yesterday it stop working saying:

"Failed to update emulated device list. Error: Emulated device is missing required property 'images'"

I tried to clear cache, cookies, site data. it didn't help.
I re-install chrome. it didn't help.

I tried to use incognito mode and it worked.

This is happens on every site I trying to enter device mode.

Please help.

like image 668
Tzelon Avatar asked Jul 07 '15 06:07

Tzelon


2 Answers

The temporary workaround, posted by dgozman, worked for me. Reposting here for convenience:

  1. Undock your DevTools.
  2. Press Ctrl+Shift+I (or Cmd+Opt+I) to open DevTools for DevTools.
  3. In second DevTools, select "inspector-app-iframe(inspector.html)" in context selector at the top of console.
  4. Execute this code: delete window.localStorage["standardEmulatedDeviceList"];
  5. Reopen DevTools.
like image 174
avoision Avatar answered Sep 20 '22 14:09

avoision


I just opened an issue in the tracker to help resolve this problem.

If you can, please comment on that issue with your version of Chrome you are using. You may also star the issue (star icon to the far left of the blue box under the search area) to show the issue is affecting you and get updates.

Thank you!

like image 22
Garbee Avatar answered Sep 20 '22 14:09

Garbee