http://localhost:35729/livereload.js?snipver=1 net::ERR_CONNECTION_REFUSED
See original GitHub issueAfter updating flatpickr there is an error in concole flatpickr.js:2 GET http://localhost:35729/livereload.js?snipver=1 net::ERR_CONNECTION_REFUSED
Line 2 in flatpickr.js
(function(l, i, v, e) { v = l.createElement(i); v.async = 1; v.src = '//' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1'; e = l.getElementsByTagName(i)[0]; e.parentNode.insertBefore(v, e)})(document, 'script');
What is this?
Your Environment
- flatpickr version used: 4.1.0
- Browser name and version: Chrome 62
- OS and version: Win 10
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to get livereload.js working on localhost, error
This error is normally thrown by Adblocker extensions installed in the browser , try disabling browser extensions and then see if it works...
Read more >Livereload.js & net::ERR_CONNECTION_REFUSED problem ...
I've got a serious problem about my livereload since I upgraded Ionic CLI to the ... GET http://localhost:35730/livereload.js?snipver=1 ...
Read more >ERR_CONNECTION_REFUSED http://localhost:35729 ...
I get this error both when using file:/// and with http-server running on localhost:8080 . I've even used netstat to check if port...
Read more >347513 - JavaScript disabled on a non-standard localhost port.
This is to do with the Ruby Gem "guard-livereload". It allows a website locally hosted to be refreshed automatically when changes to source ......
Read more >livereload-js - npm
LiveReload JS client - auto reload browser on changes. ... Start using livereload-js in your project by running `npm i livereload-js`.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for reporting this guys. Looks like some kind of a build artifcact.
I’ve run a rebuild which fixed the issue and published
v4.1.2
@chmln you mentioned that you published
v4.1.2
but I see latest version in Github asv4.1.1
. You might have forgot to release on Github. Thanks for the great lib 😃