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

Fix scraping stash-box performers with null birthdates #5428

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

InfiniteStash
Copy link
Collaborator

I'm getting errors when fetching stash-box performers without a birthdate. The empty date should be omitted since it's presumably null, but it ends up populated with empty values which crashes. A change in gqlgenc I guess.

Anyway, that endpoint has been deprecated for years. I've switched the query to birth_date which just returns truncated date strings instead. With padding the result is the same.

@DogmaDragon DogmaDragon added the bug Something isn't working label Oct 30, 2024
@WithoutPants WithoutPants added this to the Version 0.28.0 milestone Oct 31, 2024
@WithoutPants WithoutPants merged commit b1d5dc2 into stashapp:develop Oct 31, 2024
2 checks passed
@InfiniteStash InfiniteStash deleted the fix-stashbox-date branch October 31, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants