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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
I get the following error (I believe when trying to access an S3 bucket I am not authorized to access), which seems to indicate the pod is missing classes representing (some) exceptions (notice the last line):
That makes sense. Everything that goes over the wire from bb to the pod and vice versa is serialized using transit and exceptions can't be properly serialized. We should come up with a good workaround.
I get the following error (I believe when trying to access an S3 bucket I am not authorized to access), which seems to indicate the pod is missing classes representing (some) exceptions (notice the last line):
When I print
*e
it contains many things, includingThe text was updated successfully, but these errors were encountered: