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

[python] TraceProcessor fails to instantiate when downloading the perfetto shell under vscode's debugger. #962

Open
lucamuscat opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lucamuscat
Copy link

Hey 👋

Whilst using the python perfetto package, I ran into an unhandled exception that occured during the instantiation of a TraceProcessor, more specifically, when the trace processor attempted to download the perfetto shell under vscode's python debugger.

The contents of the exception may be seen here.

Steps to reproduce

I created a minimal reproduction of the bug to aid with your investigation, which you may find here. The following are the steps to reproduce the bug using the provided MVP.

  1. Clone the git repository containing the MVP: git clone https://github.com/lucamuscat/python-perfetto-vscode-bug-repro.git;
  2. Open the workspace in vscode;
  3. Run the Reproduce bug debug profile from the Run and Debug sidebar item.
@LalitMaganti LalitMaganti added the bug Something isn't working label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants