krathjen / studiolibrary

Studio Library
https://www.studiolibrary.com
GNU Lesser General Public License v3.0
353 stars 141 forks source link

listdir exception on Windows share #435

Open kalemas opened 1 year ago

kalemas commented 1 year ago

Hi, we encounter following issue if Library is hosted on windows share if there is no permission to list root folder:

image

I m not sure the reasons it occur and how it should be handled, @krathjen do you?

kalemas commented 1 year ago

@krathjen We reverted our storage settings and issue came back (( it is so wired as get different errors under debugger and runtime.

This error i getting when starting studioibrary as usual

image

and this strange behavior when i run under debugger, first evaluation throw OSError but subsequent - PermissionError 8^S

image

kalemas commented 1 year ago

and this again in production mode((

image

kalemas commented 1 year ago

With #441 issue is gone, but i still do not understand the reasons why it happen.

luzhaoyang commented 4 months ago

https://github.com/krathjen/studiolibrary/issues/463 image here is my solution may better , to make sure everything working .