You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add better error handling and indications in the UI when parts of a Falcor JSON graph return error objects. This should include, for example, not leaving the "Loading" spinner showing indefinitely in video lists.
The text was updated successfully, but these errors were encountered:
be86c0f Merge pull request #3 from KillrVideo/dse-5.1.0-update
bf4126c Update to new Docker image for DSE 5.1.0
19e1fac Switch to killrvideo-dse image
a102c4b Create lo0 alias and use when doing Docker for Mac setup
aa4f607 Don't need to specify IP to bind
c60aebe Hardcode IPs on Docker for Mac
4c5d1d6 Specify IP when publishing ports
ffcd0ee Make get environment script executable
bc68e1e Make create environment script executable
d887201 Add create environment shell script
58411ae Add a little documentation to shell script
0500cf9 Update shell script for docker toolbox setups
f16318a Add COMPOSE_FILE to output
git-subtree-dir: lib/killrvideo-docker-common
git-subtree-split: be86c0f837500393e1e7f6c223f0d285ec6e71ba
A possible instance of this issue was discovered in implementing the KillrVideo Python services. In the SuggestedVideosService, when a list of video IDs is provided to the "get number of plays" operation, if some of the videos do not yet have any statistics in the database, that video was omitted from the results. The killrvideo-web application does not respond well when no stats are returned for one of the videos requested - it appears to "hang" with spinny ball and an error mentioning "views" not existing is found in the console. @mando222
Add better error handling and indications in the UI when parts of a Falcor JSON graph return error objects. This should include, for example, not leaving the "Loading" spinner showing indefinitely in video lists.
The text was updated successfully, but these errors were encountered: