Monday, February 29, 2016

Re: GoogleBot is using the wrong permutation?

You need to have a "default" permutation for Google Bot:

We use the following here:

<!-- Fallback User Agent for use by CRAWLERS -->
     <set-property-fallback name="user.agent" value="gecko1_8" />

On 02/27/2016 10:10 AM, Rogelio Flores wrote:
If you compile your app with the "PRETTY" compiler flag and then deploy it and run the same test, you might know exactly what "Kg" is (what its real name is on your Java code) which hopefully will let you know exactly what is failing and why.


On Friday, February 26, 2016 at 2:29:21 AM UTC-7, Ed wrote:
Ok, Still googlebot comes a long and after I deployed a new version I always get google bot exceptions.

I checked the permutation, and that often seem to be ok (not always).
That is: the one I receive as http header is the same as the one that I send a long to the backend when an exception occurs.

The error I get:
---

(TypeError) : Cannot call method 'Kg' of null 

at Unknown.vSb(https://www.leuker.nl/app/aangifte/start/) 






---

Any idea ?
I think it might come with the JS engine that googlebot uses. For example: I don't support IE9, as I use JS features that aren't supported by IE9 that result in similar errors. 
But how to work around this? It's hard to see the exact error that occurs.

- Ed
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment