If your IFTTT Applets do not appear to be triggering and actioning, here are a few troubleshooting avenues for you to explore and try:
- In dweet_led.py, try the following:
- Turn on debug logging; for example, logger.setLevel(logging.DEBUG).
- Change the dweet retrieval method located near the end of the source file. If you are using stream_dweets_forever(), try poll_dweets_forever() instead, since it is more resilient to transient connectivity issues.
- On the IFTTT website, you can inspect the activity log for any Applet by doing the following:
- Navigating to the My Services option under the profile menu
- Selecting a service (for example, Webhooks)
- Selecting the Applet you want to inspect
- Clicking the Settings button
- Clicking the View activity button and/or trying the Check now button
- You can also check the following IFTTT resources:
- Common errors and troubleshooting tips, available at https://help.ifttt.com/hc/en-us/articles/115010194547...