You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came from a user support question. The user noted a build that did not finish and seemed to hang. Digging into the issue, the logs looked odd. I noticed the error:
"Object of type PosixPath is not JSON serializable"
This was raised as the build instance was being updated at our API, not inside the build process. Because the API was not updated, the build was never marked as finished, and so was left to timeout.
We weren't having luck looking into this too deeply, but I just noticed today that the Sphinx configuration value in the build's RTD config was quite odd:
This came from a user support question. The user noted a build that did not finish and seemed to hang. Digging into the issue, the logs looked odd. I noticed the error:
"Object of type PosixPath is not JSON serializable"
This was raised as the build instance was being updated at our API, not inside the build process. Because the API was not updated, the build was never marked as finished, and so was left to timeout.
We weren't having luck looking into this too deeply, but I just noticed today that the Sphinx configuration value in the build's RTD config was quite odd:
I was able to use this value to easily reproduce the error:
The error didn't seem to come up in Sentry
The text was updated successfully, but these errors were encountered: