Been seeing this error for some time: ```2023-08-1...
# dev-metaflow
m
Been seeing this error for some time:
Copy code
2023-08-18 10:03:14.912 [8168/infer_video/164792 (pid 892)] [f1351336-0161-4b52-97b2-c1b8eb8d9501] Card render failed with error 
2023-08-18 10:03:14.912 [8168/infer_video/164792 (pid 892)] [f1351336-0161-4b52-97b2-c1b8eb8d9501]
Specifically that the card render fails (this is the default card) (My guess in our case is some problem with the parameters saved to self being too big maybe) but there is no proper error message for this - anyone else seen this?
1
v
one thing that you can try is to increase the card render timeout, e.g.:
Copy code
@card(timeout=120)
you can also try to create to create the card by hand:
Copy code
python myflow.py card create 8168/infer_video/164792
and see if you get a more informative error message