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
I nuked one of my servers and let everything build from scratch. Unfortunately some combination of the packages below causes s3fs to throw a RecursionError maximum recursion depth exceeded when being called using the URL opener.
I honestly haven't tried any other way, as I don't do it that way (happy to test though).
Try as I might, I cannot get Sentry to log the exception, so I'm kinda fumbling around in the dark. Any pointers would be gratefully received!
Sorry, nothing comes to mind. There doesn't seem to be anything in the opener itself that could get stuck in a loop. You could try using sys.setrecursionlimit to something a lot lower, that might it easier for Sentry to handle.
Hi,
I nuked one of my servers and let everything build from scratch. Unfortunately some combination of the packages below causes s3fs to throw a
RecursionError maximum recursion depth exceeded
when being called using the URL opener.I honestly haven't tried any other way, as I don't do it that way (happy to test though).
Try as I might, I cannot get Sentry to log the exception, so I'm kinda fumbling around in the dark. Any pointers would be gratefully received!
Many thanks,
Geoff
The text was updated successfully, but these errors were encountered: