Giter Site home page Giter Site logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
I think 
http://googlecode.blogspot.com/2011/10/upcoming-changes-to-oauth-20-endpoint.htm
l broke us, please see if my latest commit fixes it (it does for me).

Original comment by [email protected] on 12 Dec 2011 at 6:21

  • Changed state: Fixed

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
yup it works now, thanks :)

Original comment by [email protected] on 12 Dec 2011 at 6:58

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
I'm now getting this redirect loop.  I've downloaded the code on a fresh linux 
vm (on Dec 26th) and recompiled/deployed.  But I still get: Error 310 
(net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

I'm using Chrome 16.0.912.63 m on Windows 7, but it happens on multiple 
computers with multiple Google accounts.

The URL the pop is displaying in the error text is:
https://scalesofwave.appspot.com/authenticate?code=<complex alpha 
code>&tryagain=true

Original comment by [email protected] on 28 Dec 2011 at 1:47

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
In 
https://groups.google.com/group/walkaround-dev/browse_thread/thread/f08808333983
1e5d/6f3fce485d70cee9 , this was caused by an incorrect client secret setting.  
Please check your runant script.

Original comment by [email protected] on 28 Dec 2011 at 6:29

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
Funny enough it wasn't the secret, it was the Client ID.  I removed the 
".apps.googleusercontent.com" from it, leaving only the number and 
reran/uploaded.  Now it works.

The instructions at http://code.google.com/p/walkaround/wiki/RunningTheCode 
just say to "copy and paste"  so I did.  Perhaps they should be made more 
clear?  Or maybe I'm just dense...

Original comment by [email protected] on 29 Dec 2011 at 7:07

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
That's strange.  It works for me with the suffix.  Are you sure this is the 
only change that you made?  What did the server logs say during the redirect 
loop?

Original comment by [email protected] on 29 Dec 2011 at 7:37

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
That's the only change...  I think this is the error from the same timestamp:

com.google.walkaround.wave.server.rpc.ClientExceptionHandler handleData: 
[client:1324584609460] Class$pc: (TypeError): Cannot read property 'appengine' 
of undefined
com.google.walkaround.wave.server.rpc.ClientExceptionHandler$ClientException: 
(com.google.gwt.core.client.JavaScriptException?) (TypeError): Cannot read 
property 'appengine' of undefined
    at com.google.gwt.core.client.impl.StackTraceCreator$CollectorEmulated.$fillInStackTrace(StackTraceCreator.java:162)
    at java.lang.Throwable.fillInStackTrace(Throwable.java:71)
    at com.google.gwt.core.client.JavaScriptException.JavaScriptException(JavaScriptException.java:106)
    at com.google.gwt.lang.Exceptions.caught(Exceptions.java:25)
    at com.google.walkaround.wave.client.GaeChannelDemuxer.$connectNative(GaeChannelDemuxer.java:87)
    at com.google.walkaround.wave.client.GaeChannelDemuxer.$connect(GaeChannelDemuxer.java:77)
    at com.google.walkaround.wave.client.GaeReceiveOpChannel.$connect(GaeReceiveOpChannel.java:149)
    at com.google.walkaround.slob.client.GenericOperationChannel.$connect(GenericOperationChannel.java:312)
    at com.google.walkaround.wave.client.WalkaroundOperationChannel.$setListener(WalkaroundOperationChannel.java:179)
    at org.waveprotocol.wave.concurrencycontrol.wave.OperationSucker.start(OperationSucker.java:66)
    at com.google.walkaround.wave.client.Walkaround$2$2$4.$connectWavelet(Walkaround.java:364)
    at com.google.walkaround.wave.client.Walkaround$2$2$4.$connect(Walkaround.java:415)
    at org.waveprotocol.wave.client.StageTwo$DefaultProvider.$install(StageTwo.java:678)
    at org.waveprotocol.wave.client.StageTwo$DefaultProvider$1.$execute(StageTwo.java:246)
    at org.waveprotocol.wave.client.common.util.CountdownLatch.$tick(CountdownLatch.java:60)
    at org.waveprotocol.wave.client.StageTwo$DefaultProvider$3.execute(StageTwo.java:264)
    at org.waveprotocol.wave.client.scheduler.BrowserBackedScheduler.$workUnit(BrowserBackedScheduler.java:261)
    at org.waveprotocol.wave.client.scheduler.BrowserBackedScheduler.$workAll(BrowserBackedScheduler.java:314)
    at org.waveprotocol.wave.client.scheduler.BrowserBackedScheduler.$workSlice(BrowserBackedScheduler.java:346)
    at org.waveprotocol.wave.client.scheduler.BrowserBackedScheduler$1.$run(BrowserBackedScheduler.java:38)
    at org.waveprotocol.wave.client.scheduler.GwtSimpleTimer$2.run(GwtSimpleTimer.java:45)
    at com.google.gwt.user.client.Timer.fire(Timer.java:141)
    at UNKNOWN_CLASS.anonymous(UNKNOWN_FILE:0)
    at com.google.gwt.core.client.impl.Impl.apply(Impl.java:165)
    at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:196)
    at UNKNOWN_CLASS.anonymous(UNKNOWN_FILE:0)


Original comment by [email protected] on 29 Dec 2011 at 7:50

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
That error is unrelated.  It should be something involving "Failed attempt, 
trying again", "content of rejected request", and "rejection response body".

Original comment by [email protected] on 29 Dec 2011 at 8:23

from walkaround.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 8, 2024
A note to anyone else experiencing mad redirect loops:  Change your appengine 
authentication settings from Federated (Experimental) to Google Accounts api, 
and the loop goes away.  In order to support federated openID, it will likely 
be necessary to create a landing page for users to select the account they wish 
to login to...

Original comment by [email protected] on 2 Apr 2012 at 1:02

from walkaround.

Related Issues (20)

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.