tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.43k stars 484 forks source link

live-server throwing a console error #266

Open jckuhl opened 6 years ago

jckuhl commented 6 years ago
Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting

Issue description

Software details

Command Line: live-server OS: MacOS High Sierra 13.14.4 Browser: Google Chrome Version 67.0.3396.87 (Official Build) (64-bit) Node: 9.4.0 live-server: 1.2.0

I'm getting the following error occasionally when running live-server:

GET blob:http://127.0.0.1:8080/d7db15ca-9537-4344-9c6a-5659f641cecd 0 () inject.preload.js:373 

  | (anonymous) | @ | inject.preload.js:373
-- | -- | -- | --
  | __webpack_require__ | @ | bootstrap a58e717…:19
  | splitSelector.splitSelector | @ | common.js:103
  | __webpack_require__ | @ | bootstrap a58e717…:19
  | exports.textToRegExp | @ | bootstrap a58e717…:62
  | (anonymous) | @ | bootstrap a58e717…:62

My project is a simple project, run in VSCode's integrated terminal, no libraries or frameworks beyond vanilla HTML/CSS/JS and live-server is functioning as normal. This error doesn't seem to be causing any noticeable issues, it's mostly distracting for it to pop up when I'm trying to look at my own code's errors. I'm also not sure how to replicate it as it only happens some of the time during the live reload. I haven't seen it with a manual reload.

It's not a major issue, just a minor annoyance.