Hi guys I come for your wisdom, I have my flow an...
# prefect-cloud
m
Hi guys I come for your wisdom, I have my flow and everything is OK. I want to save a file on my NAS, the connection SMB block (username/password) is all OK. I can read files and everything is OK. The problem is when I want to write a file it generates this error: Use prefect.filessystems.write_path >
@sync_compatible
>
async def write_path(self, path: str, content: bytes) -> str:
>
return await self.filesystem.write_path(path=path, content=content)
raise ValueError(f"Failed to connect to '{self.server}:{self.port}'") from err ValueError: Failed to connect to 'ip::port' prefect version > Version: 2.14.21 > API version: 0.8.4 > Python version: 3.10.9 > Git commit: 9a059bfe > Built: Thu, Feb 8, 2024 5:35 PM > OS/Arch: win32/AMD64 > Profile: default > Server type: cloud Any solution? Thanks
c
Hi Magdiel, do you mind sharing the id of your account/workspace with me in DM?