Jordan Speicher
Jordan Speicher
I've noticed that spotify's Bandsplain podcast won't work. Not sure if this is the same problem? Not sure how to get the URL of the track since `librespot` won't find...
With use_ntlm_v2 = False, I get the same result. With use_ntlm_v2 False and `smb_structs.SUPPORT_EXTENDED_SECURITY = False`, I get ``` INFOFO:SMB.SMBConnection:Authentication with remote machine "WORK" for user "[redac]" will be using...
OK, I have captures. They are in "K12" text format and can be opened in wireshark. ``` # smbclient -U '[domain]\[user]' -L //work/work ``` https://gist.github.com/spikergit1/efda02c68d338cfcb22d ``` c = SMBConnection(user, passwd,...
Looking over the captures myself, it seems that `smbclient` is using NTLMv2, even though "extended security" is disabled. It appears that pysmb cannot do that. Am I way off base...
The server is not running samba, it's Solaris (and whatever SMB/CIFS thing runs on there).
@jdefrancesco any luck debugging on OSX?
#163 should help in this regard, at least for code quality
Just adding that I see this as well. Speaker groups using snapcast will be added to the same group but the sliders in the UI don't change state.
I'd just like to add that it'd be great if an async implementation could utilize `anyio` so that the project could be reused with `asyncio` and `trio`: https://anyio.readthedocs.io/en/stable/
@siepkes any luck fixing the BuildWrapper? I've seen some snippets where people seem to be using it, but I'm not able on my jenkins instance. https://github.com/SW7JKMMTT/SW7-Rapport/blob/6aa7a99f3e96b6b85b9bb8a2b11d6d908850637d/Jenkinsfile-phabricator#L22