crowdin upload initialization failure on Ubuntu 18.04
See original GitHub issueIt shows an error
“Initialization Crowdin Cli failed. Please check your configuration file and credentials.”
when I run
crowdin upload -b test
crowdin.yml
"project_identifier" : MY_PROJECT
"api_key" : MY_API_KEY
"base_path" : ""
files: [
{
"source" : "/src/i18n/en.json",
"translation" : "/src/i18n/%two_letters_code%.json"
}
]
OS
Ubuntu 18.04 LTS (Bionic Beaver)
crowdin --version
Crowdin CLI version is 2.0.22
java -version
openjdk 10.0.1 2018-04-17 OpenJDK Runtime Environment (build 10.0.1+10-Ubuntu-3ubuntu1) OpenJDK 64-Bit Server VM (build 10.0.1+10-Ubuntu-3ubuntu1, mixed mode)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:43 (15 by maintainers)
Top Results From Across the Web
Uploading Existing Translations - Crowdin Documentation
Import files with translations from the project Home tab, language page, or open a specific file in the Editor and upload translations from...
Read more >Console Client (CLI) | Crowdin Developer Portal
Crowdin CLI is a command line tool that allows you to manage and synchronize your localization resources with your Crowdin project:
Read more >Translation upload error - Crowdin Issues
Hello, one translator of mine tired to upload translate file into Crowdin but receives an error - internal server problem. So no info....
Read more >Configuration File | Crowdin Developer Portal
content_copy $ crowdin init ... To run the above configuration file and upload source files to Crowdin: content_copy $ crowdin upload sources.
Read more >MISP Release Notes - MISP Install Documentation
Hello,. During installation, I would get the following error : Cloning into '/var/www/MISP/app/files/scripts/python ...
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
Hi @Legion112 ,
I’ve already consulted with our devs and they have a few suggestions here, could you please try the following options on your side:
By the way, could you please also tell us if you’ve tried any option suggested in the following discussion thread? https://stackoverflow.com/questions/21076179/pkix-path-building-failed-and-unable-to-find-valid-certification-path-to-requ
Looking forward to your reply,
Out of the blue, I got stuck with this again:
A debug run (
java -jar "/usr/lib/crowdin/crowdin-cli.jar" upload --debug
) revealed:Diving into the issue it turns out that Pihole is blocking api.crowdin.com:
So make sure to put it on your whitelist.