Replies: 4 comments 2 replies
-
Same problem, browsershot stop working few month ago. I extracted the raw node command, but no error when I exec it, tring to find a debug mode... |
Beta Was this translation helpful? Give feedback.
-
Same problem here:
|
Beta Was this translation helpful? Give feedback.
-
Hi einwed, I am also getting the same issue. Did you solve this issue before? |
Beta Was this translation helpful? Give feedback.
-
Just spent all day on this same issue. Fixed it with |
Beta Was this translation helpful? Give feedback.
-
Controller.php
`$path = 'images/book/thumbnail';
$filename = $book->id . '.png';
$file = $path . '/'. $filename;
$view = view('book.book_thumbnail', ['book' => $book]);
ErrorMessage
For some reason Chrome did not write a file at
images/book/thumbnail/692675.png. Command ======= {"url":"file:\/\/\/tmp\/53225323-0013538001661411531\/index.html","action":"screenshot","options":{"type":"png","path":"images\/book\/thumbnail\/692675.png","args":[],"viewport":{"width":600,"height":315},"displayHeaderFooter":false,"userAgent":"Mozilla\/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit\/604.1.38 (KHTML, like Gecko) Version\/11.0 Mobile\/15A372 Safari\/604.1"}} Output ======
yesterday, apt was updated. and I have this problem. when I put image by use 'Storage::put', It works. but when I use Browsershot, show this error message. how to fixed?
Beta Was this translation helpful? Give feedback.
All reactions