Closed alanmilinovic closed 5 years ago
Probably a file permission issue. Anything in the application's system log?
yes:
`
Imagine\Exception\RuntimeException: Gd not installed in /var/www/html/xbmc-video-server/vendor/imagine/imagine/lib/Imagine/Gd/Imagine.php:172
Stack trace:
REQUEST_URI=/xbmc-video-server/src/thumbnail/generate?path=image%3A%2F%2Fhttp%253a%252f%252fimage.tmdb.org%252ft%252fp%252foriginal%252fweAvkxl0dnPevIKD8fwHjiOi6tc.jpg%2F&size=160
HTTP_REFERER=http://1raspberrypi.mooo.com:20080/xbmc-video-server/src/movie/recentlyAdded `
Ok I had to install sudo apt-get install php7.2-gd
followed by sudo service apache2 restart
.
It looks like php imagick mod is not needed, instead I used gd mod.
Hi, I finally got Kodi running on my new RPi4 with Buster. What is strange is that now I don't have any pictures on any page, not even actor thumbnails. Do you have any idea what could be wrong? I followed this post to install Kodi
https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=246837&p=1507311#p1507311
.