2

Hello there I am using Chrome and I am getting those errors when loading my website:

inject.preload.js:373 GET blob:https://pechatnaknigi.test/f52e1770-ef12-4832-99ee-b93a7eed9794 0 ()
inject.preload.js:373 GET blob:https://www.google.com/f94a9698-9990-4d0c-aab7-fb2cf564cd55 0 ()

Why are those errors showing and how can I track them down in order to fix them? I don't have a file with a name of inject.preload.js, so I guess it is created automatically when the website is loading. I have seen this error

GET blob:[url] 0 ()

and to some other websites, I am managing as well.

Thanks!

Prashant Pimpale
  • 10,349
  • 9
  • 44
  • 84
Dimitar
  • 1,830
  • 5
  • 32
  • 52

1 Answers1

2

Try disabling AdBlock: chrome://extensions/. There are other posts on this issue so although your question may be a duplicate, there's so much cruft on the others answers that this is worth preserving.

Dave Everitt
  • 17,193
  • 6
  • 67
  • 97
  • 1
    after disabling AdBlock only for this domain now i don't see the errors anymore. – Dimitar Jun 27 '18 at 21:24
  • actually now i saw that i am still receiving blob errors even after disabling Ghostery, Privacy Badger and AdBlocker :( – Dimitar Jul 02 '18 at 08:56
  • and some of the blob errors have turn into: `Failed to load resource: the server responded with a status of 500 ()` – Dimitar Jul 02 '18 at 08:56
  • 500 is an internal server error, and the Binary Large Object error looks like a binary file isn’t being found, so without further details it’s hard to comment. take a look at more detailed error messages in the terminal or error logs from your server... – Dave Everitt Jul 02 '18 at 22:53