twitlogic
twitlogic copied to clipboard
Real-time #SemanticWeb in <= 140 chars
The Twitter client is fairly robust. It recovers gracefully from all error conditions I'm currently aware of. For those I'm not yet aware of, it would be useful to receive...
The following appears to be a secondary error when the service has already failed quietly. ``` edu.rpi.tw.twctwit.query.QueryException: org.openrdf.query.TupleQueryResultHandlerException: java.io.IOException: Broken pipe at edu.rpi.tw.twctwit.query.SparqlTools.queryAndWriteJSON(SparqlTools.java:118) at edu.rpi.tw.twctwit.query.SparqlQueryRepresentation.write(SparqlQueryRepresentation.java:37) at com.noelios.restlet.http.HttpServerCall.writeResponseBody(HttpServerCall.java:492) at com.noelios.restlet.http.HttpServerCall.sendResponse(HttpServerCall.java:428) at...
Logs indicate that on May 24, TwitLogic either stopped receiving status updates from Twitter, or the reader failed silently. The service stayed up, but no new tweets came in until...
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20090211 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...