Giter Club home page Giter Club logo

Comments (5)

getodk-bot avatar getodk-bot commented on June 12, 2024

Comment by mitchellsundt
Thursday Jul 09, 2015 at 18:56 GMT


If you can add me ( [email protected] ) as a Site Admin to your site and also
invite me to be a developer ( http://code.google.com/p/opendatakit/wiki/AppEngineTroubleshooting
) I can try running Briefcase myself and see where this is failing.

Reported by mitchellsundt on 2012-06-25 18:28:46

from briefcase.

getodk-bot avatar getodk-bot commented on June 12, 2024

Comment by mitchellsundt
Thursday Jul 09, 2015 at 18:56 GMT


I've added you as a Site Admin; I sent you an e-mail with the details. Note that this
instance is not on Google AppEngine so I didn't invite you to be a developer through
that channel.

Reported by [email protected] on 2012-06-25 20:09:41

from briefcase.

getodk-bot avatar getodk-bot commented on June 12, 2024

Comment by mitchellsundt
Thursday Jul 09, 2015 at 18:56 GMT


I've confirmed that this is a bug.  The timestamp in the continuation cursor has a timezone
error.

e.g.,

http://odkaggregate.mtri.org:8080/ODKAggregate/view/submissionList?formId=MDOT_Seatbelt_Survey_Final&numEntries=10

yields this resumption cursor:

<cursor xmlns="http://www.opendatakit.org/cursor"><attributeName>_LAST_UPDATE_DATE</attributeName><attributeValue>2012-06-04T01:28:01.626+0000</attributeValue><uriLastReturnedValue>uuid:a9da3981-895f-4640-bba0-5ab32faa9d20</uriLastReturnedValue><isForwardCursor>true</isForwardCursor></cursor>

but the correct resumption cursor should be 4 hours earlier:

<cursor xmlns="http://www.opendatakit.org/cursor"><attributeName>_LAST_UPDATE_DATE</attributeName><attributeValue>2012-06-03T21:28:01.626+0000</attributeValue><uriLastReturnedValue>uuid:a9da3981-895f-4640-bba0-5ab32faa9d20</uriLastReturnedValue><isForwardCursor>true</isForwardCursor></cursor>

Reported by mitchellsundt on 2012-06-26 22:47:52

from briefcase.

getodk-bot avatar getodk-bot commented on June 12, 2024

Comment by mitchellsundt
Thursday Jul 09, 2015 at 18:56 GMT


The server is running ODK Aggregate 1.0.1

Please upgrade to ODK Aggregate 1.0.9

The problem should have been fixed with this code change (Nov 10, 2011):

http://code.google.com/p/opendatakit/source/detail?r=3f7febf9fd106dc182dd3aa4dc1d02e20713fdf2&repo=aggregate&path=/src/main/java/org/opendatakit/common/utils/WebUtils.java


Reported by mitchellsundt on 2012-06-27 21:12:38

from briefcase.

yanokwa avatar yanokwa commented on June 12, 2024

This should be fixed.

from briefcase.

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.