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
On the Course unit page, if the user copies an xblock that contains an emoji (for example, feedback xblock). The user receives a 500 error.
Feedback xblock:
Logs:
django.db.utils.OperationalError: (1366, 'Incorrect string value: \'\\xF0\\x9F\\x98\\x80">...\' for column \'olx\' at row 1')
specifies that there is support only for 3-byte encoding in the MySQL database. Smiles are encoded with 4 bytes and this error happens.
PKulkoRaccoonGang
changed the title
500 error appears if a user copies a unit or xblock with emoji
[Course unit page] 500 error appears if a user copies a unit or xblock with emoji
May 17, 2024
On the Course unit page, if the user copies an xblock that contains an emoji (for example, feedback xblock). The user receives a 500 error.
Feedback xblock:
Logs:
Related issue
The text was updated successfully, but these errors were encountered: