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

tour: translators must update their tools repo and re-deploy #15693

Closed
shuLhan opened this issue May 15, 2016 · 11 comments
Closed

tour: translators must update their tools repo and re-deploy #15693

shuLhan opened this issue May 15, 2016 · 11 comments

Comments

@shuLhan
Copy link
Contributor

shuLhan commented May 15, 2016

I maintain the tour translation for Bahasa Indonesia. One of user reported that none of the example code can or display any output after clicking Run button. I check it online for our local tour and he was right. So, I check another local tour (Brazil and France, picked randomly) and none of them can run example or print any output too.

I check with the local version using goapp serve, with following information,

  1. What version of Go are you using (go version)?

    • go version devel +0b6e5e3 Sun May 8 05:34:56 2016 +0000 linux/amd64
    • GoAppEngine SDK Linux amd64 1.9.35.
  2. What operating system and processor architecture are you using (go env)?

    • OS: Linux
    • Architecture: amd64
  3. What did you do?

  4. What did you expect to see?
    The code will output,

    Hello, 世界
    
    Program exited.
    
  5. What did you see instead?

From the goapp serve log,

2016/05/15 15:36:29 ERROR: making POST request: Post https://play.golang.org/compile: API error 6 (urlfetch: SSL_CERTIFICATE_ERROR): Host play.golang.org returned an invalid certificate (hostname mismatch): {'crlDistributionPoints': (u'http://pki.google.com/GIAG2.crl',), 'subjectAltName': (('DNS', '*.appspot.com'), ('DNS', '*.thinkwithgoogle.com'), ('DNS', '*.withgoogle.com'), ('DNS', '*.withyoutube.com'), ('DNS', 'appspot.com'), ('DNS', 'thinkwithgoogle.com'), ('DNS', 'withgoogle.com'), ('DNS', 'withyoutube.com')), 'notBefore': u'May  4 09:08:50 2016 GMT', 'caIssuers': (u'http://pki.google.com/GIAG2.crt',), 'OCSP': (u'http://clients1.google.com/ocsp',), 'serialNumber': u'446D1605CBC32049', 'notAfter': 'Jul 27 08:39:00 2016 GMT', 'version': 3L, 'subject': ((('countryName', u'US'),), (('stateOrProvinceName', u'California'),), (('localityName', u'Mountain View'),), (('organizationName', u'Google Inc'),), (('commonName', u'*.appspot.com'),)), 'issuer': ((('countryName', u'US'),), (('organizationName', u'Google Inc'),), (('commonName', u'Google Internet Authority G2'),))}
To learn more, see http://code.google.com/appengine/kb/general.html#rpcssl
INFO     2016-05-15 15:36:29,926 module.py:787] default: "POST /compile HTTP/1.1" 500 14
@adg
Copy link
Contributor

adg commented May 17, 2016

The various sites need to re-deploy using the updated version of the tools repository (any version after revision f3109af).

@adg
Copy link
Contributor

adg commented May 17, 2016

An aside: I'll use this occasion to collect the details of the maintainers of these translated tours, so that it is easier to contact them in the future.

@adg adg changed the title tour: any local site beside the English language of tour.golang.org can not run the code tour: translations need to update their tools repo and re-deploy May 17, 2016
@adg adg changed the title tour: translations need to update their tools repo and re-deploy tour: translators must update their tools repo and re-deploy May 17, 2016
@shuLhan
Copy link
Contributor Author

shuLhan commented May 17, 2016

The translation for go-tour-id2.appspot.com has been re-deployed. Thank you for replying.

But I am still can not figure out how to make the code can Run in local goapp serve.

@adg
Copy link
Contributor

adg commented May 17, 2016

@shuLhan there's some bug in the urlfetch implementation of dev_appserver.py (the thing behind goapp serve). 😦

@alebaffa
Copy link

Italian version just re-deployed 😎

@adg
Copy link
Contributor

adg commented May 24, 2016

@alebaffa grazie!

@stargater
Copy link

tour: German don't work
error => Error communicating with remote server.

@michivo
Copy link

michivo commented Apr 1, 2017

I fixed go-tour-de, unfortunately it was not as easy as described by @adg . Three new sections still to be translated, I'll do that within the next few days.
As already mentioned by @shuLhan , running the tour locally with goapp serve did not work for me.

@adg
Copy link
Contributor

adg commented Apr 3, 2017

@michivo thank you!

@ALTree
Copy link
Member

ALTree commented Jul 4, 2018

All the tours except the one on https://go-tour-uz.appspot.com/ have been re-deployed, and this issue is >12 months old, so I think this can be closed.

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

No branches or pull requests

8 participants