You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I sort my scenes by "Title", I am seeing the following message:
Response not successful: Received status code 422
This error started without any update to the Stash application. I first noticed it with Stash 0.7.0 and initially, could go past it by simply hitting the reload button in my browser. That stopped working at some point. Upgrading to Stash 0.8.0 didn't change the issue.
The log shows json: error calling MarshalJSON for type json.RawMessage: invalid character '+' looking for beginning of value at the same time as the status code message.
To Reproduce
Steps to reproduce the behavior:
Select the "Scenes" tab
Change the default "Date" search criterion to "Title"
(probably needs a secret ingredient, i.e. a movie with a problematic filename)
Observe status code 422 being reported
Expected behavior
The scenes should be listed as usual, sorted by their "Title" field
Desktop (please complete the following information):
Gentoo Linux (stable, amd64) running as LXC container under QNAP Linux kernel 4.14.200
Firefox 78.10.1esr (amd64)
Smartphone (please complete the following information): nope
Additional context
Since the logs show a JSON issue with a '+' character, I tried searching for this specific character. Entering a plus character in the search box does not reproduce the error and lists 12 scenes.
The text was updated successfully, but these errors were encountered:
I had the same error coming up on a scene (I used number of pages and pagenumber in url to find the entry that wouldnt show up).
I then used DB-browser (https://github.com/sqlitebrowser/sqlitebrowser) to take a look at the entry causing this error. The only difference to all the other scenes in the database was - the framerate was set to "Inf.". After resetting the framerate to "NULL" the scene didnt break the pageview.
Describe the bug
When I sort my scenes by "Title", I am seeing the following message:
Response not successful: Received status code 422
This error started without any update to the Stash application. I first noticed it with Stash 0.7.0 and initially, could go past it by simply hitting the reload button in my browser. That stopped working at some point. Upgrading to Stash 0.8.0 didn't change the issue.
The log shows
json: error calling MarshalJSON for type json.RawMessage: invalid character '+' looking for beginning of value
at the same time as the status code message.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The scenes should be listed as usual, sorted by their "Title" field
Screenshots
Stash Version: (from Settings -> About):
v0.8.0 0x417ad4 2021-07-01 23:59:02
Desktop (please complete the following information):
Smartphone (please complete the following information):
nope
Additional context
Since the logs show a JSON issue with a '+' character, I tried searching for this specific character. Entering a plus character in the search box does not reproduce the error and lists 12 scenes.
The text was updated successfully, but these errors were encountered: