Skip to content
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

fs.smbfs.SMBFS init fails due to share list request #37

Open
bjudkewitz opened this issue Sep 9, 2022 · 1 comment
Open

fs.smbfs.SMBFS init fails due to share list request #37

bjudkewitz opened this issue Sep 9, 2022 · 1 comment
Labels

Comments

@bjudkewitz
Copy link

The host I work with refuses to list the shares, so fs.smbfs.SMBFS init fails because it asks for said list (in https://github.com/althonos/fs.smbfs/blob/master/fs/smbfs/smbfs.py#L276)

Does fs.smbfs.SMBFS have to request the share list upon init? I know the name of the share I am interested in, so this request unnecessarily breaks functionality for me.

@althonos
Copy link
Owner

althonos commented Nov 2, 2022

I don't think it does, I'm trying a patch that doesn't scan shares unless absolutely required. If that works, I'll push a new release. (sorry about the delay).

@althonos althonos added the bug label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants