Skip to content

Getting Python Error -- TypeError: argument of type 'NoneType' is not iterable #118

@yaitorr

Description

@yaitorr

Hi there,
I recently installed the GutterColor ST3 plugin and I'm getting the following exception in the console, every time the plugin tries to run:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 530, in on_activated_async
    callback.on_activated_async(v)
  File "/Users/yaisiel.torres/Library/Application Support/Sublime Text 3/Packages/Gutter Color/gutter_color.py", line 40, in on_activated_async
    if syntax(view) in settings().get('supported_syntax'):
TypeError: argument of type 'NoneType' is not iterable

I already validated that I have the right ImageMagick install and ran all the ImageMagic-related troubleshooting in this repo's README. Am I still missing something from the install? Please let me know if you need additional details!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions