gitgoready

Results 5 comments of gitgoready

不停重连这个地址:us-api.i.posthog.com:443,是使用这个地址在测试网络连接,还是上传用户的本地外网api访问数据到这个网站?? 2024-05-22 15:20:30,697 - chromadb.config - DEBUG - Starting component PersistentLocalHnswSegment 2024-05-22 15:20:46,380 - backoff - INFO - Backing off send_request(...) for 0.8s (requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='us-api.i.posthog.com', port=443): Read timed out. (read...

Test internet connection or upload user data to the website? can you stop it, we just need to try the target search web site?

Acturely it's rpc_response_header_status_code_INACTIVE in rpc_channel_impl::handle_client_response

Ok,it's an proto2 to proto3 error, enum default value are set to the first one, zero now. change rpcz.proto to message rpc_response_header { enum status_code { OK = 0; //...