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

Python TypeError "string indices must be integers" #30

Open
Unknow0059 opened this issue Sep 20, 2020 · 0 comments
Open

Python TypeError "string indices must be integers" #30

Unknow0059 opened this issue Sep 20, 2020 · 0 comments

Comments

@Unknow0059
Copy link

Unknow0059 commented Sep 20, 2020

This error showed up after I ran Keymaps from the Command Palette.

Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "C:\Users\aliso\AppData\Roaming\Sublime Text 3\Packages\Keymaps\sublime_keymaps.py", line 765, in run
    rendered = list(self.renderer.format(keymaps))
  File "C:\Users\aliso\AppData\Roaming\Sublime Text 3\Packages\Keymaps\sublime_keymaps.py", line 629, in format
    packages = sorted(packages, key=key_func)
  File "C:\Users\aliso\AppData\Roaming\Sublime Text 3\Packages\Keymaps\sublime_keymaps.py", line 438, in extract
    keyMaps = self.getKeymaps()
  File "C:\Users\aliso\AppData\Roaming\Sublime Text 3\Packages\Keymaps\sublime_keymaps.py", line 377, in getKeymaps
    item["context"].append(ctxt["key"])
TypeError: string indices must be integers

"installed_packages":
[ "Alignment", "AutoFoldCode", "AutoHotkey", "BracketFlasher", "BracketHighlighter", "Color Scheme - Sleeplessmind", "Compare Side-By-Side", "Delete Current File", "Deselect", "HexViewer", "HTMLBeautify", "ImagePreview", "Increment Selection", "Keymaps", "MarkdownLivePreview", "Monokai Extended", "Monokai++", "MultiEditUtils", "Open in Default Application", "OverrideAudit", "Package Control", "PackageResourceViewer", "PowerShell", "ProjectManager", "Quick File Move", "RandomCase", "RemoveDuplicateLines", "RepeatCommand", "ReverseCharacters", "SortBy", "Sublime Bookmarks", "Sublime Tutor", "Sync View Scroll", "Table Editor", "Terminus", "Trimmer", "VBScript", "WordCount", "XAML" ]

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

No branches or pull requests

1 participant