I've been trying to use the prefect SMB block, but...
# prefect-community
g
I've been trying to use the prefect SMB block, but write_path() doesn't seem to work? I get the following error, when I attempt to write to storage
ValueError: Failed to connect to '**************smb::445': [Errno -2] Name or service not known
. I hid my hostname for security reasons, however, for some reason "smb:" is appended to the hostname, which might be causing this issue? read_path works perfectly so I know that I put in the connection information correctly into the block, but seems like write_path isn't working. Is this a bug or am I doing something wrong? Does any have experience with using the SMB block?