问题标签 [browsershot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 如何以某种方式修复 Spatie/Browsershot 错误 Chrome 未在“screenshot.pdf”中写入文件
我正在尝试使用 browsershot 创建一个 pdf 文件,但出现错误。我在我的 cpanel 主机上安装了 Browsershot
这是我的代码
我最终遇到了这个错误
致命错误:未捕获 Spatie\Browsershot\Exceptions\CouldNotTakeBrowsershot:由于某种原因,Chrome 没有在
google.pdf
. 命令有效负载:[] in /home/username/vendor/spatie/browsershot/src/Exceptions/CouldNotTakeBrowsershot.php:13 堆栈跟踪:#0 /home/username/vendor/spatie/browsershot/src/Browsershot.php(601) : Spatie\Browsershot\Exceptions\CouldNotTakeBrowsershot::chromeOutputEmpty('google.pdf') #1 /home/username/vendor/spatie/browsershot/src/Browsershot.php(528): Spatie\Browsershot\Browsershot->savePdf(' google.pdf') #2 /home/username/public_html/a.php(9): Spatie\Browsershot\Browsershot->save('google.pdf') #3 {main} 抛出 /home/username/vendor/ spatie/browsershot/src/Exceptions/CouldNotTakeBrowsershot.php 第 13 行
我不知道怎么了。我该如何解决这个错误?