Error Shows "Failed to Get Text for Stylesheet (#): No Style Sheet with Given Id Found", What Does This Mean

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

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:

Sample Image

Failed to load resource: the server responded with a status of 404 (Not Found)

Your files are not under the jsp folder that's why it is not found.
You have to go back again 1 folder
Try this:

<script src="../../Jquery/prettify.js"></script>


Related Topics



Leave a reply



Submit