-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pull source #91
Comments
Hey @jordimas , A first observation: your second pull command is wrong: -tx pull --s -l ca_ES
+tx pull -s -t -l ca_ES I don't know if changing it will fix your issue. In any case, the error messages are deeply misleading so we will take a deeper look. |
Hey @jordimas , I still can't figure out what's wrong. I tried reproducing your issue and couldn't. The weird thing is that the error message you are getting is from a call to the API that looks like this There is another issue with your This also means that your two examples, We can implement a check in the pull command to abort and let the user know about this. In fact, such a check exists in the Can you please try the amended commands to see if they work, otherwise can you share your Thanks |
Thanks. Doing: tx pull -s -t -l ca_ES Fixes the problem. I was missing the -t |
Closing this then, thanks |
Hello!
tx version 0.31. If I execute these commands:
It works perfectly. Once I try to also pull the sources (-s) doing:
I get this error:
I was expecting to be able to pull the resources like in the old client.
Let me know if you need any other detail
The text was updated successfully, but these errors were encountered: