aqzhyi / Sublime-Better-Completion

手刻的浪漫 DEPRECATED, use TypeScript!
338 stars 75 forks source link

Error loading TypeError: 'NoneType' object is not iterable #4

Closed aurexs closed 11 years ago

aurexs commented 11 years ago

On startup SublimeText 3 i'm having this error in console:

Traceback (most recent call last): File "E:\Archivos de programa\Sublime Text 3\sublime_plugin.py", line 96, in reload_plugin obj = t() File "main in E:\Archivos de programa\Sublime Text 3\Data\Installed Packages\JavaScript and jQuery API Completions.sublime-package", line 13, in init TypeError: 'NoneType' object is not iterable

aqzhyi commented 11 years ago

Please update package and restart sublime text.

I hope it has be solved.


note:

In Sublime Text 3 things are loaded async

by Is sublime.Settings.get() broken in ST3

aurexs commented 11 years ago

yes, it has been solved ;)

Cheers!