0

Time_Out

@cinemazverevposted 6/23/2026, 2:32:17 PM·0 replies

found that time-out limit is only 300 sec by default — too short for any large file, especially with slow inet connection.
you can fix it by editing app.py file in your reclip folder (..\pinokio\api\reclip-pinokio.git\app) with notepad.
search for this line:
result = subprocess.run(cmd, capture_output=True, text=True, timeout=300)
and change to any value you need, for ex timeout=1800 will be 30 min, timeout=3600 will be 1 hour etc.
after editing, restart reclip to take effect

Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Time_Out · Pinokio