I am unsure what has changed, but both me and Scott are getting errors when running this tutorial.
Log
Tutorial
The error suggests an environment variable was previously being treated as a string but is now acting like an int.
Looking at the rest of the code, that env var ['SITE_ID'] is used as a string in a few places, and cast to an int explicitly in others.
I'm not sure where the tutorials are hosted so I can't see if anything has changed recently. The fix is simple but I would like to understand what changed.
I am unsure what has changed, but both me and Scott are getting errors when running this tutorial.
Log
Tutorial
The error suggests an environment variable was previously being treated as a string but is now acting like an int.
Looking at the rest of the code, that env var ['SITE_ID'] is used as a string in a few places, and cast to an int explicitly in others.
I'm not sure where the tutorials are hosted so I can't see if anything has changed recently. The fix is simple but I would like to understand what changed.