BrowserRefresh-Sublime icon indicating copy to clipboard operation
BrowserRefresh-Sublime copied to clipboard

unexpected keyword argument 'activate_browser'

Open dominik42 opened this issue 9 years ago • 2 comments

After installing this package into Sublime 2.0.2 (build 2221 Mac OS 10.7.5) via PackageControl, everytime I use the keystroke CMD-Shift-R nothing happens. Neither the file is saved nor the browser is refreshed. The console shows the following error:

Traceback (most recent call last): File "./sublime_plugin.py", line 356, in run_ TypeError: run() got an unexpected keyword argument 'activate_browser'

This error don't occur under Sublime 3 installed the BrowserRefresh plugin the same way via PackageControl.

But as I remember me correctly, this plugin worked well with Sublime 2 several months ago...

Kind regards Dominik

dominik42 avatar Jul 26 '15 15:07 dominik42

:+1: Fix please

webislife avatar Aug 31 '15 13:08 webislife

I ran into this issue on Sublime 3, but fixed by changing the activate_browser key to activate in my user key settings (I also had browser_name instead of browsers... must be settings from log ago that I never changed).

timmfin avatar Dec 09 '16 14:12 timmfin