-
-
Notifications
You must be signed in to change notification settings - Fork 207
Description
I am trying to sync markers from timestamptrade but when I try to sync, I get following error message:
2025-08-02 07:15:48
Error
Plugin returned error: exit status 1
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] Exception: 422 Unprocessable Entity query failed. v0.28.1-93-g14be3c24
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] raise Exception(error_msg)
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] File "/root/.local/lib/python3.12/site-packages/stashapi/classes.py", line 271, in _handle_GQL_response
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] return self._handle_GQL_response(response)
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] File "/root/.local/lib/python3.12/site-packages/stashapi/classes.py", line 228, in _GQL
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] return self._GQL(query, variables)
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] File "/root/.local/lib/python3.12/site-packages/stashapi/stashapp.py", line 239, in call_GQL
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] result = self.call_GQL(query, variables, callback=callback)
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] ^^^^^^^^^^^^^^^^^^
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] count = stash.find_scenes(
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] File "/root/.local/lib/python3.12/site-packages/stashapi/stashapp.py", line 1708, in find_scenes
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] File "/root/.stash/plugins/community/timestampTrade/timestampTrade.py", line 465, in processAll
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] processAll(query)
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] File "/root/.stash/plugins/community/timestampTrade/timestampTrade.py", line 1463, in
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] Traceback (most recent call last):
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] �d�
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] �d�
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] 422 Unprocessable Entity query failed. v0.28.1-93-g14be3c24
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] 422 Unprocessable Entity GQL data response is null
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Field "fingerprint" argument "type" of type "String!" is required, but it was not provided.
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Field "fingerprint" argument "type" of type "String!" is required, but it was not provided.
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Field "fingerprint" argument "type" of type "String!" is required, but it was not provided.
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Field "fingerprint" argument "type" of type "String!" is required, but it was not provided.
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Cannot spread fragment "Folder" within itself.
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Cannot spread fragment "BasicFile" within itself via "Folder".
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Cannot spread fragment "BasicFile" within itself.
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Field "fingerprint" argument "type" of type "String!" is required, but it was not provided.
2025-08-02 07:15:48
Error
[Plugin / Timestamp Trade] GRAPHQL_VALIDATION_FAILED: Field "fingerprint" argument "type" of type "String!" is required, but it was not provided.
2025-08-02 07:15:48
Info
[Plugin / Timestamp Trade] Getting scene count
What could be the issue? Let me know if you need more information