Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "Unable to find an attachable process for application" attempting to attach python app #301

Open
stuartleeks opened this issue Jul 13, 2023 · 2 comments
Labels
investigate Issues that require investigation

Comments

@stuartleeks
Copy link

I got the error Unable to find an attachable process for application when attempting to attach to a running Dapr app.

image

The app is written in python and digging into the extension code I found this comment in the attachToPythonProcess function:

 // 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?

@philliphoff philliphoff added the investigate Issues that require investigation label Oct 3, 2023
@philliphoff
Copy link
Member

It was...hopeful..that it might work, but I was never able to get the debug adaptor to actually attach in my own testing. As my Python is pretty weak, I wasn't able to determine any reason for this.

@guybartal
Copy link

happened to me as well while trying to attach to python flask app:

image

Error: Unable to find an attachable process for the application 'media-indexer-api'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate Issues that require investigation
Projects
None yet
Development

No branches or pull requests

3 participants