magdiel gutierrez
02/20/2024, 3:25 PM@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? ThanksChris Guidry
02/21/2024, 3:00 PM