Smartling / smartling-cli

Smartling-cli is a library and CLI tool for managing Smartling projects. See the project's Wiki for user documentation.
https://github.com/Smartling/smartling-cli/wiki
MIT License
16 stars 12 forks source link

Incomplete Download with CLI #64

Closed a-zhigalov closed 5 years ago

a-zhigalov commented 5 years ago

When downloading a large number of files via CLI for 20 languages this file would often download:

This has happened multiple times over the past several months. Download would most of the time stop at 3rd or 4th language.

It would be great if a permanent solution could be implemented to avoid a workaround every time we have to deliver this project to Devs.

dimitrystd commented 5 years ago

Would be nice to see the error that CLI writes in console. I suspect it was a timeout error in CLI because File API response may take longer than 60sec.

CLI configuration was updated and new version v1.3 is released. Updated your CLI and try again. You can use smartling-cli --version for checking your current version.

a-zhigalov commented 5 years ago

Thanks. FYI this was the error (not necessarily always on that language though):

dimitrystd commented 5 years ago

Thanks for the confirmation. That's exactly what was fixed.