product · inferred from evidence
RuntimeError
An error type encountered in the Workato CLI when file size limits are exceeded.
- RuntimeError: asyncio.run() cannot be called from a running event loop in Jupyter
Running the Hume streaming example in a Jupyter notebook failed with `RuntimeError: asyncio.run() cannot be called from a running event loop` because Jupyter already runs its own event loop. Maintainer gregorybchris explained the fix: merge
- workato push fails for large projects with RuntimeError file size too large, try using force_zip64
workato push --restart-recipes hangs on Creating package from project directory for large projects, and cancelling reveals RuntimeError: File size too large, try using force_zip64. The root cause the reporter found: running workato push fro