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
As I debug the issue , python by default creates the string columns with varchar(256). while inserting data which is having more characters than 256 , the insert statement is failing. Handled this varchar(256) in helpers/connector.py file. Now no need to decode the text in this file. So removing it.
Below is the line which is causing issue. It need code change
chhaajaa/rapidpro/api/rapidpro/requests/rpp_ftbl_msgs_msg.py
Line 30 in 9597f1a
The text was updated successfully, but these errors were encountered: