Error: `base path` is empty
See original GitHub issueWhen trying to download the latest translations for my crowdin project, I get the following error:
$ crowdin download --identity keys/crowdin.yaml
Building ZIP archive with the latest translations for 'ro' - skipped
Error `base path` is empty
My config file:
"project_identifier": "[redacted]"
"base_path": "."
files: [
{
"source": "/electron/locale/strings.js",
"translation": "/electron/locale/strings-%two_letters_code%.js",
"update_option": "update_as_unapproved"
}
]
My environment:
OS: Linux Debian 9.5 stretch
crowdin: v2.0.24
Java: 1.8.0_191
Issue Analytics
- State:
- Created 5 years ago
- Comments:27 (9 by maintainers)
Top Results From Across the Web
Error: `base path` is empty · Issue #91 · crowdin ... - GitHub
Okay, but the error message is quite misleading I think. I thought base_path is empty means that the configuration is not loaded properly...
Read more >BasePath attribute always empty in request object, working on ...
1 Answer 1 ... The Request object helps you handle the request of a client, that is something like GET /my_route_path plus lots...
Read more >Error when consuming backend without basepath
Hi, We are trying to hit a SOAP service on a backend. We see the below error in Apigee : Properties error Request...
Read more >OperatingSystem - Robot Framework
Documentation. Fails unless the specified directory is empty. The default error message can be overridden with the msg argument.
Read more >API Server and Base Path - Swagger
In OpenAPI 3.0, you use the servers array to specify one or more base URLs for your API. servers replaces the host ,...
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
I got the
base_path is empty
when I had a typo in the filename of my source file, it was super confusing even after I found this issue. JetBrains spellcheck saved my bacon 😬Okay, but the error message is quite misleading I think. I thought
base_path is empty
means that the configuration is not loaded properly or the value is not set. Instead it really means whatever crowdin is expecting to be the base_path after reading the config is empty (/i18n/
folder).