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

Error in workflow, 's' #1

Open
Stijnvb1212 opened this issue Mar 15, 2021 · 0 comments
Open

Error in workflow, 's' #1

Stijnvb1212 opened this issue Mar 15, 2021 · 0 comments

Comments

@Stijnvb1212
Copy link

When I search some things with the letter 's' in it, Alfred return me an error in the workflow.
Error in workflow ' Search IMDB"
's'

These two examples return the same error:
S
Star wars

Log below

[11:49:37.508] Search IMDB[Script Filter] Queuing argument 's'
[11:49:37.769] Search IMDB[Script Filter] Script with argv '(null)' finished
[11:49:37.772] ERROR: Search IMDB[Script Filter] Code 1: .
11:49:37 workflow.py:2061 DEBUG ---------- Search IMDB (1.0.0) ----------
11:49:37 workflow.py:2080 ERROR 's'
Traceback (most recent call last):
File "/Users/stijnvanbussel/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.7D12FE11-D856-488F-B160-7B847764907D/workflow/workflow.py", line 2073, in run
func(self)
File "imdb.py", line 59, in main
suggestions = getSuggestions(query)
File "imdb.py", line 30, in getSuggestions
suggestion.shortinfo = imdbResult['s']
KeyError: 's'
11:49:37 workflow.py:2103 DEBUG ---------- finished in 0.144s ----------
[11:49:37.774] Search IMDB[Script Filter]
<title>Error in workflow 'Search IMDB'</title>'s'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns

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