MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

素材来源选Pexels时,视频生成失败

Open jinzhe516 opened this issue 5 months ago • 10 comments

确认网络没问题,pexels网站可以访问,api也正确,不知道为什么会提示网络问题,选pixabay可以用,但是Pixabay的素材太垃圾了,只有几个低质量的视频来回循环。

generating audio

2024-09-05 17:03:23 | INFO | "./app\services\voice.py:1057": azure_tts_v1 - start, voice name: en-US-EmmaNeural, try: 1 2024-09-05 17:03:27 | INFO | "./app\services\voice.py:1077": azure_tts_v1 - completed, output file: .\storage\tasks\6947e358-1ca6-4647-b653-6d993a189efb\audio.mp3 2024-09-05 17:03:27 | INFO | "./app\services\task.py:141": get_video_materials -

downloading videos from pexels

2024-09-05 17:03:27 | INFO | "./app\services\material.py:47": search_videos_pexels - searching videos: https://api.pexels.com/videos/search?query=love&per_page=20&orientation=portrait, with proxies: {} 2024-09-05 17:03:27 | ERROR | "./app\services\material.py:83": search_videos_pexels - search videos failed: Expecting value: line 1 column 1 (char 0) 2024-09-05 17:03:27 | INFO | "./app\services\material.py:208": download_videos - found 0 videos for 'love' 2024-09-05 17:03:27 | INFO | "./app\services\material.py:47": search_videos_pexels - searching videos: https://api.pexels.com/videos/search?query=lovers&per_page=20&orientation=portrait, with proxies: {} 2024-09-05 17:03:27 | ERROR | "./app\services\material.py:83": search_videos_pexels - search videos failed: Expecting value: line 1 column 1 (char 0) 2024-09-05 17:03:27 | INFO | "./app\services\material.py:208": download_videos - found 0 videos for 'lovers' 2024-09-05 17:03:27 | INFO | "./app\services\material.py:47": search_videos_pexels - searching videos: https://api.pexels.com/videos/search?query=landscape&per_page=20&orientation=portrait, with proxies: {} 2024-09-05 17:03:28 | ERROR | "./app\services\material.py:83": search_videos_pexels - search videos failed: Expecting value: line 1 column 1 (char 0) 2024-09-05 17:03:28 | INFO | "./app\services\material.py:208": download_videos - found 0 videos for 'landscape' 2024-09-05 17:03:28 | INFO | "./app\services\material.py:216": download_videos - found total videos: 0, required duration: 2 seconds, found duration: 0.0 seconds 2024-09-05 17:03:28 | SUCCESS | "./app\services\material.py:249": download_videos - downloaded 0 videos 2024-09-05 17:03:28 | ERROR | "./app\services\task.py:153": get_video_materials - failed to download videos, maybe the network is not available. if you are in China, please use a VPN. 2024-09-05 17:03:28 | ERROR | "./webui\Main.py:790": - 视频生成失败

jinzhe516 avatar Sep 05 '24 09:09 jinzhe516