1.有几个公开的api接口,我是通过requests 访问的频率比较大,因为需要监控状态。而且还是多进程。就会报这个错误 Vm operation - HTTPConnectionPool(host='*', port=80): Max retries exceeded with url: /gic/...
E/EGL_emulation: tid 14967: eglSurfaceAttrib(1146): error 0x3009 (EGL_BAD_MATCH)W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0x93d4c080, error=EGL_BAD_MATCH点击之后出现上面两行错误...
导入requests,提示报错 ''' UnicodeDecodeError: 'ascii' codec can't decode byte 0xc9 in position 1: ordinal not in range(128)'''问题查了,一般是字符之间转换的。但是到了库这里,就不懂了什么原因。。。...