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

Timestamp Trade Error Syntax Error #447

Open
ouenascender opened this issue Oct 2, 2024 · 0 comments · May be fixed by #448
Open

Timestamp Trade Error Syntax Error #447

ouenascender opened this issue Oct 2, 2024 · 0 comments · May be fixed by #448

Comments

@ouenascender
Copy link

Timestamp Trade is Erroring out with a syntax error

2024-10-02 21:50:04 Error Scene.Update.Post [Timestamp Trade]: returned error: exit status 1
2024-10-02 21:50:04 Debug  Plugin Timestamp Trade finished
2024-10-02 21:50:04 Error   [Plugin / Timestamp Trade] SyntaxError: f-string: unmatched '['
2024-10-02 21:50:04 Error   [Plugin / Timestamp Trade]                                       ^^^^
2024-10-02 21:50:04 Error   [Plugin / Timestamp Trade]     marker["title"] = f"[TsTrade] {m["name"]}"
2024-10-02 21:50:04 Error   [Plugin / Timestamp Trade]   File "/config/plugins/community/timestampTrade/timestampTrade.py", line 69

Due to Double Quote access to Dict inside formatted String. Raising PR to change to single quote. Alternative temp assign var outside of formatted string

This does not make this plugin function under v0.27.0, but I think this is due to a StashApp issue rather than a plugin issue. Raised Issue as stashapp/stash#5332. but with this change the error will change to 401 not authorized.

@ouenascender ouenascender linked a pull request Oct 2, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant