Looks like the Great Firewall or something like it is preventing you from completely loading www.skritter.com because it is hosted on Google App Engine, which is periodically blocked. Try instead our mirror:

legacy.skritter.cn

This might also be caused by an internet filter, such as SafeEyes. If you have such a filter installed, try adding appspot.com to the list of allowed domains.

Review Error Entity

Represents an instance where some Reviews were not saved for an item for one reason or another. These are errors that are found in the middle of the Review saving process, which is asynchronous, so the errors can only be found asynchronously. Some possible errors:

  • Review currentInterval does not match what's on the server.
  • Reviews for the same Item do not match one another (one's newInterval doesn't match the next's currentInterval)
  • A Review's submitTime property is before the last Review the server has received.
  • The itemId does not exist.

Properties

  • itemId
  • created
    when the Review was attempted
  • reason
    string describing what went wrong
  • submitTimes
    list of the submitTime properties submitted with the Reviews