Closed THUzxj closed 2 months ago
This is indeed a bug. I declared the type of the public
and trusted
fields as Json, but forgot to change the type of the private
field. I will submit a commit to fix this.
Now you can try the code on the dev branch to see if that solves the problem.
It works well now. Thanks for your immediate reply!
Hi, I faced with one error in caching data functions in the latest version
In
karuha/data/meta.py
line 228, we can solve it by changingto
The other dict fields should also be changed.