-
-
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
don`t see photos on map #638
Comments
Same for me! |
Meet the same issue, #651 photos appears after few hours. |
For me, not after months! |
AMD Ryzen 3 3200G, 4x 3.60GHz with 16 GB RAM. Scan itself was finished with a lot of CPU utilization, but only after that job was finished photos popping up on the map with a huge delay. |
Okay, maybe my CPU is the problem.... ( Cortex-A55) maybe someone will take pity and redesign the function?! :-) |
Not sure, there seems a cron job problem as per #516. |
Sorry, how can I check that?! |
This is in DB, you need to login to your DB and run SQL query command, e.g. : select * from `oc_maps_photos` where `lat` > 0 limit 0,25 You will see first 25 Photos with GPS coordinates. |
Yes! When i click on Fotos in maps, i get a warning "Failed to load photos" after 1-2 minutes :-( I have no idea! |
Hi, I have tried to scan my photos using the command: Each time, the nextcloud logs show the following errors: I have a setup with 3 external storages folders from my qnap nas. From what I read in other issues, this seems to be the problem. However I cannot figure out how to solve it. Do you know what I should do to fix it? |
Hi. i can
t install map (0.1.9) on Nextcloud 21.0.3. Scan photos doesn
t work. When start manuallysudo -u www-data php /var/www/nextcloud/occ maps:scan-photos
I see problem:
In ExceptionConverter.php line 47:
An exception occurred while executing a query: SQLSTATE[42S02]: Base table
or view not found: 1146 Table 'nextcloud.oc_maps_photos' doesn't exist
In Exception.php line 26:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud.oc_map
s_photos' doesn't exist
In Statement.php line 82:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud.oc_map
s_photos' doesn't exist
i resolved problem by #566 (comment)
install 0.1.9.8 nightly (but in apps i see 0.1.9)
start manual scan
sudo -u www-data php /var/www/nextcloud/occ maps:scan-photos
In terminal i saw that my photos added, but not shown in the map. Why?
thank you in advance
The text was updated successfully, but these errors were encountered: