Skip to content

Error using without an DeepL API Key #8

Open
@jonathanhecl

Description

@jonathanhecl
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions