-
Notifications
You must be signed in to change notification settings - Fork 94
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
Cant connect w/ smb on mac os, python 3.8 #193
Comments
same error on python 3.9 doesnt work either
|
@davebeiler : The netbios name might be incorrect or port 139 is behind firewall. |
No the documentation isn’t correct I was finally able to connect to it
useing a better example
…On Sat, Feb 12, 2022 at 8:43 AM Michael Teo ***@***.***> wrote:
@davebeiler <https://github.com/davebeiler> : The netbios name might be
incorrect or port 139 is behind firewall.
—
Reply to this email directly, view it on GitHub
<#193 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUMAOXULWRH52NNFGD3WER3U22E4HANCNFSM5OFOPDSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Can you point out where the documentation is not correct? It could help others in using pysmb. |
Hey @davebeiler, would you mind sharing the example you've used for connecting to your smb share on MacOS ? |
Try the version 1.2.8. It MIGHT help if you, in fact, encountered the OpenSSL-related problem described here: #196 |
Successfully installed pysmb-1.2.7
(venv) s153152@MB20OXDHQ60774 ssd_dashboard % python3 smb2-connect-windows.py
Traceback (most recent call last):
File "smb2-connect-windows.py", line 16, in
assert conn.connect(server_name, 139)
AssertionError
The text was updated successfully, but these errors were encountered: