-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't connect SMB drive on MacOS #20
Comments
What's the latest on this @praveen-elastic ? |
Hey @serenachou, We tried various ways for connecting to a shared folder on Mac. I am attaching a doc describing all the explored approaches. I am still working on finding a proper resolution for this issue. I'll update you for the same. https://docs.google.com/document/d/1aGYiZbtN-t-M_Wz58ywI0U_PjJKnDIGMkdbzrP6iTn4/edit?usp=sharing |
@praveen-elastic thanks for the link and the approached tried. Please update us in tomorrow's sync on the progress. |
Revisit this in the version added to the updated connector framework in scope of #24 cc @danajuratoni |
Testing this using a MacBook with Monterey 12.3.1 as a network drive, with SMB File Sharing enabled.
And a runtime environment with MacOS Monterey 12.4, Python 3.9.13.
I enabled logging of SMB.SMBConnection in the Network Drive client and see the following error:
Username and password are correct and I'm able to connect to the drive via Finder and via command line using mount, so the issue in not on the drive side.
Already tested alternatives such as without direct TCP & port 139, and NTLM v1 but no success.
Seems to be a config issue others experienced too while using this library miketeo/pysmb#193.
Slack chat related to this: https://elastic.slack.com/archives/C02AV5C8ZDE/p1653404652854019
The text was updated successfully, but these errors were encountered: