## The problem
Running client.py produced super-long filenames with no extension and empty files instead of the expected .json and .png outputs. Maintainer chigozienri suspected filename length handling. The actual resolution came from a user: the version installed from pip was not the latest, and the bug had already been fixed in PR #67. Updating to the current package version resolved it.
## The fix
If client.py writes long-named empty files instead of PNGs, your installed package is behind the fix. The bug was fixed in PR #67, so `pip install --upgrade stability-sdk` to get the current version. One user also noted a quick workaround of shortening the artifact filename in client.py, but upgrading is the real fix. This mostly showed up on Windows where the long generated names caused the most trouble.