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

Error using without an DeepL API Key #8

Open
jonathanhecl opened this issue Aug 15, 2022 · 0 comments
Open

Error using without an DeepL API Key #8

jonathanhecl opened this issue Aug 15, 2022 · 0 comments

Comments

@jonathanhecl
Copy link

jonathanhecl commented Aug 15, 2022

Scraping Deepl, this may take some time....
Traceback (most recent call last):
  File "\captionsTranslator\captionsTranslator.py", line 105, in <module>
    main()
  File "\captionsTranslator\captionsTranslator.py", line 102, in main
    parsefiles(args.input_file, args.output_file, args.language_from, args.language_to, args.api_key)
  File "\captionsTranslator\captionsTranslator.py", line 91, in parsefiles
    translate(inputFile, outputFile, languageFrom, languageTo, api_key)
  File "\captionsTranslator\captionsTranslator.py", line 54, in translate
    for sentence in translatedSentences:
TypeError: 'ModuleNotFoundError' object is not iterable

How I can use it without an DeepL API Key.

Regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant