transifex/cli

Error when using the new client to pull resources with `tx pull -l zh_CN --mode onlyreviewed --use-git-timestamps`

Closed this issue · 4 comments

It seems that two days ago, l can use tx pull -l zh_CN --mode onlyreviewed --use-git-timestamps to pull the resources from transifex. However, since two days ago, this line of code isn't adaptive. What's the problem? l see the the latest commit change was also two days ago? l believe some changes in this commit leads to this error.

And here is the error:
image

Hello @mendax1234,

Our latest release v1.4.1 fixes this issue.

Thank you for bringing this to our attention.

Hello @mendax1234,

Our latest release v1.4.1 fixes this issue.

Thank you for bringing this to our attention.

Thanks! Furthermore, I want to use a specific version of Transifex to avoid the loss caused by the update. So, how should I proceed? Could you please provide some details? Thanks!

It depends on your installation method:

  • If you downloaded the binary from the releases page, then you can simply choose the version you are interested in

  • If you want to use the installation script, you can replace the occurrence of master in the URL with the version you want. For example

    curl -o- https://raw.githubusercontent.com/transifex/cli/v1.4.1/install.sh | bash
    

It depends on your installation method:

  • If you downloaded the binary from the releases page, then you can simply choose the version you are interested in
  • If you want to use the installation script, you can replace the occurrence of master in the URL with the version you want. For example
    curl -o- https://raw.githubusercontent.com/transifex/cli/v1.4.1/install.sh | bash
    

Got it! Thank you very much!