Detailed description of the problem [REQUIRED]
I have a tag album that seems to be getting null for all size_variants for all child images. I confirmed the size_variants are in db, and images load in their normal albums. This leads to an empty album being displayed. Not all tag albums are effected, and I am not able to reproduce this behavior in a new test tag album.
Sample of json response:
{
"id":"MQTPtB8HTwEjaZqGyAsQNuzs",
"show_tags":[
"Alex"
],
"max_taken_at":null,
"min_taken_at":null,
"thumb":{
"id":"kdQAigqTbenfget2WUJkk5xW",
"type":"image\/jpeg",
"thumb":"uploads\/thumb\/a7ccb66be0baead7b7b02e6d264ecede.jpeg",
"thumb2x":"uploads\/thumb\/[email protected]"
},
"photos":[
{
"id":"GPjbt0B3KBKQm_iCStmEWZXb",
"created_at":"2022-05-13T18:13:13.113101-07:00",
"updated_at":"2022-05-13T18:13:59.488932-07:00",
"album_id":"NpvFgSmSs1fqocFavGATgq_X",
"title":"2022-05-13-0034",
"description":"Red Cliffs, NV",
"tags":[
"Alex"
],
"license":"CC-BY-NC-ND-4.0",
"is_public":0,
"is_starred":false,
"iso":null,
"make":"Nikon",
"model":"LS-4000",
"lens":null,
"aperture":null,
"shutter":null,
"focal":null,
"latitude":null,
"longitude":null,
"altitude":null,
"img_direction":null,
"location":null,
"taken_at":"2022-05-01T12:00:00.000000-07:00",
"taken_at_orig_tz":"America\/Los_Angeles",
"type":"image\/jpeg",
"filesize":0,
"checksum":"a3b4f128860cb566927cd699e7ef19b0d6c15537",
"original_checksum":"a3b4f128860cb566927cd699e7ef19b0d6c15537",
"live_photo_content_id":null,
"live_photo_checksum":null,
"live_photo_url":null,
"is_downloadable":true,
"is_share_button_visible":true,
"size_variants":{
"original":null,
"medium2x":null,
"medium":null,
"small2x":null,
"small":null,
"thumb2x":null,
"thumb":null
},
"next_photo_id":"656pjb4jIMx_gstz3jS32wkt",
"previous_photo_id":"Ql4Ef8AQPE-G83yz-lRivhNq"
},
{
"id":"656pjb4jIMx_gstz3jS32wkt",
"created_at":"2022-05-13T18:13:07.534035-07:00",
"updated_at":"2022-05-13T18:13:59.452552-07:00",
"album_id":"NpvFgSmSs1fqocFavGATgq_X",
"title":"2022-05-13-0031",
"description":"Red Cliffs, NV",
"tags":[
"Alex"
],
"license":"CC-BY-NC-ND-4.0",
"is_public":0,
"is_starred":false,
"iso":null,
"make":"Nikon",
"model":"LS-4000",
"lens":null,
"aperture":null,
"shutter":null,
"focal":null,
"latitude":null,
"longitude":null,
"altitude":null,
"img_direction":null,
"location":null,
"taken_at":"2022-05-01T12:00:00.000000-07:00",
"taken_at_orig_tz":"America\/Los_Angeles",
"type":"image\/jpeg",
"filesize":0,
"checksum":"4bf5ec7a2678ca6fb386705e932900457174a389",
"original_checksum":"4bf5ec7a2678ca6fb386705e932900457174a389",
"live_photo_content_id":null,
"live_photo_checksum":null,
"live_photo_url":null,
"is_downloadable":true,
"is_share_button_visible":true,
"size_variants":{
"original":null,
"medium2x":null,
"medium":null,
"small2x":null,
"small":null,
"thumb2x":null,
"thumb":null
},
"previous_photo_id":"GPjbt0B3KBKQm_iCStmEWZXb",
"next_photo_id":"CcjCgUHwqcO7K8affrREgdCC"
},
Console error msg:
Uncaught TypeError: _photo.size_variants.original is null
In DB:
MariaDB [lychee]> select * from size_variants where photo_id='GPjbt0B3KBKQm_iCStmEWZXb';
+-------+--------------------------+------+-------------------------------------------------+-------+--------+----------+
| id | photo_id | type | short_path | width | height | filesize |
+-------+--------------------------+------+-------------------------------------------------+-------+--------+----------+
| 63697 | GPjbt0B3KBKQm_iCStmEWZXb | 0 | big/a3b4f128860cb566927cd699e7ef19b0.jpeg | 5632 | 3688 | 7582218 |
| 63705 | GPjbt0B3KBKQm_iCStmEWZXb | 1 | medium/[email protected] | 3299 | 2160 | 2253539 |
| 63704 | GPjbt0B3KBKQm_iCStmEWZXb | 2 | medium/a3b4f128860cb566927cd699e7ef19b0.jpeg | 1649 | 1080 | 651860 |
| 63703 | GPjbt0B3KBKQm_iCStmEWZXb | 3 | small/[email protected] | 1100 | 720 | 316462 |
| 63701 | GPjbt0B3KBKQm_iCStmEWZXb | 4 | small/a3b4f128860cb566927cd699e7ef19b0.jpeg | 550 | 360 | 90236 |
| 63699 | GPjbt0B3KBKQm_iCStmEWZXb | 5 | thumb/[email protected] | 400 | 400 | 65902 |
| 63698 | GPjbt0B3KBKQm_iCStmEWZXb | 6 | thumb/a3b4f128860cb566927cd699e7ef19b0.jpeg | 200 | 200 | 20629 |
+-------+--------------------------+------+-------------------------------------------------+-------+--------+----------+
Steps to reproduce the issue
Steps to reproduce the behavior:
I am not sure what triggered this condition or what it is choking on.
Screenshots
If applicable, add screenshots to help explain your problem.
Output of the diagnostics [REQUIRED]
Diagnostics
-----------
Warning: Dropbox import not working. dropbox_key is empty.
Warning: zend.assertions is disabled although Lychee is in debug mode. For easier debugging code generation for assertions should be enabled.
System Information
------------------
Lychee Version (git): master (2fdd6bc) -- - Up to date (13 seconds ago).
DB Version: 4.5.1
composer install: dev
APP_ENV: production
APP_DEBUG: true
System: Linux
PHP Version: 8.1
PHP User agent: Lychee/4 (https://lycheeorg.github.io/)
Timezone: America/Los_Angeles
Max uploaded file size: 500M
Max post size: 500M
Max execution time: 200
MySQL Version: 10.6.7-MariaDB-2ubuntu1
Imagick: 1
Imagick Active: 1
Imagick Version: 1691
GD Version: 2.3.0
Config Information
------------------
version: 040501
check_for_updates: 1
sorting_photos_col: created_at
sorting_photos_order: DESC
sorting_albums_col: max_taken_at
sorting_albums_order: DESC
imagick: 1
skip_duplicates: 1
small_max_width: 0
small_max_height: 360
medium_max_width: 1920
medium_max_height: 1080
lang: en
layout: 1
image_overlay_type: none
default_license: CC-BY-NC-ND-4.0
compression_quality: 90
full_photo: 1
delete_imported: 1
Mod_Frame: 1
Mod_Frame_refresh: 30
thumb_2x: 1
small_2x: 1
medium_2x: 1
landing_page_enable: 1
landing_owner: Vincent Juliano
landing_title: Life on 35mm
landing_subtitle: Click top right to continue. Next page top left to login
landing_facebook:
landing_flickr:
landing_twitter:
landing_instagram:
landing_youtube:
landing_background: /uploads/medium/3d4bf4e35e5ea06853d7983c88efb6a2.jpg
site_title: Vince Juliano's Photo Gallery
site_copyright_enable: 1
site_copyright_begin: 2021
site_copyright_end: 2022
additional_footer_text: "Alex's Photos" copyright Alex Panicacci 2022
display_social_in_gallery: 0
public_search: 0
SL_enable: 0
SL_for_admin: 0
public_recent: 0
recent_age: 60
public_starred: 0
downloadable: 1
photos_wraparound: 1
map_display: 1
zip64: 1
map_display_public: 1
map_provider: Wikimedia
force_32bit_ids: 0
map_include_subalbums: 1
update_check_every_days: 3
has_exiftool: 1
share_button_visible: 1
import_via_symlink: 0
has_ffmpeg: 1
location_decoding: 1
location_decoding_timeout: 30
location_show: 1
location_show_public: 1
rss_enable: 0
rss_recent_days: 7
rss_max_items: 100
prefer_available_xmp_metadata: 0
editor_enabled: 1
lossless_optimization: 1
swipe_tolerance_x: 150
swipe_tolerance_y: 250
local_takestamp_video_formats: .avi|.mov
log_max_num_line: 10000
unlock_password_photos_with_url_param: 0
nsfw_visible: 0
nsfw_blur: 0
nsfw_warning: 0
nsfw_warning_admin: 0
map_display_direction: 1
album_subtitle_type: oldstyle
upload_processing_limit: 4
public_photos_hidden: 1
new_photos_notification: 1
legacy_id_redirection: 1
Browser and system
Firefox 100.0 Mac Os 12.3.1
bug upstream