You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
I got the error
Unable to find an attachable process for applicationwhen attempting to attach to a running Dapr app.The app is written in python and digging into the extension code I found this comment in the
attachToPythonProcessfunction:// NOTE: I've yet to see this succeed (the adaptor can't seem to attach to the process).Is it expected that attaching to python apps should work?