You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test it in the frontend, and it works very well ... Congratulations !!! 😄
Well, I find it interesting to show the photos, so I try to scan them.
[matias@nube nextcloud]$ sudo -u apache php occ maps:scan-photos matias -vvv
[sudo] password for matias:
======== User matias ========
[1] Photo "/matias/files/Documentos/Libros/Los Microcontroladores AVR de ATMEL/01_Portada.jpg" added
[2] Photo "/matias/files/Documentos/Personal/Gol Trend/IMG_20180525_124952.jpg" added
[3] Photo "/matias/files/Documentos/Photos/IMG-20151008-WA0006.jpg" added
[4] Photo "/matias/files/Documentos/Photos/IMG-20160918-WA0020.jpg" added
[5] Photo "/matias/files/Documentos/Photos/IMG-20170921-WA0002.jpeg" added
[6] Photo "/matias/files/Documentos/Photos/IMG-20170922-WA0025.jpg" added
[7] Photo "/matias/files/Documentos/Photos/IMG-20170922-WA0027.jpg" added
------------ LOT OF IMAGES BEFORE --------------
[2819] Photo "/matias/files/Imágenes/Wallpapers/Heisenbug/under-a-bridge.jpg" added
[2820] Photo "/matias/files/Imágenes/Wallpapers/Heisenbug/wooden-door.jpg" added
[2821] Photo "/matias/files/Imágenes/Wallpapers/Hummingbird.jpg" added
In PelDataWindow.php line 189:
[lsolesen\pel\PelDataWindowWindowException]
Window [0, 75112] does not fit in window [0, 0]
Exception trace:
() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelDataWindow.php:189
lsolesen\pel\PelDataWindow->setWindowSize() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelDataWindow.php:221
lsolesen\pel\PelDataWindow->getClone() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelIfd.php:246
lsolesen\pel\PelIfd->load() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelIfd.php:221
lsolesen\pel\PelIfd->load() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelTiff.php:159
lsolesen\pel\PelTiff->load() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelExif.php:108
lsolesen\pel\PelExif->load() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelJpeg.php:216
lsolesen\pel\PelJpeg->load() at /var/www/html/nextcloud/apps/maps/vendor/lsolesen/pel/src/PelJpeg.php:126
lsolesen\pel\PelJpeg->__construct() at /var/www/html/nextcloud/apps/maps/lib/Service/PhotofilesService.php:439
OCA\Maps\Service\PhotofilesService->getExifPelBackup() at /var/www/html/nextcloud/apps/maps/lib/Service/PhotofilesService.php:385
OCA\Maps\Service\PhotofilesService->getExif() at /var/www/html/nextcloud/apps/maps/lib/Service/PhotofilesService.php:269
OCA\Maps\Service\PhotofilesService->addPhoto() at /var/www/html/nextcloud/apps/maps/lib/Service/PhotofilesService.php:64
OCA\Maps\Service\PhotofilesService->rescan() at /var/www/html/nextcloud/apps/maps/lib/Command/RescanPhotos.php:77
OCA\Maps\Command\RescanPhotos->rescanUserPhotos() at /var/www/html/nextcloud/apps/maps/lib/Command/RescanPhotos.php:68
OCA\Maps\Command\RescanPhotos->execute() at /var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at /var/www/html/nextcloud/3rdparty/symfony/console/Application.php:901
Symfony\Component\Console\Application->doRunCommand() at /var/www/html/nextcloud/3rdparty/symfony/console/Application.php:262
Symfony\Component\Console\Application->doRun() at /var/www/html/nextcloud/3rdparty/symfony/console/Application.php:145
Symfony\Component\Console\Application->run() at /var/www/html/nextcloud/lib/private/Console/Application.php:213
OC\Console\Application->run() at /var/www/html/nextcloud/console.php:97
require_once() at /var/www/html/nextcloud/occ:11
maps:scan-photos [<user_id>]
Investigating a bit, I came to this bug, and suggest using try chach...
p.s.: The file that fails is not Hummingbird.jpg since I delete it and keep returning the same error ..
The text was updated successfully, but these errors were encountered:
matiasdelellis
changed the title
[lsolesen\pel\PelDataWindowWindowException]
[lsolesen\pel\PelDataWindowWindowException] when scan photos.
Aug 30, 2019
Hi, Install the application from the store ..
Test it in the frontend, and it works very well ... Congratulations !!! 😄
Well, I find it interesting to show the photos, so I try to scan them.
Investigating a bit, I came to this bug, and suggest using try chach...
p.s.: The file that fails is not Hummingbird.jpg since I delete it and keep returning the same error ..
The text was updated successfully, but these errors were encountered: