runtime error

Exit code: 1. Reason: IMPORTANT: You are using gradio version 3.0.24, however version 4.29.0 is available, please upgrade. -------- Cache at /home/user/app/gradio_cached_examples/log.csv not found. Caching now in 'gradio_cached_examples/' directory. Checking the url Traceback (most recent call last): File "app.py", line 327, in <module> gr.Interface(fn = video_to_translate, File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 426, in __init__ cache_interface_examples(self) File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 29, in process_example prediction = interface.process(raw_input) File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 754, in process predictions = self.run_prediction(processed_input) File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 718, in run_prediction prediction = predict_fn(*processed_input) File "app.py", line 191, in video_to_translate check =validate_youtube(url) File "app.py", line 41, in validate_youtube video_length = yt.length File "/home/user/.local/lib/python3.8/site-packages/pytube/__main__.py", line 383, in length return int(self.vid_info.get('videoDetails', {}).get('lengthSeconds')) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Container logs:

Fetching error logs...