google / active-qa

Apache License 2.0
346 stars 65 forks source link

Getting a grpc.FutureTimeoutError while using Reformulator from the checkpoint #19

Closed SuryaSg closed 5 years ago

SuryaSg commented 5 years ago

Are you running the environment server before running the reformulator code?

https://github.com/google/active-qa/issues/15#issue-407744369 @graviraja @JohannesTK I'm getting the above error even after running the environment server. Please anyone help fixing it.. Screenshot for gRPC Environment server

gRPC

SuryaSg commented 5 years ago

Resolved it by modifying below code in environment_client.py. Thanks. grpc.channel_ready_future(channel)#.result(timeout=30)