You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but - in a directory with a valid crowdin.yaml file:
/opt/homebrew/opt/crowdin@4/bin/crowdin download sources
❌ Failed to read the configuration file. Try to run the application with admin permission
❌ class java.lang.String cannot be cast to class java.util.Map (java.lang.String and java.util.Map are in module java.base of loader 'bootstrap')
I have absolutely no idea what the problem might be here.
The directory has drwxr-xr-x and the crowdin file -rw-r--r-- which should IHMO be fine.
Running the docker image of crowdin works fine though:
docker run -ti --rm -v=$(pwd):/usr/crowdin-project crowdin/cli crowdin upload sources
The text was updated successfully, but these errors were encountered:
Hi,
I installed crowdin@4 as suggested.
/opt/homebrew/opt/crowdin@4/bin/crowdin -V
4.4.1
but - in a directory with a valid crowdin.yaml file:
I have absolutely no idea what the problem might be here.
The directory has drwxr-xr-x and the crowdin file -rw-r--r-- which should IHMO be fine.
Running the docker image of crowdin works fine though:
The text was updated successfully, but these errors were encountered: