AnswerDotAI / fasthtml-example

Example fasthtml applications demonstrating a range of web programming techniques
Apache License 2.0
581 stars 82 forks source link

fix: TypeError: list indices must be integers or slices, not dict #22

Closed jackbravo closed 4 weeks ago

jackbravo commented 4 weeks ago

When reloading a chat window you get this error:

ws_streaming.py", line 22, in ChatMessage
    msg = messages[msg_idx]
          ~~~~~~~~^^^^^^^^^
TypeError: list indices must be integers or slices, not dict
jph00 commented 4 weeks ago

Thanks!