I am having this annoying error that I could not solve.. here is my function
def savePicture(pic): try: connection=sqlite3.connect(\'/home/faris/Desktop/
Ok, That is stupid lol
pic.caption, pic.created_time,
are not TEXT type..but the error msg is saying the problem from pic.user.profile_picture. thus, if you have this error just check all the parameters :)
Read the comment below :)