question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

http://localhost:35729/livereload.js?snipver=1 net::ERR_CONNECTION_REFUSED

See original GitHub issue

After 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:closed
  • Created 6 years ago
  • Reactions:7
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
chmlncommented, Nov 15, 2017

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

0reactions
ghiscodingcommented, Nov 21, 2017

@chmln you mentioned that you published v4.1.2 but I see latest version in Github as v4.1.1. You might have forgot to release on Github. Thanks for the great lib 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found