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
From 2.10.* there seems to be an issue parsing the API response....
2024/07/23 15:52:17 | stderr | Traceback (most recent call last): -- | -- | -- 2024/07/23 15:51:14 | stderr | IndexError: list index out of range 2024/07/23 15:51:14 | stderr | ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024/07/23 15:51:14 | stderr | last_downloaded_document_id = new_document_ids[len(new_document_ids) - 1] 2024/07/23 15:51:14 | stderr | File "/app/main.py", line 78, in paperlessngx_lookup_new_documents 2024/07/23 15:51:14 | stderr | paperlessngx_lookup_new_documents() 2024/07/23 15:51:14 | stderr | File "/app/main.py", line 130, in main 2024/07/23 15:51:14 | stderr | main() 2024/07/23 15:51:14 | stderr | File "/app/main.py", line 137, in <module> ` ``
The text was updated successfully, but these errors were encountered:
fix: index out of range error
b4624a1
Signed-off-by: Oliver Lippert <[email protected]> #35
e8c6963
lippoliv
Successfully merging a pull request may close this issue.
From 2.10.* there seems to be an issue parsing the API response....
The text was updated successfully, but these errors were encountered: