'api.crowdin.com: System error' when trying to download translations
See original GitHub issueDescribe the bug Hello, The CLI periodically fails with the error when we try to download translations for different our projects.
To Reproduce Steps to reproduce the behavior:
- Configuration file:
api_token_env: CROWDIN_PERSONAL_TOKEN
base_path: /opt/tailor/psdk/ext-acronis-backup/wd/po
files:
- ignore:
- /[a-z]{2}-[A-Z]{2}/**/*.po
import_eq_suggestions: 1
languages_mapping:
locale_with_underscore:
ar: ar_AE
fil: tl_PH
source: /ext-acronis-backup/**/*.po
translation: /%locale_with_underscore%/%original_path%/%original_file_name%
preserve_hierarchy: true
project_id: 433620
- Execute CLI command:
crowdin download --config crowdin.yml
- See an error
2022-02-04T08:31:58.368711792+07:00 stdout F Running 'crowdin download --config crowdin.yml'...
2022-02-04T08:32:00.171406582+07:00 stdout F [?????] Fetching project info [?????] Fetching project info [?????] Fetching project info ? Fetching project info
2022-02-04T08:32:00.172052422+07:00 stderr F ? Failed to collect project info. Please contact our support team for help
2022-02-04T08:32:00.172063234+07:00 stderr F ? Error from server: <Code: <empty_code>, Message: api.crowdin.com: System error>
Expected behavior Translations has been downloaded without errors.
Environment:
- OS: alpine
- Version: 3.9
- Base Docker image:
- Kubernetes
Additional context Version of Crowdin CLI: 3.7.2
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
API v2 Reference - About Crowdin Apps
Allows translators to download source files to their machines and upload translations back into the project. Project owner and managers can always download...
Read more >API v2 Reference (Enterprise) - About Crowdin Apps
Allows translators to download source files to their machines and upload translations back into the project. Project owner and managers can always download...
Read more >Downloading Translations | Crowdin Documentation
You can download translations for the whole project at once or for separate files. Translations will be downloaded according to the export settings ......
Read more >Downloaded translations don't match the current project ...
Hello! There is some mismatch in your files specified in the source/translations field in crowdin.yaml and the files in your actual project. We ......
Read more >Console Client (CLI) | Crowdin Developer Portal
Requirements · Installation · Standalone Version · Using Crowdin CLI with Proxy Server · Running the App · Configuration · Usage · Downloading...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dshiryaev-plesk like this:
It should show more data in the unsuccessful runs.
Hello @andrii-bodnar, Here is the error log for running the CLI with the
--debug
option: