ShelbyTV / shelby-gt-web

the new shelby web front end for rolls <over />
shelby.tv
3 stars 0 forks source link

Conversation text not appearing on a frame on .TV (both old and new) #847

Open ckurdziel opened 11 years ago

ckurdziel commented 11 years ago

Example: 1) Visit Shortformblog.shelby.tv 2) Look at DefDist Printed Cuomo Mag Frame 3) Observe that this frame and many othersin the shortform roll appear to have no text associated with them.

This problem is not isolated to the Shortform roll. Other rolls can be provided on request.

This appears to be a frontend issue because text is returned for the conversation for this frame via the API. For the shortform example above, JSON with the conversation text in it can be found here: http://api.shelby.tv/v1/roll/51131dacb415cc1ded14408d/frames

/cc @iceberg901

iceberg901 commented 11 years ago

We only show the frame message if it comes from the same user_id as the frame's creator_id. The messages on shortformblog are for some reason marked with the id of a non-existant user, so they don't match the frame's creator and therefore don't get displayed.

Created ShelbyTV/shelby_gt#191 to look into this on the api side.

Let's see if we can fix everything with that...

iceberg901 commented 11 years ago

@ckurdziel We've determined that this issue was the result of a bad user merge for shortformblog on the backend. Please provide other examples of the problem or close.