question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google DLP broken with 0.46.0-beta: Caused by: io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found

See original GitHub issue

Ever since the Google DLP service went from V2Beta to GA, my production code is broken. I’m getting an exception with a message like this:

Caused by: io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found

I’m stepping through the execution in the debugger, and I can see what looks like a URL referencing the old service: google.privacy.dlp.v2beta1.DlpService/RedactContent. See attached screen shot for details. My production service that uses DLP is not functional, and it’s a big deal to re-deploy without DLP. What do I need to do to get this to work again?

screen shot 2018-05-07 at 9 53 11 am

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pongadcommented, May 7, 2018

I can completely understand the confusion. We’re actually planning to remove the beta package this week.

0reactions
pongadcommented, May 7, 2018

I also cannot seem to find a migration guide, but this might help you. I believe text redaction functionality has been moved to deidentifyContent.

Read more comments on GitHub >

github_iconTop Results From Across the Web

io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method ...
Everything compiles, but at runtime when I run the client I get an error: UNIMPLEMENTED Method not found. I checked that the method...
Read more >
implementing an ExternalCallout connecting to my GRPC server
The error message suggests that the gRPC service does not implement the ... StatusRuntimeException: UNIMPLEMENTED: unknown service apigee.
Read more >
grpc/grpc - Gitter
io.grpc.StatusRuntimeException: UNIMPLEMENTED: RPC method not implemented <generated class name.method name> the proto file is same in both cases.
Read more >
UNIMPLEMENTED: Method not found-Springboot
Coding example for the question io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found-Springboot.
Read more >
Use Workspace DLP to prevent data loss - Google Help
Drive DLP and Chat DLP are available to Cloud Identity Premium users who also have a Google Workspace licence. For Drive DLP, the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found