Hi, when I’m processing mp4 file(in firebase functions) using moviepy the error occured.the next is the code(python) I’m using and give me the answer
when using the code locally, everything is fine, but using it in the server(firebase cloud functions), the error occured.
from moviepy.editor import *
url = ‘<my_firebase_storage_path>/videos%2Fmy_file.mp4?alt=media&token=<my_token>’
VideoFileClip(url) # In this code error occured.