-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
TimeStampTrade broken since I updated to v0.27.X #456
Comments
this requires you to update |
I have this issue in 0.26. I don't believe this is to do with 0.27 specifically, it was working fine before. Also updating stashapp-tools does not fix it.
|
I re-installed Python (now 3.13) and then re-installed stashapp-tools, and now I'm getting a different error:
|
@magicswarmingswarm that is a different error
@johnhargreaves not sure what's going on with that new error seems like somethings missing from the error log |
This is what I have when I initiated the "sync" action:
|
I fixed this problem by opening the YAML file, copying the setting string associated with addTsTradeTag (described as adding the [Timestamp] tag to markers), and replacing that errored string with it in the python file. I then enabled the option in Stash and it works perfectly. I am unsure which of these two fixes the problem, but feel free to try both! |
Could you describe a little bit deeper, what you have done? I have exactly the same issue. |
Greetings:
Once I updated to 0.27 (and wasn't fixed with .1 or ,2), I cannot get timeStampTrade to work. At first, it was the syntax error (#447 . But once I fixed that manually (per the suggestion in #448), I get a 422 error.
here is the log: I suspect something in the first event (GRAPHQL_VALIDATION_FAILED: Cannot spread fragment "Group" within itself via "GroupDescription".) that cascades but have not been able to drill down. To be fair, my python skills are rudimentary at best (although I did replace the double quotes with single quotes ... :-)
Here is the log:
And if it is a user-generated bug, I am happy to learn and be taught!
Thanks much,
The text was updated successfully, but these errors were encountered: