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
I am encountering an issue in which the chat_log table is populated as expected, but nothing is ever stored in stream_log. This makes it difficult for me to match the chat comments with associated streaming "sessions." Do you have any idea what might be the problem here?
The database connection seems to be fine, as the chat_log table does get accessed and populated, and I've verified the other table is indeed titled "stream_log" as from the create_tables.sql so it doesn't seem like the entries meant for that table are being sent to a hole somewhere else.
Cheers,
-Neil
The text was updated successfully, but these errors were encountered:
Hi!
I hope this note finds you well.
I am encountering an issue in which the chat_log table is populated as expected, but nothing is ever stored in stream_log. This makes it difficult for me to match the chat comments with associated streaming "sessions." Do you have any idea what might be the problem here?
The database connection seems to be fine, as the chat_log table does get accessed and populated, and I've verified the other table is indeed titled "stream_log" as from the create_tables.sql so it doesn't seem like the entries meant for that table are being sent to a hole somewhere else.
Cheers,
-Neil
The text was updated successfully, but these errors were encountered: