FlowIDE icon indicating copy to clipboard operation
FlowIDE copied to clipboard

Error in the console: 'NoneType' object has no attribute 'project_data'

Open aziz opened this issue 8 years ago • 2 comments

Traceback (most recent call last):
  File "flowide.listeners.coverage in /Users/allen/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 14, in <lambda>
  File "flowide.util in /Users/allen/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 11, in wrapper
  File "flowide.util in /Users/allen/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 20, in debounced
AttributeError: 'NoneType' object has no attribute 'project_data'

aziz avatar Jul 01 '17 07:07 aziz

Same, I get this over and over in a project that isn't using flow yet.


Traceback (most recent call last):
  File "flowide.listeners.coverage in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 14, in <lambda>
  File "flowide.util in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 11, in wrapper
  File "flowide.util in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 20, in debounced
AttributeError: 'NoneType' object has no attribute 'project_data'
Traceback (most recent call last):
  File "flowide.listeners.check in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 13, in <lambda>
  File "flowide.util in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 11, in wrapper
  File "flowide.util in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 20, in debounced
AttributeError: 'NoneType' object has no attribute 'project_data'
Traceback (most recent call last):
  File "flowide.listeners.coverage in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 14, in <lambda>
  File "flowide.util in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 11, in wrapper
  File "flowide.util in /Users/daniel/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 20, in debounced
AttributeError: 'NoneType' object has no attribute 'project_data'

dantman avatar Mar 10 '18 03:03 dantman

Is this issue being worked on at all?

sarayourfriend avatar Sep 14 '18 16:09 sarayourfriend