Skip to content
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

Failed to download translations for en: 500 #2

Open
Venu-Gopal opened this issue Oct 6, 2016 · 4 comments
Open

Failed to download translations for en: 500 #2

Venu-Gopal opened this issue Oct 6, 2016 · 4 comments

Comments

@Venu-Gopal
Copy link

I am using your ricotta gem in my project. Every time when I use command
“ricotta install:xcode -u http://ricotta-open.appspot.com -p myproject -l en”
I am getting following error:
processing en
Failed to download translations for en: 500

<title>500 Server Error</title>

Error: Server Error

The server encountered an error and could not complete your request.

Please try again in 30 seconds.

Please suggest if I am missing something.

@eriksundin
Copy link
Owner

eriksundin commented Oct 6, 2016

@Venu-Gopal What template are you using?

@sosandstrom, Any idea what is causing this?
The gem requests the following url in this case:
http://ricotta-open.appspot.com/proj/1800petmeds/branch/trunk/lang/en/templ/#TEMPLATE#

Can reproduce with:
http://ricotta-open.appspot.com/proj/1800petmeds/branch/trunk/lang/en/templ/localizable_strings_padding

@Venu-Gopal
Copy link
Author

Initially i was using template: localizable_strings but right now i am not using any .ricotta file inside project just using above mentioned command:
“ricotta install:xcode -u http://ricotta-open.appspot.com -p myproject -l en”
after that it ask me lproj path and then comes the error.

@eriksundin
Copy link
Owner

Ok, I see @Venu-Gopal. It defaults to using 'localizable_strings_padding' for install:xcode. So that should be the template.

@Venu-Gopal
Copy link
Author

I again tried with following .ricotta file in project root.

project: myProject
language: en
subset: iOS
url: http://ricotta-open.appspot.com
lproj_dir: myProject/Resources/Localizable/
template: localizable_strings

still same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants