I don't understand the one you really need, so I add many links before the error and after
http://testgapp.appspot.com/o/npYBhL7EMOc3r7bBedhIDO89GYquTH.png http://appengine.google.com/logs?=&app_id=hordes-stats&version_id=3.335561226646609229&logs_form=1&severity_level=&layout=none&offset=00047190933B2FB3.8293E4CA&start_index=281 http://appengine.google.com/logs?=&app_id=hordes-stats&version_id=3.335561226646609229&logs_form=1&severity_level=&layout=none&offset=0004719071FF161B.47B5DE7F&start_index=301 http://appengine.google.com/logs?=&app_id=hordes-stats&version_id=3.335561226646609229&logs_form=1&severity_level=&layout=none&offset=0004718FE64AEC6A.C4A783F7&start_index=341 On 20 août, 15:30, "Nick Johnson (Google)" <[email protected]> wrote: > Hi Sylvain, > Can you please provide the URL of the page that contains this link? > > -Nick Johnson > > > > > > On Thu, Aug 20, 2009 at 2:06 PM, Sylvain <[email protected]> wrote: > > > Here is an url to the dataviewer with the issue. > > >http://appengine.google.com/logs?=&app_id=hordes-stats&version_id=3.3... > > > On 20 août, 14:57, Sylvain <[email protected]> wrote: > > > Here are 2 screens : > > >http://testgapp.appspot.com/o/npaHzp9i58TBCqz1GRr6xOX2wTIUrC.pnghttp:... > > > > Test done with Chrome, but I can do it with FF and IE > > > > On 20 août, 13:13, djidjadji <[email protected]> wrote: > > > > > There is a small bug in the SDK version of the DataViewer > > > > in the file google_appengine/google/appengine/ext/admin/__init__.py > > > > in class DatastoreQueryHandler(DatastoreRequestHandler): the get() > > > > handler around line 665 (SDK 1.2.3). > > > > The page_start variable can be a float, the range() call a few line > > > > later can't handle this > > > > The fix is to cast it to int, resulting in the following line > > > > > page_start = int(max(math.floor(current_page - max_pager_links / > > 2), 0)) > > > > > I don't know if this code is also used in the production DataViewer. > > > > > 2009/8/20 Nick Johnson (Google) <[email protected]>: > > > > > > Hi Sylvain, > > > > > Can you please provide a sample Admin Console URL that demonstrates > > this > > > > > bug? > > > > > -Nick Johnson > > > > > > On Wed, Aug 19, 2009 at 9:58 AM, Sylvain <[email protected]> > > wrote: > > > > > >> Hi, > > > > > >> I've seen this issue many times : in the DataViewer (Logs), if I do > > > > >> many "NEXT", then the DataViewer is broken (no more CSS, js,... ) > > > > >> etc,... I've produced this bug with many browsers (FF, IE, > > Chrome,...) > > > > > >> Have you ever seen this issue ? then I will fill a bug ? > > > > > >> Regards > > > > > > -- > > > > > Nick Johnson, Developer Programs Engineer, App Engine > > -- > Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
