R0Wi-DEV / workflow_ocr

This is a Nextcloud Workflow App which enables you to process files via OCR on serverside.
GNU Affero General Public License v3.0
79 stars 7 forks source link

empty language list in nextcloud 25.0.3 #183

Closed rodrigoesborges closed 1 year ago

rodrigoesborges commented 1 year ago

First of all,

Thanks for the flow, it intends to fill elegantly such a valuable activity.

In 1.25.0.3, just installed, tried removing and reinstalling, but still no luck in having language options:

image Inspecting console: image

failed to load resource: the server responded with a status of 500 (Internal Server Error)
core-common.js?v=6bad9ade-15:2 Error: Request failed with status code 500
    at t.exports (workflow_ocr-main.js?v=6bad9ade-15:2:502363)
    at t.exports (workflow_ocr-main.js?v=6bad9ade-15:2:504779)
    at XMLHttpRequest.x (workflow_ocr-main.js?v=6bad9ade-15:2:496993)

and devtools complains: https://coletiva.imperialismoedependencia.org/apps/workflow_ocr/js/workflow_ocr-main.js.map?v=1f44476e4073c3482803: Unexpected token '<', "<!DOCTYPE "... is not valid JSON

Couldn't find a similar issue reported. Any directions?

R0Wi commented 1 year ago

Thank's for reporting this. Think you're dacing a serverside error so it would be good to have some lines of your nextcloud.log file to see what crashed. As a temporary workaround you could try using the flow without any languages choosen, even though the result might be a bit worse.

R0Wi commented 1 year ago

@rodrigoesborges have you already been able to take a look into the logs?

rodrigoesborges commented 1 year ago

I will look into it today or, max, tomorrow

R0Wi commented 1 year ago

Closed due to lack of information. Please reopen if needed.