getappmap / appmap-python

AppMap client agent for Python
https://appland.org
Other
100 stars 16 forks source link

AppMap not recording #269

Open Rockybella opened 11 months ago

Rockybella commented 11 months ago

AppMap is not recording after running pytest. It seems to go through the code with notifications on how many failed, passed, skipped, warnings and errors. I am using VSCode. It was working when I first installed it. I had to uninstall it and install it again (long story). Now, it's not working. I have done another uninstall and shutdown/turn on my computer but the same thing. It would go through the code but not recording. My code base works when I run it.

Rockybella commented 11 months ago

Also, the tmp/appmap/pytest folder does populate with .json files but the json files are empty.

Rockybella commented 11 months ago

It's now giving me an error. ImportError: cannot import name 'generation' from '_appmap' (unknown location).

kgilpin commented 11 months ago

Thanks, I will tag @apotterri , he’s not in the office today but he can take a look when he returns.

apotterri commented 9 months ago

@Rockybella Can you provide any more detail about the error(s) you're seeing? The full stack trace for the ImportError could be helpful.