-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't call method "generate_preview_link" #1
Comments
Most likely you don't have |
You are correct, the videoID parameter is missing in the json file:
I have a folder with vtt files pre-downloaded (Video is publicly playable, but for some reason the import wasn't able to download the vtt files) Commands
|
I guess I'll need to research this further, but meanwhile, can you try updating your config file to the following: {
"locjsonFileComments": [],
"platform": "Vimeo",
"videoId": "452659481"
} (assuming 452659481 is the video ID) |
Yes this worked! i was able to get locjson and meta files in the folder. I see that serge has a parser for locjson. So this should work. Now just need to figure out why the downloaded VTT file didn't work with the "enable" parameter. |
Hi @iafan - should I create the |
Yes, please. Should be an easy step to do if import doesn't work. Just let me know if import doesn't work for Vimeo at all, or for specific videos only. I'll take a look at the core issue once I have some time. |
Hi, trying to get title to do its magic, getting the following error on a VTT file that I have downloaded from vimeo:
The text was updated successfully, but these errors were encountered: