Error shows “Failed to get text for stylesheet (#): No style sheet with given id found”, what does this mean?

前端 未结 4 676
遥遥无期
遥遥无期 2020-12-24 00:19

I\'m getting this error in Chrome when it loads this application I am working on:

Failed to get text for stylesheet 50: No style sheet with given id f

相关标签:
4条回答
  • 2020-12-24 00:42

    Fixt it by holding [Ctrl] + [Shift] and refresh the page

    0 讨论(0)
  • 2020-12-24 00:44

    Still present in Chrome 46.0.2490.80 m (64-bit). Closing sources tabs 'fixed' it.

    0 讨论(0)
  • 2020-12-24 00:46

    Just experienced this today if you have a .css file open in the dev tools. If you close the .css file and reload, the issue does not happen.

    Chrome 48.0.2564.109 (64-bit)

    0 讨论(0)
  • 2020-12-24 00:48

    I had the same problem. It looks like a bug in Chrome's live-edit CSS/JS. Notice how the number changes on each request.

    I fixed it by closing all the files that I had edited in the dev tools 'source' tab and then refreshed the page.

    The error went away after I closed all the files in the 'source' tab.

    I tried to reproduce it after closing the files, but I can't seem to recreate it, yet.


    Here is a picture showing where to find the 'source' tab:

    enter image description here

    0 讨论(0)
提交回复
热议问题