mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Exception in thread-368 #113

Open morales2k opened 11 years ago

morales2k commented 11 years ago

Sorry if this has been reported. I didn't have time to check existing issues before posting this.

Exception in thread Thread-368: Traceback (most recent call last): File ".\threading.py", line 532, in __bootstrap_inner File ".\livereload_st2.py", line 176, in run h = self.headers = wsh.headers AttributeError: WSRequestHandler instance has no attribute 'headers'

I constantly get this when saving. I am using latest available version in SublimeText2 Package Control. Firefox Plugin Version 2.0.8 on Firefox 15.0.1

Kudos on the work invested on this project so far. I think it is a novel idea and an awesome concept. Keep at it!