Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Fix OCR transcriptions not being found with /find/ endpoint #242

Closed
TimJentzsch opened this issue Dec 25, 2021 · 2 comments
Closed

Fix OCR transcriptions not being found with /find/ endpoint #242

TimJentzsch opened this issue Dec 25, 2021 · 2 comments
Assignees
Labels
Bug Something isn't working

Comments

@TimJentzsch
Copy link
Contributor

Apparently #239 doesn't fully work in production, the ocr key of the response is always null.

No idea why as it worked in the tests, but I'll have to simulate some transcription with OCR on my local setup to find out the cause.

@TimJentzsch TimJentzsch added the Bug Something isn't working label Dec 25, 2021
@TimJentzsch TimJentzsch self-assigned this Dec 25, 2021
@TimJentzsch
Copy link
Contributor Author

The cause seems to be that transcribot has is_volunteer=true, contrary to what I thought.
So currently that field does not distinguish users from bots.

@TimJentzsch
Copy link
Contributor Author

This has been fixed by #289. Instead of is_volunteer we now use is_bot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant