News

UNICODE objects under Python 2.7 causing issues. deserialize_script on unicode dictionary objects (from bitcoin-rpc) returns no error but completely corrupted data deserialize on a unicode raw hex tx ...
Learn how to efficiently handle Unicode and byte strings in Python for error-free software development and data processing.
这个问题看上去像是客户端请求中包含了Unicode字符,但是服务器端恢复`virtualenv`环境没有支持? google了一些文档,发现很多都指向了http请求中出现https,原因和nginx反向`uwsgi_pass`给Django有关,似乎是客户端试图以`https`访问`http`导致的问题。