transifex / transifex-client

The Transifex command-line tool.
https://www.transifex.com/
GNU General Public License v2.0
135 stars 75 forks source link

HostChangedError: HTTPSConnectionPool(host='www.transifex.com', port=443) #348

Closed eazaika closed 1 year ago

eazaika commented 1 year ago

Hi, got tx client 0.11 early all works fine but today it goes wrong:

tx pull -l es_ES
HostChangedError: HTTPSConnectionPool(host='www.transifex.com', port=443): Tried to open a foreign host with url: https://app.transifex.com/api/2/project/edx-platform/resource/django-partial/stats/

.transifexrc:

[https://www.transifex.com]
api_hostname = https://api.transifex.com
hostname = https://www.transifex.com
password = ***
username = ***

What's wrong?

eazaika commented 1 year ago

Oh, find it. Just need to install new client and do migrate