aziz / SublimeFileBrowser

Ditch sidebar and browse your files in a normal tab with keyboard, like a pro!
MIT License
395 stars 45 forks source link

No files shown in macOS 10.12.6. #141

Closed gardenvarietyse closed 6 years ago

gardenvarietyse commented 6 years ago

After updating to macOS 10.12.6, I no longer get any files listed in the file browser. Sublime Text version is 3.0, build 3143.

Trying any command results in FileBrowser: "dired_index" is empty, that shouldn’t happen ever, there is some bug.

In the console, I get:

  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 812, in run_
    return self.run(edit, **args)
  File "dired in /Users/steve/Library/Application Support/Sublime Text 3/Installed Packages/FileBrowser.sublime-package", line 187, in run
  File "common in /Users/steve/Library/Application Support/Sublime Text 3/Installed Packages/FileBrowser.sublime-package", line 170, in emit_event
AttributeError: 'module' object has no attribute 'notify'
vovkkk commented 6 years ago

Did you install via Package Control? Please, try to remove FileBrowser, exit Sublime Text, install via PC, and restart ST again.

notify is a part of package_events module, but your error message suggests that the module was imported—so it is really kinda mess, I don’t know.

gardenvarietyse commented 6 years ago

Perfect, it works again. Thanks!