Skip to content

HTTP Error 502: Bad Gateway #13

Description

@Cesilina

lt = LibreTranslateAPI("https://translate.terraprint.co/")
text = 'เขาบอกว่าได้สร้างกริ่งประตู'
from_lang = 'en'
to_lang = 'es'
res = lt.translate(text, from_lang, to_lang)
print(res)

errors:
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway

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