VideoLingo icon indicating copy to clipboard operation
VideoLingo copied to clipboard

下载的时候报错 Connection aborted.', ConnectionResetError,然后不停重复下载。(似乎不是一次性下载成功处理音频的时候也会报错)

Open sunreview opened this issue 11 months ago • 1 comments

Traceback (most recent call last): File "D:\VideoLingo\batch\utils\batch_processor.py", line 98, in process_batch() File "D:\VideoLingo\batch\utils\batch_processor.py", line 86, in process_batch df.to_excel('batch/tasks_setting.xlsx', index=False) File "C:\Users\14027.conda\envs\videolingo\lib\site-packages\pandas\util_decorators.py", line 333, in wrapper return func(*args, **kwargs) File "C:\Users\14027.conda\envs\videolingo\lib\site-packages\pandas\core\generic.py", line 2417, in to_excel formatter.write( File "C:\Users\14027.conda\envs\videolingo\lib\site-packages\pandas\io\formats\excel.py", line 952, in write writer._write_cells( File "C:\Users\14027.conda\envs\videolingo\lib\site-packages\pandas\io\excel_openpyxl.py", line 490, in _write_cells xcell.value, fmt = self._value_with_fmt(cell.val) File "C:\Users\14027.conda\envs\videolingo\lib\site-packages\openpyxl\cell\cell.py", line 218, in value self._bind_value(value) File "C:\Users\14027.conda\envs\videolingo\lib\site-packages\openpyxl\cell\cell.py", line 197, in _bind_value value = self.check_string(value) File "C:\Users\14027.conda\envs\videolingo\lib\site-packages\openpyxl\cell\cell.py", line 165, in check_string raise IllegalCharacterError(f"{value} cannot be used in worksheets.") [download] Got error: ('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)) cannot be used in worksheets. 请按任意键继续. . .

=======================

请问是我的vps的问题还是下载程序的问题。能否改进下下载程序

sunreview avatar Jan 22 '25 17:01 sunreview

似乎是 excel 中出现了 IllegalCharacterError 的问题

Huanshere avatar Jan 22 '25 18:01 Huanshere