-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Photo Scan stops when $pelIfdGPS->getEntry(PelTag::GPS_LATITUDE_REF) is null. #671
Comments
I found that this keyword is optional. How should we deal with the situation that the keyword is empty? https://dicom.innolitics.com/ciods/vl-photographic-image/vl-photographic-geolocation/00160071 |
Hi @zhangguojvn , i have made a pull request regarding exif data issues: #586 Thank you |
Could you check if v0.2.0-1-nightly solves the Issue. |
Try to do that. System installed not the nightly build. sudo -u www-data php /var/www/nextcloud/occ app:install maps --allow-unstable What can I do to let nextcloud recognise the nightly build? |
Can you try |
That has the same issue. sudo -u www-data php /var/www/nextcloud/occ app:install --allow-unstable maps |
Installed manually. But can't test. I'm on PHP8.1, so the app could not be activated. Didn't realized the PHP Version requirement before. |
Hi @adripo i added in my old commit a parameter to the validate function in This parameter is not configurable in settings at the moment. If it is true, than you have the issue, that the photo is not shown on map at all. If it is shown (like now) you have a chance to add a location for it. I guess it could be also a nice change , that the Zero Island checking is confifurable via the app's settings. |
@kovge maps/lib/Service/PhotofilesService.php Line 401 in f682b72
So there are two reasons for the images to still show up.
Then it should be resolved by
|
I did the manual scan once I installed the app 2 days ago, already with 0.2.0. |
@tacruc I sent you an email with one file having this issue. |
@adripo would it be OK for you, if I include a downscaled Version of the image as a testcase? |
@tacruc Sure, no problem. I'm ok with scaling it down. |
@tacruc I just checked and it solves the issue. |
OK I will try to publish a New release soon, but I don't make it this week. |
Error: Call to a member function getValue() on null in /var/www/html/custom_apps/maps/lib/Service/PhotofilesService.php:479
Stack trace:
#0 /var/www/html/custom_apps/maps/lib/Service/PhotofilesService.php(384): OCA\Maps\Service\PhotofilesService->getExifPelBackup(Object(OC\Files\Node\File))
#1 /var/www/html/custom_apps/maps/lib/Service/PhotofilesService.php(264): OCA\Maps\Service\PhotofilesService->getExif(Object(OC\Files\Node\File))
#2 /var/www/html/custom_apps/maps/lib/BackgroundJob/AddPhotoJob.php(56): OCA\Maps\Service\PhotofilesService->addPhotoNow(Object(OC\Files\Node\File), 'user')
#3 /var/www/html/lib/public/BackgroundJob/Job.php(79): OCA\Maps\BackgroundJob\AddPhotoJob->run(Array)
#4 /var/www/html/lib/public/BackgroundJob/QueuedJob.php(47): OCP\BackgroundJob\Job->execute(Object(OC\BackgroundJob\JobList), Object(OC\Log))
#5 /var/www/html/cron.php(128): OCP\BackgroundJob\QueuedJob->execute(Object(OC\BackgroundJob\JobList), Object(OC\Log))
#6 {main}
The text was updated successfully, but these errors were encountered: