Share via

DAPR actor ActorMethodInvocationException

SriRaghavendran Prabhakaran 425 Reputation points
2024-01-18T18:17:17.51+00:00

Hello, I am developing an application in container apps with dapr. Here i am using actors with cosmosdb statestore. after implementation of actors, i can see the below error with different codes and sometimes the event transaction between application also not happening. Could you please help me with the issue? Error: Failed,Dapr.Actors.ActorMethodInvocationException: Remote Actor Method Exception, DETAILS: Exception: ArgumentException, Method Name: GetInterfaceDetails, Line Number: 0, Exception uuid: 06dd5c62-ff8f-4227-a192-6307e124e320 ---> Dapr.Actors.ActorInvokeException: No interface found with this Id 397885702

Azure Container Apps
Azure Container Apps

An Azure service that provides a general-purpose, serverless container platform.

0 comments No comments

Answer accepted by question author

MayankBargali-MSFT 71,016 Reputation points Moderator
2024-01-22T07:59:10.84+00:00

@SriRaghavendran Prabhakaran Thanks for reaching out.

It seems like there is an issue with the interface ID of the actor. The error message "No interface found with this Id" indicates that the interface ID is not matching with the actor implementation.

Please make sure that the interface ID in the actor implementation matches with the interface ID in the client code. You can also check if the interface ID is registered correctly with the actor runtime.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.