CityScope / CS_CityIO

Serverside script for the cityscope platform
https://cityio.media.mit.edu
14 stars 8 forks source link

cityIO 'choking' #93

Closed RELNO closed 5 years ago

RELNO commented 5 years ago
Screen Shot 2019-08-02 at 11 36 47

Seen these errors in several POSTers

yasushisakai commented 5 years ago

Nginx or simple hardware cap of the cityio vm, or your vm/machine or a hiccup in Media lab network, regardless of the error, we saw that the cityio (process) kept running without an indication on my side.

https://stackoverflow.com/questions/15820739/python-urlerror-urlopen-error-errno-10060

I recall we did a try catch on this client, I would add some fallback error handling on top of it, or a logging system that we can investigate. (which quickly becomes an elaborated tool) but I think it is crucial for the sending side to be robust too. Cacheing un-sent table states is another path.