We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error message in debugger log:
[20:06:01.891] Recent Documents / Apps[Script Filter] Queuing argument '(null)' [20:06:02.301] Recent Documents / Apps[Script Filter] Script with argv '(null)' finished [20:06:02.304] ERROR: Recent Documents / Apps[Script Filter] Code 1: Traceback (most recent call last): File "main.py", line 215, in allItemsLinkList.extend(itemsLinkList) TypeError: 'NoneType' object is not iterable [20:06:02.306] Recent Documents / Apps[Script Filter] Expected str, got bytes [20:06:02.308] ERROR: Recent Documents / Apps[Script Filter] JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. in JSON: Expected str, got bytes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the following error message in debugger log:
[20:06:01.891] Recent Documents / Apps[Script Filter] Queuing argument '(null)'
[20:06:02.301] Recent Documents / Apps[Script Filter] Script with argv '(null)' finished
[20:06:02.304] ERROR: Recent Documents / Apps[Script Filter] Code 1: Traceback (most recent call last):
File "main.py", line 215, in
allItemsLinkList.extend(itemsLinkList)
TypeError: 'NoneType' object is not iterable
[20:06:02.306] Recent Documents / Apps[Script Filter] Expected str, got bytes
[20:06:02.308] ERROR: Recent Documents / Apps[Script Filter] JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. in JSON:
Expected str, got bytes
The text was updated successfully, but these errors were encountered: