-
Notifications
You must be signed in to change notification settings - Fork 102
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
Post-install issues/Q's #112
Comments
We don't set GitHub credentials. You should either add your machine's public key to the repo's authorized keys or use a .netrc file on your processing host. Yes, we use it on Linux here at Square. No real differences. Not sure about your 401 -- it's either a redirect (301/302) or a 401 though. Can't be both. |
Current problem is that after committing a resource file (both a small Java .properties file and an Android .xml) Shuttle doesn't recognize any keys to translate.
Sidekiq log shows: ... I'm trying to debug but slow going b/c I/m new to Ruby/RoR. Thinking I must be missing something simple or there's another dependency mismatch of some sort (though no obvious errors/warnings in rails/elasticseach/sidekiq output). Any suggestions? |
Answering the last Q above in case anyone else is interested: problem was the source locale filename, needs to conform to what's expected in the import_file? method (shuttle/lib/importer/*.rb). In my case, with source locale "en", for Android and Java those needed to be: |
Appreciate Square open-sourcing what looks like a potentially very useful tool.
Installed OK but now having some run time issues:
Started shuttle with (development mode): "rails server -b 0.0.0.0 -p 3000" Can use shuttle from browser on same computer but on different computer get a redirect to localhost:3000 and ‘Unauthorized’ in log, ex:
[d22533a3-40ac-49fc-9aa9-412bcbfa79df] Started GET "/" for 10.11.12.83 at 2015-12-17 18:57:12 -0500
[d22533a3-40ac-49fc-9aa9-412bcbfa79df] Processing by HomeController#index as HTML
[d22533a3-40ac-49fc-9aa9-412bcbfa79df] Completed 401 Unauthorized in 12ms
Thanks
The text was updated successfully, but these errors were encountered: