Giter Club home page Giter Club logo

appengine-endpoints-tictactoe-python's People

Contributors

d2m avatar danholevoet avatar dhermes avatar fredsa avatar tmatsuo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appengine-endpoints-tictactoe-python's Issues

id_token verification failed: Unable to load pycrypto library

App Engine SDK
release: "1.7.7"

Pycrypto fails to load for API requests:

Log Entry:

I 2013-04-13 21:24:54.097 Checking for id_token.
W 2013-04-13 21:24:54.098 id_token verification failed: Unable to load pycrypto library.    Can't verify id_token signature. See http://www.pycrypto.org for more information on
I 2013-04-13 21:24:54.098 Checking for oauth token.

Fix:

Add:

libraries:
    - name: pycrypto
    version: latest

to app.yaml

Cloud endpoints don't load on Internet Explorer 10

After the user logs in via the plus signin button, when the callback tries to load the cloud endpoints, the following is output to Internet Explorer's developer console:

SCRIPT5007: Unable to get property 'value' of undefined or null reference 
proxy.html, line 7 character 51

The endpoints do not load and as a result the application is non-functional.

This problem seems to be affecting all attempts to load cloud endpoints from Internet Explorer 10; see http://stackoverflow.com/questions/22393741/cant-load-google-cloud-endpoints-on-internet-explorer-10 and https://code.google.com/p/googleappengine/issues/detail?id=10700 for more info.

Edit README based on 6/26 commit

(very minor)
The README still says to edit base.js to add the CLIENT_ID there, however, the 6/26 change: bd210e9

Moved the client id into the render.js file. Just change the text base.js in the README to render.js.

Forbidden error

There was a change to make line 46 of the tictactoe.html file from:

      google.devrel.samples.ttt.init('https://' + window.location.host + '/_ah/api');

to...

      google.devrel.samples.ttt.init('//' + window.location.host + '/_ah/api');

However without the https Chrome defaulted to http instead of https which caused the tictactoe client to not load. Not sure if others have the same error, but that change broke my web client. I added back the https in my local version and life was happy again. Just sharing in case others have the issue too. I'm sure it fixed some people's issues, but this change may have broken more people. :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.