A similar issue was reported before and this comment might be relevant for you? https://github.com/grpc/grpc-java/issues/7263#issuecomment-666145710
Even with the same protobuf file you may need to tweak the python side package name for the 2 sides to match (based on what I read in that comment). On Tuesday, July 19, 2022 at 7:05:54 PM UTC+5:30 [email protected] wrote: > Ciao a tutti, avrei bisogno del vostro aiuto. > > Durante l'esecuzione del mio Client mi viene generata la seguente > eccezione Exception in thread "main" io.grpc.StatusRuntimeException: > UNIMPLEMENTED: Method not found! > > Ho controllato le due versioni di protobuf utilizzate dal Client java e > dal Server py รจ sono uguali. > Potreste indicarmi quali siano i possibili problemi e le eventuali > risoluzioni? > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c3d762c0-8c56-4791-9852-8b7ad168e87fn%40googlegroups.com.
