auth_user テーブルを更新しようとしています
hash = CRYPT()(password)[0]
db(query).update(password=str(hash))
TypeError: character mapping must return integer, None or unicode が発生し続けますが、別の関数で同じことを行ってエラーが発生しなかったため、これは奇妙です。ここで何が間違っているのか理解しようとしています
auth_user テーブルを更新しようとしています
hash = CRYPT()(password)[0]
db(query).update(password=str(hash))
TypeError: character mapping must return integer, None or unicode が発生し続けますが、別の関数で同じことを行ってエラーが発生しなかったため、これは奇妙です。ここで何が間違っているのか理解しようとしています