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
The curr_user_name never carries a value, either at the app.py level, or when passed to the template game.html from 'curr_user_name': message_launch_data.get('name', ''),
This also doesn't appear in the dump of printing when using print(message_launch_data, flush=True) in the app.py level. The closest thing that is passed is:
I'm not sure if this is a bug in the example code, of if it something that's missing in pylti1p3 (not sending the name in the message). I can make an issue there if that is what is more appropriate.
The text was updated successfully, but these errors were encountered:
The curr_user_name never carries a value, either at the app.py level, or when passed to the template game.html from
'curr_user_name': message_launch_data.get('name', ''),
This also doesn't appear in the dump of printing when using
print(message_launch_data, flush=True)
in the app.py level. The closest thing that is passed is:I'm not sure if this is a bug in the example code, of if it something that's missing in pylti1p3 (not sending the name in the message). I can make an issue there if that is what is more appropriate.
The text was updated successfully, but these errors were encountered: