Event Daemon | project created callback

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?

2 Likes

Nevermind… {"Shotgun_Project_New": None} did the trcik as described in the docs stupid me. :man_shrugging:

2 Likes

No worries, glad you found the solution!

1 Like