Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension Stopped working #34

Closed
joadr opened this issue Sep 22, 2016 · 3 comments
Closed

Extension Stopped working #34

joadr opened this issue Sep 22, 2016 · 3 comments
Labels

Comments

@joadr
Copy link

joadr commented Sep 22, 2016

I guess after the update the extension stopped working

When executing extension's commands with (ctrl + shift + p) I get this:

Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 393, in on_text_command
    res = callback.on_text_command(v, name, args)
  File "QueryCompletionListener in /home/joaco/.config/sublime-text-3/Installed Packages/FuzzyFilePath.sublime-package", line 74, in on_text_command
AttributeError: 'module' object has no attribute 'get'
Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 421, in on_post_text_command
    callback.on_post_text_command(v, name, args)
  File "QueryCompletionListener in /home/joaco/.config/sublime-text-3/Installed Packages/FuzzyFilePath.sublime-package", line 83, in on_post_text_command
AttributeError: 'module' object has no attribute 'get'
@joadr
Copy link
Author

joadr commented Sep 22, 2016

I get this also when I click in the console, and then on the code I get this:

Traceback (most recent call last):
File "/opt/sublime_text/sublime_plugin.py", line 393, in on_text_command
res = callback.on_text_command(v, name, args)
File "QueryCompletionListener in /home/joaco/.config/sublime-text-3/Installed Packages/FuzzyFilePath.sublime-package", line 74, in on_text_command
AttributeError: 'module' object has no attribute 'get'
Traceback (most recent call last):
File "/opt/sublime_text/sublime_plugin.py", line 421, in on_post_text_command
callback.on_post_text_command(v, name, args)
File "QueryCompletionListener in /home/joaco/.config/sublime-text-3/Installed Packages/FuzzyFilePath.sublime-package", line 83, in on_post_text_command
AttributeError: 'module' object has no attribute 'get'

@sagold
Copy link
Owner

sagold commented Sep 22, 2016

Hi joadr.

Yes, the update may have caused this issue. My first guess is that the update did not download completely or has not loaded correctly. Could you try to restart Sublime and if errors still occur delete and reinstall the plugin?

If you still get this error i will check why the settings module is not loaded correctly.
Thank you for your help.

@sagold sagold added the Fix label Sep 25, 2016
@joadr
Copy link
Author

joadr commented Sep 26, 2016

I think restarting sublime-text worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants