Floobits / floobits-sublime

Floobits real-time collaboration plugin for Sublime Text 2 and 3
Apache License 2.0
294 stars 31 forks source link

ST3 Error: user_dir() missing 1 required positional argument: 'cb' #205

Closed adilwali closed 10 years ago

adilwali commented 10 years ago

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 10 years ago

Fixed and tagged a new release. Thanks for reporting the issue.