Open BlaskKilt opened 7 hours ago
I think the config is not working on local? Also tested the example/config it will say Failed to load
[local] Running in local mode Failed to load configuration file
there is no when it fails(don't know why its not logged, but it isn't), but the parser works fine. both toml/json parses. I can't test GROQ, but I assume that it should work based on the error
❯ python -m manga_translator local -i imgs --config-file examples/config-example.json
[local] Running in local mode
[local] Loading models
Please set the GROQ_API_KEY environment variable before using the Groq translator.
I made sure with another translator that selecting works properly. I don't think it needs to be mentioned, but make sure the config file is valid & exists.malformed data will fail. a validator for example would be https://www.jsonschemavalidator.net
but there are many more and every text editor has a extension for it too
ah I know why. because of a sketchy fix for object has no attribute 'textlines'
Issue
I'm not good at this config, so I made a minor edit and tried to run it. However, I'm having a hard time using Groq. Can someone correct me on how to do this? ctd and mocr seems not running also or is it just me I'm kinda noob at this
Command Line Arguments
Console logs