question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: `base path` is empty

See original GitHub issue

When 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:closed
  • Created 5 years ago
  • Comments:27 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
joshfriendcommented, Jan 17, 2019

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 😬

2reactions
Yserzcommented, Nov 20, 2018

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).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found