-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"cannot unpack non-iterable NoneType object." #15
Comments
It seems to not play nice with folders within buckets in general? Does it expect a flat file layout? |
Thanks for opening the issue. It's supposed to work for any file layout. I'll take a look later today. |
I'm able to reproduce the issue. Unless I'm mistaken it's minio specific, which is surprising. I fully intend for this extension to support minio so I'll continue looking into it. Thanks again for raising the issue. |
Yeah I did run this on minio; I should have mentioned that! |
I was able tools recreate the issue using a COS instance on IBM Cloud:
Looking at the code it appears that during that operation a call is made to Digging a bit more into the code Hope this helps! |
Thanks for the info. I believe this has now been fixed in the most recent releases for JupyterLab 1.x and 2.x. Please reopen this issue if you continue to encounter it after updating. Thanks! |
Still seeing this Amazon S3 and jupyterlab==2.2.2 I can provide more info if there is something that would help. |
@jarutis what version of the labextension are you using? You can run |
Here they are:
|
Sorry for the delayed response. if you update from version |
Seems idiosyncratic, but on some folders, I get this error
However the folder is not empty, I can see the contents in minio. I don't have any fancy policies, though I don't know this tech well. Error on the notebook server is below
As I said, the folders definitely exist
The text was updated successfully, but these errors were encountered: