Can't get it to work, running into error? #29
Replies: 2 comments 4 replies
-
Are you using the If it is the latter, you might want to check out how the API is being called in the firefox extension (https://github.com/Crivella/ocr_extension/blob/master/src/utils/API.js). Regarding the errors the 406 is just the server attempting to get a translation for something that was already translated, the 400 can be a lot of things (see all the parts returning 400 in this function ocr_translate/ocr_translate/views.py Line 242 in 95b2683 |
Beta Was this translation helpful? Give feedback.
-
Are you loading the model you want to use from the extension? I do not see any message in the log that would indicate so, eg if i try to activate the extension without models loaded i get the same sequence of 406 and400 errors When you are loading a model you would expect something like (minus the DEBUG stuff which you won't see unless you activate it yourself by using the appropriate environment variable) You activate language first and model after by selecting them in the pop up menu of the extension (ti might be hidden in the puzzle symbols if you have many extensions installed |
Beta Was this translation helpful? Give feedback.
-
So I've been looking for a tool like this to read manga for a while, but when I try to use t the server gives me a bunch of errors. I think I'm doing everything right, but the simplicity makes me think I might've skipped a step somewhere. Maybe it is working but I'm missing something???
Here's the weird thing it's doing:
Beta Was this translation helpful? Give feedback.
All reactions