On Fri, 2016-09-16 at 18:16 +0100, Patrick O'Callaghan wrote:
> On Thu, 2016-09-15 at 19:00 +0100, Patrick O'Callaghan wrote:
> > 
> > > 
> > > A backtrace of the hung evolution would be nice to have. Debuginfo only
> > > for the evolution-data-server and evolution itself welcome. You can get
> > > the backtrace with command like this:
> > >    $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt
> > > Please check the bt.txt for any private information, like passwords,
> > > email address, server addresses,... I usually search for "pass" at
> > > least (quotes for clarity only).
> > 
> > I'll do that if and when it hangs again.
> 
> https://bugzilla.gnome.org/show_bug.cgi?id=771547
> 

I've been having problems with Google calendars - repeatedly requesting
reconnects and running evo-cal-factory with CALDAV_DEBUG turned on
gives lots of: "HTTP/1.1 403 Forbidden" "Daily Limit for
Unauthenticated Use Exceeded. Continued use requires signup."

Did the fix in bugzilla work for you?

Googling for that error seems to indicate that it's an API limit -
apparently there's a 1,000,000 request limit. Is it possible that that
limit is across *all* Evo users? The DEBUG messages are:

    > OPTIONS /caldav/v2/xxxxxxxxx%40gmail.com/events/ HTTP/1.1
    > Soup-Debug-Timestamp: 1476021384
    > Soup-Debug: SoupSessionSync 1 (0x55cfa7dd5270), SoupMessage 587 
(0x7f024c003680), SoupSocket 587 (0x7f02840176b0)
    > Host: apidata.googleusercontent.com
    > User-Agent: Evolution/3.20.5
    > Connection: close
    > Accept-Language: en-gb, en;q=0.9
      
    < HTTP/1.1 403 Forbidden
    < Soup-Debug-Timestamp: 1476021384
    < Soup-Debug: SoupMessage 587 (0x7f024c003680)
    < Vary: X-Origin
    < Content-Type: text/html; charset=UTF-8
    < Date: Sun, 09 Oct 2016 13:56:24 GMT
    < Expires: Sun, 09 Oct 2016 13:56:24 GMT
    < Cache-Control: private, max-age=0
    < X-Content-Type-Options: nosniff
    < X-Frame-Options: SAMEORIGIN
    < X-XSS-Protection: 1; mode=block
    < Server: GSE
    < Alt-Svc: quic=":443"; ma=2592000; v="36,35,34,33,32"
    < Accept-Ranges: none
    < Vary: Origin,Accept-Encoding
    < Connection: close
    < 
    < Daily Limit for Unauthenticated Use Exceeded. Continued use requires 
signup.
     
At the moment the calendars are read-only, which makes adding
appointments a bit difficult!

P.
_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to