Joe Rickerby
Joe Rickerby
(complete guess from reading the server code) try to have your fake printer connect to the server, then perform the claim
@notjosh might be able to shed some light? I haven't used the fake printers at all tbh Sent from my phone > On 10 May 2020, at 13:00, Tamás Kádár...
did you manage to get anywhere further with this @KTamas ?
Ah great! Thanks for the update. Do the 503s represent unhandled exceptions in the Python server or something else?
Agreed, a little setting in the backend for timezone would be great. PRs welcome!
Hi Victor! I'm not sure I understand. Do branches have labels? Where are they? Or do you mean that the extension should return an empty set of labels when building...
my guess is that there's a frame somewhere that has been removed by a processor. Can you print the profile with `show_all=True`? e.g. `ConsoleRenderer(show_all=True).render(session)`
I think this was resolved in #321
You could try the 'flat' option on the console renderer - e.g. `pyinstrument -p flat myscript.py` - that will print the output without any tree at all.
You can, if you like, use the `output` method, e.g. `profiler.output(ConsoleRenderer(flat=True))`. But your PR looks good too.