ST3 Error: user_dir() missing 1 required positional argument: 'cb'
adilwali opened this issue · 1 comments
adilwali commented
Hey all! Excited to fire this thing up. Tried to share a workspace with a colleague privately, and got no pop-up or output. Fired up ST console and saw this:
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 524, in run_
return self.run(**args)
File "/Users/adilwali/Library/Application Support/Sublime Text 3/Packages/Floobits/window_commands.py", line 71, in run
SublimeUI.prompt_share_dir(self.window, dir_to_share, api_args)
File "/Users/adilwali/Library/Application Support/Sublime Text 3/Packages/Floobits/floo/common/utils.py", line 502, in wrap
return _unwind_generator(f(*args, **kwargs))
File "/Users/adilwali/Library/Application Support/Sublime Text 3/Packages/Floobits/floo/common/utils.py", line 472, in _unwind_generator
return maybe_func(*args)
TypeError: user_dir() missing 1 required positional argument: 'cb'
I see the same error when sharing a workspace publicly.
I'm using: SublimeText 3 (build 3059) on OSX 10.9.4.
ggreer commented
Fixed and tagged a new release. Thanks for reporting the issue.