-
Notifications
You must be signed in to change notification settings - Fork 423
Fix Transifex config to make pull script work again. #1993
Conversation
I guess this needs a
Strangely, pulling works perfectly OK. Maybe my API key doesn't have push access? But then why does it get a 404 while "fetching status"? |
That's likely the permissions, I have an API key in ~/.transifexrc locally and pushing worked fine from this branch. You can generate your own in your user settings. If that still doesn't work, you might not have the required project permissions - let me know if that's the case and I'll try to figure out how to remedy that. |
Same here.
That was my assumption as well. If you don't mind, let's see if you can assign additional permissions for my user to push. However, the tx CLI interaction clearly displays it's failing at a step where it's just checking for the existence of the project to collect stats. I've tested all related endpoints on their docs page with my API key and as expected, it works there. Maybe just the client giving some erroneous failure reason. |
I made you a project maintainer on syncthing-android - I'd expect that should give you all the possible permissions to be had. |
That worked apparently, just pushed the state of this PR to Transifex. Pulled in current translation state as well into this PR. |
@imsodin Okay to merge this? Then I'd rebase the weblate branch and get to fixing the expected conflicts there. EDIT: Actually, let me find out first why we've lost some translations during last import... |
OK, that was just the |
fbc525f
to
346214a
Compare
Just needed an update to the config file syntax. Now the
scripts/pull-translations.bash
command works again for me. Where can I see how this is currently failing?