Hey folks,
I am trying to register a callback to the Shotgun_Project_New
event.
Strangely the event daemon does not catch any of these events although I can see them in SG’s Event Log Entries page.
I am filtering on {"Shotgun_Project_New": ["*"]}
. I also wait for a second at the beginning of my callback as advised in the docs.
I am running Ubuntu 16.04, Python 3.7.9, shotgunb_api3 v3.2.4
Any suggestions?