Selenium WebDriverException:未知错误:无法解压缩';文件';

Selenium WebDriverException:未知错误:无法解压缩';文件';,selenium,selenium-webdriver,webdriver,selenium-chromedriver,selenoid,Selenium,Selenium Webdriver,Webdriver,Selenium Chromedriver,Selenoid,这个问题与所问的问题相似,但我不确定解决方案是否正确。我在使用最新的图像附加名为“PDFùù–áæ.PDF”的文件时遇到此错误 unknown error: unable to unzip 'file' from unknown error: archive error: (unknown error: could not unzip archive), entry error: (unknown error: invalid data descriptor signature) (Sess

这个问题与所问的问题相似,但我不确定解决方案是否正确。我在使用最新的图像附加名为“PDFùù–áæ.PDF”的文件时遇到此错误

unknown error: unable to unzip 'file'
from unknown error: archive error: (unknown error: could not unzip archive), entry error: (unknown error: invalid data descriptor signature)
  (Session info: chrome=62.0.3202.62)
  (Driver info: chromedriver=2.33.506092 (733a02544d189eeb751fe0d7ddca79a0ee28cce4),platform=Linux 3.16.0-4-amd64 x86_64) (WARNING: The server did not provide any stacktrace information)
对于更新的图像,错误相同:

org.openqa.selenium.WebDriverException: unknown error: unable to unzip 'file'
from unknown error: archive error: (unknown error: could not unzip archive), entry error: (unknown error: invalid data descriptor signature)
  (Session info: chrome=67.0.3396.62)
  (Driver info: chromedriver=2.39.562737 (dba483cee6a5f15e2e2d73df16968ab10b38a2bf),platform=Linux 3.16.0-4-amd64 x86_64) (WARNING: The server did not provide any stacktrace information)

代码试用和相关HTML?你必须使用最新的浏览器图像。vania-pooh,我已经更新了最新的图像,但仍然得到相同的错误。确切的文件名是'unique character PDFù–áæ.PDF',需要检查Chromedriver本身是否支持这一点。