You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apify/_platform_event_manager.py:138
/home/vdusek/Projects/crawlee-python/.venv/lib/python3.13/site-packages/apify/_platform_event_manager.py:138: DeprecationWarning: There is no current event loop
_connected_to_platform_websocket: asyncio.Future = asyncio.Future()
The _connected_to_platform_websocket should be initialized to None, and the Future instance can be created lazily.
The text was updated successfully, but these errors were encountered:
We should probably not do this:
Warning:
The
_connected_to_platform_websocket
should be initialized toNone
, and theFuture
instance can be created lazily.The text was updated successfully, but these errors were encountered: