gcollazo / BrowserRefresh-Sublime

This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari, Firefox or Opera and reload the active tab
http://gcollazo.github.com/BrowserRefresh-Sublime
565 stars 61 forks source link

unexpected keyword argument 'activate_browser' #77

Open dominik42 opened 8 years ago

dominik42 commented 8 years ago

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 "./sublimeplugin.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

webislife commented 8 years ago

:+1: Fix please

timmfin commented 7 years ago

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).