Skip to content

Nearby starts upload without caption/description/depiction prefilled, on Pixel 9 Pro #6227

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

Closed
nicolas-raoul opened this issue Feb 27, 2025 · 19 comments

Comments

@nicolas-raoul
Copy link
Member

nicolas-raoul commented Feb 27, 2025

On both main branch and google_play_safe branches.

screen-20250227-102244.mp4

Steps to reproduce:

  1. Take a picture (you will not have to upload it)
  2. Use latest main branch
  3. Go to Nearby tab
  4. Select a pin near you
  5. Tap the + and select the picture you took in step 1
  6. Expected: The app should fill the caption/description fields. Actually: The fields are empty.

Strangely I also see the same bug when going back to these commits:
88eedc3
d32ab15
7a685b1 <-- Nearby was working correctly a few days after that version: https://commons.wikimedia.org/wiki/File:Honry%C5%AB-ji.jpg

Suspicious part of logcat:
This part is especially suspicious:

02-27 20:00:08.655  5847  5847 E Parcel  : android.util.Log$TerribleFailure: Unparcelling of Place{name='Central Breakwater', lang='bug', label='UNKNOWN', longDescription='Central Breakwater (two artificial islands in the Tokyo Bay)', location='lat/lng: (35.6,139.816667)', category='', distance='null', siteLinks='Sitelinks{wikipediaLink='', commonsLink='', wikidataLink='http://www.wikidata.org/entity/Q11363815'}', pic='', exists='false', entityID='null'} of type VAL_PARCELABLE  consumed 752 bytes, but 764 expected.
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.util.Log.wtf(Log.java:338)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.util.Slog.wtfStack(Slog.java:246)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Parcel.readValue(Parcel.java:4630)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Parcel$LazyValue.apply(Parcel.java:4735)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Parcel$LazyValue.apply(Parcel.java:4688)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.BaseBundle.unwrapLazyValueFromMapLocked(BaseBundle.java:446)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.BaseBundle.getValueAt(BaseBundle.java:426)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.BaseBundle.getValue(BaseBundle.java:397)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.BaseBundle.getValue(BaseBundle.java:380)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.BaseBundle.get(BaseBundle.java:767)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Bundle.getParcelable(Bundle.java:1121)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.content.Intent.getParcelableExtra(Intent.java:9589)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.receiveInternalSharedItems(UploadActivity.kt:723)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.receiveSharedItems(UploadActivity.kt:444)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.checkStoragePermissions(UploadActivity.kt:293)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.onCreate(UploadActivity.kt:207)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.Activity.performCreate(Activity.java:9140)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.Activity.performCreate(Activity.java:9118)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1505)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4217)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4422)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:222)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:133)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:103)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:80)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2782)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Handler.dispatchMessage(Handler.java:110)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Looper.loopOnce(Looper.java:248)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.os.Looper.loop(Looper.java:338)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at android.app.ActivityThread.main(ActivityThread.java:8982)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at java.lang.reflect.Method.invoke(Native Method)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
02-27 20:00:08.655  5847  5847 E Parcel  : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932)
02-27 20:00:08.656  5847  5847 E UploadActivity: Error reading place

Full logcat, from when I first tapped the pin until seeing the empty caption field, too long for GitHub but available on demand.

@rohit9625
Copy link
Contributor

I couldn't reproduce this bug. Maybe that's because the Is this a picture of dialog didn't show up in my case. Did you tried with other images @nicolas-raoul?

@nicolas-raoul
Copy link
Member Author

Thanks for checking! 🙂

Ideally the "is this a picture of X" dialog should not appear when coming from Nearby.

Anyway I have no caption prefilled in any case, with pictures for which the popup appears and with pictures for which the popup does not appear.

@rohit9625
Copy link
Contributor

Are there any other settings you may have in in-app settings?

@rohit9625
Copy link
Contributor

Well, I just noticed that the app crashes when tapping on the search icon from NearbyScreen. Can you reproduce that?

@nicolas-raoul
Copy link
Member Author

I reinstalled the app many times, reproducing all the time with default settings.

I can repro that crash yes. Would you mind filing an issue?

@rohit9625
Copy link
Contributor

rohit9625 commented Feb 27, 2025

I reinstalled the app many times, reproducing all the time with default settings.

Does this happen for all of the nearby places? I also tried replicating this on many nearby locations and with about 5 pictures.

I can repro that crash yes. Would you mind filing an issue?

Yeah, sure. I was just waiting for your approval.

@nicolas-raoul nicolas-raoul changed the title Nearby starts upload without caption/description/depiction prefilled Nearby starts upload without caption/description/depiction prefilled, on Pixel 9 Pro Feb 27, 2025
@nicolas-raoul
Copy link
Member Author

All nearby places, yes. I tried a dozen, including my usual test places which normally work fine.

I just tried on another phone (Pixel 7 Pro) and it works. Same user. So it seems to depend on device.

Anyone who can reproduce, please comment with your device model and Android version, thanks! :-)

@rohit9625
Copy link
Contributor

Mine is Samsung A14 with Android 14. What's your @nicolas-raoul? Maybe we can replicate this on emulator.

@nicolas-raoul
Copy link
Member Author

I get this bug on Pixel 9 Pro.

@nicolas-raoul
Copy link
Member Author

nicolas-raoul commented Feb 27, 2025

I am seeing the same Unparcelling [...] of type VAL_PARCELABLE consumed 864 bytes, but 876 expected. failure on the Pixel 7 Pro where the bug does not happen, so it is probably not the reason.

Pixel 7 Pro (no bug):

ImageProcessingService: Checking for dark image /data/user/0/fr.free.nrw.commons/cache/CommonsContributions/40f60e94-119d-483a-bca1-e9f4db9e143a.jpg
Image decoding logging dropped!
File SHA1: 4f09c3e7b2a1c6a9c5e10f0d11d7e115b324280b
ImageUtils: Checking image darkness took 193 ms.
UploadMediaDetail is UploadMediaDetail(languageCode=bug, descriptionText=Chiyo ga Ike (بركة في ميغورو، طوكيو، اليابان), captionText=Chiyo ga Ike)

Pixel 9 Pro (bug):

ImageProcessingService: Checking for dark image /data/user/0/fr.free.nrw.commons/cache/CommonsContributions/a7bdf39e-0444-4bca-9386-52157e6265d1.jpg
Image decoding logging dropped!
File SHA1: 221c45a03e6b57f85bce9adb63ef9618cc006309
[no "Checking image darkness took" log line]
UploadMediaDetail is UploadMediaDetail(languageCode=null, descriptionText=null, captionText=)

(and many more SPARQL request flying around, no sure if related)

@rohit9625
Copy link
Contributor

I am seeing the same Unparcelling [...] of type VAL_PARCELABLE consumed 864 bytes, but 876 expected. failure on the Pixel 7 Pro where the bug does not happen, so it is probably not the reason.

Does that means the image details not getting filled on Pixel 7?

@nicolas-raoul
Copy link
Member Author

I meant that the unparcelling can be ignored, it is not the cause of this bug. Because it happens on both phones. :-)

@rohit9625
Copy link
Contributor

Is it possible that I can try places on which you're trying?

@nicolas-raoul
Copy link
Member Author

@rohit9625
Copy link
Contributor

No progress on emulators either. Let's see if someone faces this issue.

@psh
Copy link
Collaborator

psh commented Mar 5, 2025

I have a variety of phones including Pixel 9 pro & Pixel 9 pro XL. I'm pretty busy with work this week but I'll look at the bug and see if I can glean anything.

@nicolas-raoul
Copy link
Member Author

nicolas-raoul commented Mar 10, 2025

Screencast and full logcat:

screen-20250310-151024.2.mp4
NearbyParentFragment: Gallery button tapped. Place: Place{name='Meiji Jingu Gaien Ice Skating Rink', lang='bug', label='UNKNOWN', longDescription='Meiji Jingu Gaien Ice Skating Rink', location='lat/lng: (35.680241439,139.714918434)', category='', distance='null', siteLinks='Sitelinks{wikipediaLink='', commonsLink='', wikidataLink='http://www.wikidata.org/entity/Q133248894'}', pic='', exists='true', entityID='Q133248894'}
NearbyParentFragment: Stored place object Place{name='Meiji Jingu Gaien Ice Skating Rink', lang='bug', label='UNKNOWN', longDescription='Meiji Jingu Gaien Ice Skating Rink', location='lat/lng: (35.680241439,139.714918434)', category='', distance='null', siteLinks='Sitelinks{wikipediaLink='', commonsLink='', wikidataLink='http://www.wikidata.org/entity/Q133248894'}', pic='', exists='true', entityID='Q133248894'}
NearbyParentFragment: Location service manager unregistered and removed
ree.nrw.commons: AssetManager2(0x7487132438) locale list changing from [] to [en-DK]
Configuration: Updating configuration, locales updated from [] to [en]
WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
ContentCaptureHelper: Setting logging level to DEBUG
ContentCaptureManager: setFlushViewTreeAppearingEventDisabled(): setting to false
ContentCaptureManager: updateWindowAttributes(): window flags=-2147417856
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
InsetsController: hide(ime(), fromIme=false)
ImeTracker: fr.free.nrw.commons:f8a1be21: onCancelled at PHASE_CLIENT_ALREADY_HIDDEN
FileUtils: File SHA1: 5b0f9417d6432d6d56fd52422ba7fd8fd24a1734
FileUtils: File SHA1: 5b0f9417d6432d6d56fd52422ba7fd8fd24a1734
VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 17.906mm f/2.8 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 55e9bebbb5aaa1016e17e7e89ac98aa697654e64
FileUtils: File SHA1: 3027900f7b7b866c091508c4fe2df6723415afc7
FileUtils: File SHA1: 3027900f7b7b866c091508c4fe2df6723415afc7
FileUtils: File SHA1: 7f0300ede505527d83800a6212c4e3b7eb772c3b
FileUtils: File SHA1: 2c1f38d4dc973fe9d8d303e5c936a1b6ca7c1cf8
FileUtils: File SHA1: 624b285705b0cde58477bd6a96f764f05fa69ad2
FileUtils: File SHA1: aa3ee7f501565f8ada48e11e3923c86881654b48
FileUtils: File SHA1: 50839b2c3499f0b9e81d6963f8155922053dfb44
FileUtils: File SHA1: a8d98f99b40f40195eca171e2bc950cf5518b310
FileUtils: File SHA1: 0a3ec68e1658a511b414caaf706f3fa986fe3ba9
FileUtils: File SHA1: cc9e5f72e2dbf9be044e956851205639546306b4
FileUtils: File SHA1: 8822ddcd53a69c12e427a62cc5e71f79331b71f9
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 17.906mm f/2.8 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: a48db24b630e457fc730a526cf95644a88e41adc
FileUtils: File SHA1: 7f0300ede505527d83800a6212c4e3b7eb772c3b
FileUtils: File SHA1: 32d3b76108b7854040aa0f05b563ef7be7f50fab
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 6ef2b3ec88f41afec22f8428a7a62276fbb7837f
FileUtils: File SHA1: 2c1f38d4dc973fe9d8d303e5c936a1b6ca7c1cf8
FileUtils: File SHA1: 3d14856948a85fbab3ac69c840d98ee4d8fd5eb4
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 43a6ce2c0b4b16f9c8a83b7ca4b7ea85a7b95716
FileUtils: File SHA1: 144f94528d20c9dcacf0194775a29c78800845b9
FileUtils: File SHA1: 624b285705b0cde58477bd6a96f764f05fa69ad2
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: b0ee72445fbe85381c55178e1da9217c1aa56e99
FileUtils: File SHA1: aa3ee7f501565f8ada48e11e3923c86881654b48
FileUtils: File SHA1: 5adfe485df513778162c81ea53a4e55a58d9e941
FileUtils: File SHA1: 21c7911264c8cfa15c51cdd55bf0b6717052ad6a
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 43a81c542fbde2a37af8a6c53d2c36ed37d3ddf1
FileUtils: File SHA1: 50839b2c3499f0b9e81d6963f8155922053dfb44
FileUtils: File SHA1: d904c5d3d35a7cab4067e772a3f261f3bc8a6a28
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 89d48db2dd6c630bb8a500f9a2532829780e4764
FileUtils: File SHA1: a8d98f99b40f40195eca171e2bc950cf5518b310
FileUtils: File SHA1: 9b3bbd026a89332c7c6b72bf67cd271fc3854739
FileUtils: File SHA1: c27608fda784467ad3c08b3041026ae063dc9486
FileUtils: File SHA1: 9f99ab2a5cbe2337595e88b7703ce7622730aa58
FileUtils: File SHA1: 9220002f019e9ff8c8fccaf38c7bb1e89ef12def
FileUtils: File SHA1: fafc5e383b5a9621263178db8e21689c3840710f
FileUtils: File SHA1: ba34b01bf5a869054e2720b670b046410d0b30a5
FileUtils: File SHA1: 179cd3eea391e4a5809103ef5d8ef83b1ed8ab08
FileUtils: File SHA1: 099dd751ed2dc6ddb1a2bb94360ffe57eaa8934c
FileUtils: File SHA1: 1ae32eab4fbd5f0856d568a2307c363844afe935
FileUtils: File SHA1: 5a6796e45bf7af6f0ca208a2138b74bf2fe42266
FileUtils: File SHA1: f9e6c5ee871f49e56415e3920782675f4c06a757
FileUtils: File SHA1: 2a85f1760c3947b56f3713b9474dc4e4d1783be4
ree.nrw.commons: Background concurrent mark compact GC freed 25MB AllocSpace bytes, 2406(46MB) LOS objects, 75% free, 28MB/112MB, paused 644us,2.965ms total 112.343ms
FileUtils: File SHA1: 999dff03cf9acdfcae712d76a34ad286bd4bd606
FileUtils: File SHA1: b4e6bdd230862eb870f6ab35362d2ec757384fa4
FileUtils: File SHA1: 9555952ab732c88fe20619879b13ba7b9f3f38ac
FileUtils: File SHA1: 6940f343492bb1a42dbb47675019e2be98a1a3fc
FileUtils: File SHA1: 5b3f5999943bfc59446e3a1ddbb27ca020624e64
FileUtils: File SHA1: c806426e251369661c444faa23b0c3b84f4002e3
FileUtils: File SHA1: fef148313a4d5e9bf8f7f2a2dcd441726896bef2
FileUtils: File SHA1: df38ce1d49adab6b5c3eb4d412bb5c48ab5912d4
FileUtils: File SHA1: 08ff7d39cee9ccf2bcfe9b1d80e9106a3c76855c
FileUtils: File SHA1: 8616efe7cdb83a7ceaaf1ba3a65f2f615207992b
FileUtils: File SHA1: 02323953908ab10cf21e0313a06a3aa01c9b4cce
FileUtils: File SHA1: b0787d9129d01666e872a20c4c88ecbfe0284f38
FileUtils: File SHA1: 03ea6dcbeae967a6c22e04342e3ad95829ce31ab
FileUtils: File SHA1: 0c21c0f6666e40ac45a0435fc498b8cb0c5eb11a
FileUtils: File SHA1: 743c2accf5b7b8207399821f137c21cbbfa584a1
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 17.906mm f/2.8 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 57fce03ccde6ef1a485bdf5db5560f92fe5c5266
FileUtils: File SHA1: 8d0285a60274bd40af1cf2c2aa7ca95e57fbb892
FileUtils: File SHA1: 0a3ec68e1658a511b414caaf706f3fa986fe3ba9
FileUtils: File SHA1: 47407a2b71cdbfdb58b780e1f994899ee00179bd
FileUtils: File SHA1: b9233a8a86f43561a6daf44c53579ec8e6d11a16
FileUtils: File SHA1: 4e273315301f1d64a0134d84e54ee974912b28bd
FileUtils: File SHA1: 5556a743ad65d4a642a9abf1ffd47b66018f8c4e
FileUtils: File SHA1: e7f8ddbff55b52055562019b820fcb556e55ed57
FileUtils: File SHA1: 8a04bf9264e87c711af5f33310bc2ef6330b31ba
FileUtils: File SHA1: 7b1f4c8cc98440292ed3bcac23d3fe1c17de475b
FileUtils: File SHA1: 5dcf7e36eb29a93a4354026c605de74fdebc92fd
FileUtils: File SHA1: fb3519639aa097555db2d7b9b6321822bf24c338
FileUtils: File SHA1: bb0d0dc5eaa858b1f9e82f83b43b090fcd75272a
FileUtils: File SHA1: 6aa4498719244d3fcef594d2a58951350787ae6a
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 77553fec269a9ae0fa135400e14718e17df555cc
FileUtils: File SHA1: cc9e5f72e2dbf9be044e956851205639546306b4
FileUtils: File SHA1: 11a30c7fea451ab6dfaa5622061203bbfec6dea7
FileUtils: File SHA1: 2fd7fc1bc034df00cc075174bd22272a56e98da3
FileUtils: File SHA1: 4ffafe6e691a475427874c2b76425f6e32850054
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 6f10e5bd2ba94e610c82c85bfec1a4f2bcbad26a
FileUtils: File SHA1: 36d680987b5fdcfce51201b919af2f1c3a532555
FileUtils: File SHA1: 8822ddcd53a69c12e427a62cc5e71f79331b71f9
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 35072c4ebe8c55121880f9c3dba029459c2676f3
FileUtils: File SHA1: 32d3b76108b7854040aa0f05b563ef7be7f50fab
FileUtils: File SHA1: 85efef0a8d72c9e070d858f47e255a0392c63912
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 07f197e2ec11277299823cbd802b3d0e433c0e98
FileUtils: File SHA1: 63104f80e5e4248fd101eb9c9c17db9dea405de9
FileUtils: File SHA1: 3d14856948a85fbab3ac69c840d98ee4d8fd5eb4
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 74b8c2a805d3427e5b960382e02a666e38e89681
FileUtils: File SHA1: 1d26886de4e032cba01454601969034b62adb09a
FileUtils: File SHA1: 144f94528d20c9dcacf0194775a29c78800845b9
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 30e97f43791ecfefc7e2787dcec4c94679e90716
FileUtils: File SHA1: 5adfe485df513778162c81ea53a4e55a58d9e941
FileUtils: File SHA1: 5cb866cedc17a91f9c3ad04fd9d847f3f4b09a35
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: b59b4e3d8e7d2274880705abeb3ea5de69d1f45b
FileUtils: File SHA1: e3e8406e0efd15e75b178b6b0f54e724747aa1bf
FileUtils: File SHA1: 21c7911264c8cfa15c51cdd55bf0b6717052ad6a
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 290318c7b4a8cb8305f7e9569b08c2b3d622f65a
FileUtils: File SHA1: d904c5d3d35a7cab4067e772a3f261f3bc8a6a28
FileUtils: File SHA1: 424cea0191f592beb7b8bde9807585feb3d2a8cf
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 17.906mm f/2.8 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 6f361e0b47ecc11e27fe49b0ef5ea96387765aa9
FileUtils: File SHA1: 9b3bbd026a89332c7c6b72bf67cd271fc3854739
FileUtils: File SHA1: 1a99aff5e38c582770f23f9f54d1184c1135b3ee
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 288eadaebc09a82280cbacc29f75c177683a4b18
FileUtils: File SHA1: c27608fda784467ad3c08b3041026ae063dc9486
FileUtils: File SHA1: e9c0f41abd74ea2c0aa8bcdbf536da896766ea81
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: b1fccef9ed78862c0524d7d71cb2eeacd2706bc1
FileUtils: File SHA1: 9f99ab2a5cbe2337595e88b7703ce7622730aa58
FileUtils: File SHA1: c7478c8145bc81f74eec8da96f71c449fe33d589
FileUtils: File SHA1: 9f99ab2a5cbe2337595e88b7703ce7622730aa58
FileUtils: File SHA1: c7478c8145bc81f74eec8da96f71c449fe33d589
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 17.906mm f/2.8 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 7500f6070ddc0105b72f6699d59f7a5ab487b807
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 17.906mm f/2.8 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileUtils: File SHA1: 7500f6070ddc0105b72f6699d59f7a5ab487b807
NearbyParentFragmentPresenter: Presenter updates map and list
NearbyController: Loading attractions near lat/lng: (35.65903561189771,139.70771016553044)
OkHttp  : --> GET https://query.wikidata.org/sparql?query=SELECT%20%28COUNT%28%3Fitem%29%20AS%20%3FitemCount%29%0AWHERE%20%7B%0A%20%20SERVICE%20wikibase%3Abox%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP625%20%3Flocation.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3AcornerWest%20%22Point%28139.7071%2035.6582%29%22%5E%5Egeo%3AwktLiteral.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3AcornerEast%20%22Point%28139.7083%2035.6599%29%22%5E%5Egeo%3AwktLiteral.%0A%20%20%7D%0A%7D%0A&format=json
OkHttp  : --> END GET
NearbyParentFragment: Location service manager added and registered
ree.nrw.commons: Invalid resource ID 0x00000000.
NearbyParentFragment: Location service manager unregistered and removed
OkHttp  : <-- HTTP FAILED: java.io.InterruptedIOException
ree.nrw.commons: AssetManager2(0x748713e918) locale list changing from [] to [en-DK]
Configuration: Updating configuration, locales updated from [] to [en]
UploadActivity: Intent has EXTRA_FILES: commons_image_extra
UploadActivity: Received files count: 1
UploadActivity: File 0 path: /data/user/0/fr.free.nrw.commons/cache/CommonsContributions/4bdb8b30-3cc8-4f26-905e-b2cdf15e8927.jpg
Parcel  : Unparcelling of Place{name='Meiji Jingu Gaien Ice Skating Rink', lang='bug', label='UNKNOWN', longDescription='Meiji Jingu Gaien Ice Skating Rink', location='lat/lng: (35.680241439,139.714918434)', category='', distance='null', siteLinks='Sitelinks{wikipediaLink='', commonsLink='', wikidataLink='http://www.wikidata.org/entity/Q133248894'}', pic='', exists='false', entityID='null'} of type VAL_PARCELABLE  consumed 736 bytes, but 748 expected.
Parcel  : android.util.Log$TerribleFailure: Unparcelling of Place{name='Meiji Jingu Gaien Ice Skating Rink', lang='bug', label='UNKNOWN', longDescription='Meiji Jingu Gaien Ice Skating Rink', location='lat/lng: (35.680241439,139.714918434)', category='', distance='null', siteLinks='Sitelinks{wikipediaLink='', commonsLink='', wikidataLink='http://www.wikidata.org/entity/Q133248894'}', pic='', exists='false', entityID='null'} of type VAL_PARCELABLE  consumed 736 bytes, but 748 expected.
Parcel  : 	at android.util.Log.wtf(Log.java:338)
Parcel  : 	at android.util.Slog.wtfStack(Slog.java:246)
Parcel  : 	at android.os.Parcel.readValue(Parcel.java:4630)
Parcel  : 	at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
Parcel  : 	at android.os.Parcel$LazyValue.apply(Parcel.java:4735)
Parcel  : 	at android.os.Parcel$LazyValue.apply(Parcel.java:4688)
Parcel  : 	at android.os.BaseBundle.unwrapLazyValueFromMapLocked(BaseBundle.java:446)
Parcel  : 	at android.os.BaseBundle.getValueAt(BaseBundle.java:426)
Parcel  : 	at android.os.BaseBundle.getValue(BaseBundle.java:397)
Parcel  : 	at android.os.BaseBundle.getValue(BaseBundle.java:380)
Parcel  : 	at android.os.BaseBundle.get(BaseBundle.java:767)
Parcel  : 	at android.os.Bundle.getParcelable(Bundle.java:1121)
Parcel  : 	at android.content.Intent.getParcelableExtra(Intent.java:9589)
Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.receiveInternalSharedItems(UploadActivity.kt:745)
Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.receiveSharedItems(UploadActivity.kt:464)
Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.checkStoragePermissions(UploadActivity.kt:313)
Parcel  : 	at fr.free.nrw.commons.upload.UploadActivity.onCreate(UploadActivity.kt:227)
Parcel  : 	at android.app.Activity.performCreate(Activity.java:9146)
Parcel  : 	at android.app.Activity.performCreate(Activity.java:9124)
Parcel  : 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1515)
Parcel  : 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4217)
Parcel  : 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4422)
Parcel  : 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:222)
Parcel  : 	at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:133)
Parcel  : 	at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:103)
Parcel  : 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:80)
Parcel  : 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2782)
Parcel  : 	at android.os.Handler.dispatchMessage(Handler.java:110)
Parcel  : 	at android.os.Looper.loopOnce(Looper.java:248)
Parcel  : 	at android.os.Looper.loop(Looper.java:338)
Parcel  : 	at android.app.ActivityThread.main(ActivityThread.java:8982)
Parcel  : 	at java.lang.reflect.Method.invoke(Native Method)
Parcel  : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
Parcel  : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932)
UploadActivity: Error reading place
UploadActivity: android.os.BadParcelableException: Unparcelling of Place{name='Meiji Jingu Gaien Ice Skating Rink', lang='bug', label='UNKNOWN', longDescription='Meiji Jingu Gaien Ice Skating Rink', location='lat/lng: (35.680241439,139.714918434)', category='', distance='null', siteLinks='Sitelinks{wikipediaLink='', commonsLink='', wikidataLink='http://www.wikidata.org/entity/Q133248894'}', pic='', exists='false', entityID='null'} of type VAL_PARCELABLE  consumed 736 bytes, but 748 expected.
UploadActivity: 	at android.os.Parcel.readValue(Parcel.java:4631)
UploadActivity: 	at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
UploadActivity: 	at android.os.Parcel$LazyValue.apply(Parcel.java:4735)
UploadActivity: 	at android.os.Parcel$LazyValue.apply(Parcel.java:4688)
UploadActivity: 	at android.os.BaseBundle.unwrapLazyValueFromMapLocked(BaseBundle.java:446)
UploadActivity: 	at android.os.BaseBundle.getValueAt(BaseBundle.java:426)
UploadActivity: 	at android.os.BaseBundle.getValue(BaseBundle.java:397)
UploadActivity: 	at android.os.BaseBundle.getValue(BaseBundle.java:380)
UploadActivity: 	at android.os.BaseBundle.get(BaseBundle.java:767)
UploadActivity: 	at android.os.Bundle.getParcelable(Bundle.java:1121)
UploadActivity: 	at android.content.Intent.getParcelableExtra(Intent.java:9589)
UploadActivity: 	at fr.free.nrw.commons.upload.UploadActivity.receiveInternalSharedItems(UploadActivity.kt:745)
UploadActivity: 	at fr.free.nrw.commons.upload.UploadActivity.receiveSharedItems(UploadActivity.kt:464)
UploadActivity: 	at fr.free.nrw.commons.upload.UploadActivity.checkStoragePermissions(UploadActivity.kt:313)
UploadActivity: 	at fr.free.nrw.commons.upload.UploadActivity.onCreate(UploadActivity.kt:227)
UploadActivity: 	at android.app.Activity.performCreate(Activity.java:9146)
UploadActivity: 	at android.app.Activity.performCreate(Activity.java:9124)
UploadActivity: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1515)
UploadActivity: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4217)
UploadActivity: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4422)
UploadActivity: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:222)
UploadActivity: 	at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:133)
UploadActivity: 	at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:103)
UploadActivity: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:80)
UploadActivity: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2782)
UploadActivity: 	at android.os.Handler.dispatchMessage(Handler.java:110)
UploadActivity: 	at android.os.Looper.loopOnce(Looper.java:248)
UploadActivity: 	at android.os.Looper.loop(Looper.java:338)
UploadActivity: 	at android.app.ActivityThread.main(ActivityThread.java:8982)
UploadActivity: 	at java.lang.reflect.Method.invoke(Native Method)
UploadActivity: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
UploadActivity: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932)
WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
ContentCaptureHelper: Setting logging level to DEBUG
ContentCaptureManager: setFlushViewTreeAppearingEventDisabled(): setting to false
ContentCaptureManager: updateWindowAttributes(): window flags=-2147417856
okhttp.OkHttpClient: --> GET https://commons.wikimedia.org/w/api.php?format=json&formatversion=2&errorformat=plaintext&action=query&meta=userinfo&uiprop=blockinfo
UploadModel: File created date is 1741496845828
FileMetadataUtils: Retuning tags for pref:Author
FileProcessor: Checking for tag: Artist
FileProcessor: Checking for tag: CameraOwnerName
FileMetadataUtils: Retuning tags for pref:Copyright
FileProcessor: Checking for tag: Copyright
FileMetadataUtils: Retuning tags for pref:Camera Model
FileProcessor: Checking for tag: Make
FileProcessor: Exif tag Make with value Google redacted.
FileProcessor: Checking for tag: Model
FileProcessor: Exif tag Model with value Pixel 9 Pro redacted.
FileMetadataUtils: Retuning tags for pref:Lens Model
FileProcessor: Checking for tag: LensMake
FileProcessor: Exif tag LensMake with value Google redacted.
FileProcessor: Checking for tag: LensModel
FileProcessor: Exif tag LensModel with value Pixel 9 Pro back camera 6.9mm f/1.68 redacted.
FileProcessor: Checking for tag: LensSpecification
FileMetadataUtils: Retuning tags for pref:Serial Numbers
FileProcessor: Checking for tag: BodySerialNumber
FileProcessor: Checking for tag: LensSerialNumber
FileMetadataUtils: Retuning tags for pref:Software
FileProcessor: Checking for tag: Software
FileProcessor: Exif tag Software with value HDR+ 1.0.734407124zd redacted.
FileProcessor: Calling GPSExtractor
ImageCoordinates: EXIF data has location info
CategoryApi: URL: https://commons.wikimedia.org/w/api.php?action=query&prop=categories%7Ccoordinates%7Cpageprops&format=json&clshow=%21hidden&coprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&codistancefrompoint=35.67998333333333%7C139.71481666666665&generator=geosearch&ggscoord=35.67998333333333%7C139.71481666666665&ggsradius=10000&ggslimit=10&ggsnamespace=6&ggsprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&ggsprimary=all&formatversion=2
OkHttp  : --> GET https://commons.wikimedia.org/w/api.php?action=query&prop=categories%7Ccoordinates%7Cpageprops&format=json&clshow=%21hidden&coprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&codistancefrompoint=35.67998333333333%7C139.71481666666665&generator=geosearch&ggscoord=35.67998333333333%7C139.71481666666665&ggsradius=10000&ggslimit=10&ggsnamespace=6&ggsprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&ggsprimary=all&formatversion=2
OkHttp  : --> END GET
ImageCoordinates: EXIF data has location info
OkHttpJsonApiClient: Fetching nearby items at radius 0.1
OkHttpJsonApiClient: CUSTOM_SPARQL: false
ImageProcessingService: Current image quality is -2
ImageProcessingService: Checking the validity of image
OkHttp  : --> GET https://query.wikidata.org/sparql?query=SELECT%0A%20%20%3Fitem%0A%20%20%28SAMPLE%28%3Flocation%29%20as%20%3Flocation%29%0A%20%20%28SAMPLE%28%3Flabel%29%20AS%20%3Flabel%29%0A%20%20%28SAMPLE%28%3Fdescription%29%20AS%20%3Fdescription%29%0A%20%20%28SAMPLE%28%3Fclass%29%20AS%20%3Fclass%29%0A%20%20%28SAMPLE%28%3FclassLabel%29%20AS%20%3FclassLabel%29%0A%20%20%28SAMPLE%28%3Fpic%29%20AS%20%3Fpic%29%0A%20%20%28SAMPLE%28%3Fdestroyed%29%20AS%20%3Fdestroyed%29%0A%20%20%28SAMPLE%28%3FendTime%29%20AS%20%3FendTime%29%0A%20%20%28SAMPLE%28%3FwikipediaArticle%29%20AS%20%3FwikipediaArticle%29%0A%20%20%28SAMPLE%28%3FcommonsArticle%29%20AS%20%3FcommonsArticle%29%0A%20%20%28SAMPLE%28%3FcommonsCategory%29%20AS%20%3FcommonsCategory%29%0AWHERE%20%7B%0A%20%20%23%20Around%20given%20location%0A%20%20SERVICE%20wikibase%3Aaround%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP625%20%3Flocation.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Acenter%20%22Point%28139.7148%2035.6800%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.10%22.%20%23%20Radius%20in%20kilometers.%0A%20%20%7D%0A%0A%20%20OPTIONAL%20%7B%0A%20%20%3Fitem%20p%3AP31%2Fps%3AP31%20%3Fclass.%0A%20%20%7D%0A%0A%20%20%23%20Get%20picture%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP18%20%3Fpic%7D%0A%0A%20%20%23%20Get%20existence%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP576%20%3Fdestroyed%7D%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP582%20%3FendTime%7D%0A%0A%20%20%23%20Get%20Commons%20category%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP373%20%3FcommonsCategory%7D%0A%0A%20%20%23%20Get%20Wikipedia%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FwikipediaArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FwikipediaArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fen.wikipedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Get%20Commons%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FcommonsArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FcommonsArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fcommons.wikimedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Labels%20and%20descriptions%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cen%2Cfr%2Cde%2Ces%2Cja%2Cru%2Cit%2Czh%2Cpt%2Car%2Cfa%2Cpl%2Cnl%2Cid%2Cuk%2Che%2Csv%2Ccs%2Cko%2Cvi%2Cca%2Cno%2Cfi%2Chu%2Ctr%2Cth%2Chi%2Cbn%2Cceb%2Cro%2Csw%2Ckk%2Cda%2Ceo%2Csr%2Clt%2Csk%2Cbg%2Csl%2Ceu%2Cet%2Chr%2Cms%2Cel%2Carz%2Cur%2Cta%2Cte%2Cnn%2Cgl%2Caz%2Caf%2Cbs%2Cbe%2Cml%2Cka%2Cis%2Csq%2Cuz%2Cla%2Cbr%2Cmk%2Clv%2Cazb%2Cmr%2Csh%2Ctl%2Ccy%2Cckb%2Cast%2Cbe-tarask%2Czh-yue%2Chy%2Cpa%2Cas%2Cmy%2Ckn%2Cne%2Csi%2Ctt%2Cha%2Cwar%2Czh-min-nan%2Cvo%2Cmin%2Clmo%2Cht%2Clb%2Cgu%2Ctg%2Csco%2Cku%2Cnew%2Cbpy%2Cnds%2Cio%2Cpms%2Csu%2Coc%2Cjv%2Cnap%2Cba%2Cscn%2Cwa%2Cbar%2Can%2Cksh%2Cszl%2Cfy%2Cfrr%2Cals%2Cia%2Cga%2Cyi%2Cmg%2Cgd%2Cvec%2Cce%2Csa%2Cmai%2Cxmf%2Csd%2Cwuu%2Cmrj%2Cmhr%2Ckm%2Croa-tara%2Cam%2Croa-rup%2Cmap-bms%2Cbh%2Cmnw%2Cshn%2Cbcl%2Cco%2Ccv%2Cdv%2Cnds-nl%2Cfo%2Chif%2Cfur%2Cgan%2Cglk%2Chak%2Cilo%2Cpam%2Ccsb%2Cavk%2Clij%2Cli%2Cgv%2Cmi%2Cmt%2Cnah%2Cnrm%2Cse%2Cnov%2Cqu%2Cos%2Cpi%2Cpag%2Cps%2Cpdc%2Crm%2Cbat-smg%2Csc%2Cto%2Ctk%2Chsb%2Cfiu-vro%2Cvls%2Cyo%2Cdiq%2Czh-classical%2Cfrp%2Clad%2Ckw%2Cmn%2Chaw%2Cang%2Cln%2Cie%2Cwo%2Ctpi%2Cty%2Ccrh%2Cnv%2Cjbo%2Cay%2Cpcd%2Czea%2Ceml%2Cky%2Cig%2Cor%2Ccbk-zam%2Ckg%2Carc%2Crmy%2Cab%2Cgn%2Cso%2Ckab%2Cug%2Cstq%2Cudm%2Cext%2Cmzn%2Cpap%2Ccu%2Csah%2Ctet%2Csn%2Clo%2Cpnb%2Ciu%2Cna%2Cgot%2Cbo%2Cdsb%2Cchr%2Ccdo%2Com%2Csm%2Cee%2Cti%2Cav%2Cbm%2Czu%2Cpnt%2Ccr%2Cpih%2Css%2Cve%2Cbi%2Crw%2Cch%2Cxh%2Ckl%2Cik%2Cbug%2Cdz%2Cts%2Ctn%2Ckv%2Ctum%2Cxal%2Cst%2Ctw%2Cbxr%2Cak%2Cny%2Cfj%2Clbe%2Cza%2Cks%2Cff%2Clg%2Csg%2Crn%2Cchy%2Cmwl%2Clez%2Cbjn%2Cgom%2Ctyv%2Cvep%2Cnso%2Ckbd%2Cltg%2Crue%2Cpfl%2Cgag%2Ckoi%2Ckrc%2Cace%2Colo%2Ckaa%2Cmdf%2Cmyv%2Csrn%2Cady%2Cjam%2Ctcy%2Cdty%2Catj%2Ckbp%2Cdin%2Clfn%2Cgor%2Cinh%2Csat%2Chyw%2Cnqo%2Cban%2Cszy%2Cawa%2Cary%2Clld%2Csmn%2Cskr%2Cmad%2Cdag%2Cshi%2Cnia%2Cki%2Cgcr%22.%0A%20%20%20%20%3Fitem%20rdfs%3Alabel%20%3Flabel.%0A%20%20%20%20%3Fitem%20schema%3Adescrip
OkHttp  : tion%20%3Fdescription.%0A%20%20%20%20%3Fclass%20rdfs%3Alabel%20%3FclassLabel.%0A%20%20%7D%0A%7D%0AGROUP%20BY%20%3Fitem%0A&format=json
OkHttp  : --> END GET
ImageProcessingService: Checking for image geolocation /data/user/0/fr.free.nrw.commons/cache/CommonsContributions/4bdb8b30-3cc8-4f26-905e-b2cdf15e8927.jpg
ImageProcessingService: Checking for dark image /data/user/0/fr.free.nrw.commons/cache/CommonsContributions/4bdb8b30-3cc8-4f26-905e-b2cdf15e8927.jpg
ImageUtils: Checking image darkness took 7 ms.
FileUtils: File SHA1: 4ffafe6e691a475427874c2b76425f6e32850054
okhttp.OkHttpClient: --> GET https://commons.wikimedia.org/w/api.php?action=query&format=json&formatversion=2&list=allimages&aisha1=4ffafe6e691a475427874c2b76425f6e32850054
FileUtils: File SHA1: 6f10e5bd2ba94e610c82c85bfec1a4f2bcbad26a
okhttp.OkHttpClient: --> GET https://commons.wikimedia.org/w/api.php?action=query&format=json&formatversion=2&list=allimages&aisha1=6f10e5bd2ba94e610c82c85bfec1a4f2bcbad26a
MediaLicenseFragment: Position: 0 CC0
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230866, firstEncodedBytes: 03000800C40C00000100, length: 3268}
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda13@f537e62
OkHttpJsonApiClient: Fetching nearby items at radius 0.1
OkHttpJsonApiClient: CUSTOM_SPARQL: false
OkHttp  : --> GET https://query.wikidata.org/sparql?query=SELECT%0A%20%20%3Fitem%0A%20%20%28SAMPLE%28%3Flocation%29%20as%20%3Flocation%29%0A%20%20%28SAMPLE%28%3Flabel%29%20AS%20%3Flabel%29%0A%20%20%28SAMPLE%28%3Fdescription%29%20AS%20%3Fdescription%29%0A%20%20%28SAMPLE%28%3Fclass%29%20AS%20%3Fclass%29%0A%20%20%28SAMPLE%28%3FclassLabel%29%20AS%20%3FclassLabel%29%0A%20%20%28SAMPLE%28%3Fpic%29%20AS%20%3Fpic%29%0A%20%20%28SAMPLE%28%3Fdestroyed%29%20AS%20%3Fdestroyed%29%0A%20%20%28SAMPLE%28%3FendTime%29%20AS%20%3FendTime%29%0A%20%20%28SAMPLE%28%3FwikipediaArticle%29%20AS%20%3FwikipediaArticle%29%0A%20%20%28SAMPLE%28%3FcommonsArticle%29%20AS%20%3FcommonsArticle%29%0A%20%20%28SAMPLE%28%3FcommonsCategory%29%20AS%20%3FcommonsCategory%29%0AWHERE%20%7B%0A%20%20%23%20Around%20given%20location%0A%20%20SERVICE%20wikibase%3Aaround%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP625%20%3Flocation.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Acenter%20%22Point%28139.7148%2035.6800%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.10%22.%20%23%20Radius%20in%20kilometers.%0A%20%20%7D%0A%0A%20%20OPTIONAL%20%7B%0A%20%20%3Fitem%20p%3AP31%2Fps%3AP31%20%3Fclass.%0A%20%20%7D%0A%0A%20%20%23%20Get%20picture%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP18%20%3Fpic%7D%0A%0A%20%20%23%20Get%20existence%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP576%20%3Fdestroyed%7D%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP582%20%3FendTime%7D%0A%0A%20%20%23%20Get%20Commons%20category%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP373%20%3FcommonsCategory%7D%0A%0A%20%20%23%20Get%20Wikipedia%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FwikipediaArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FwikipediaArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fen.wikipedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Get%20Commons%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FcommonsArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FcommonsArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fcommons.wikimedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Labels%20and%20descriptions%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cen%2Cfr%2Cde%2Ces%2Cja%2Cru%2Cit%2Czh%2Cpt%2Car%2Cfa%2Cpl%2Cnl%2Cid%2Cuk%2Che%2Csv%2Ccs%2Cko%2Cvi%2Cca%2Cno%2Cfi%2Chu%2Ctr%2Cth%2Chi%2Cbn%2Cceb%2Cro%2Csw%2Ckk%2Cda%2Ceo%2Csr%2Clt%2Csk%2Cbg%2Csl%2Ceu%2Cet%2Chr%2Cms%2Cel%2Carz%2Cur%2Cta%2Cte%2Cnn%2Cgl%2Caz%2Caf%2Cbs%2Cbe%2Cml%2Cka%2Cis%2Csq%2Cuz%2Cla%2Cbr%2Cmk%2Clv%2Cazb%2Cmr%2Csh%2Ctl%2Ccy%2Cckb%2Cast%2Cbe-tarask%2Czh-yue%2Chy%2Cpa%2Cas%2Cmy%2Ckn%2Cne%2Csi%2Ctt%2Cha%2Cwar%2Czh-min-nan%2Cvo%2Cmin%2Clmo%2Cht%2Clb%2Cgu%2Ctg%2Csco%2Cku%2Cnew%2Cbpy%2Cnds%2Cio%2Cpms%2Csu%2Coc%2Cjv%2Cnap%2Cba%2Cscn%2Cwa%2Cbar%2Can%2Cksh%2Cszl%2Cfy%2Cfrr%2Cals%2Cia%2Cga%2Cyi%2Cmg%2Cgd%2Cvec%2Cce%2Csa%2Cmai%2Cxmf%2Csd%2Cwuu%2Cmrj%2Cmhr%2Ckm%2Croa-tara%2Cam%2Croa-rup%2Cmap-bms%2Cbh%2Cmnw%2Cshn%2Cbcl%2Cco%2Ccv%2Cdv%2Cnds-nl%2Cfo%2Chif%2Cfur%2Cgan%2Cglk%2Chak%2Cilo%2Cpam%2Ccsb%2Cavk%2Clij%2Cli%2Cgv%2Cmi%2Cmt%2Cnah%2Cnrm%2Cse%2Cnov%2Cqu%2Cos%2Cpi%2Cpag%2Cps%2Cpdc%2Crm%2Cbat-smg%2Csc%2Cto%2Ctk%2Chsb%2Cfiu-vro%2Cvls%2Cyo%2Cdiq%2Czh-classical%2Cfrp%2Clad%2Ckw%2Cmn%2Chaw%2Cang%2Cln%2Cie%2Cwo%2Ctpi%2Cty%2Ccrh%2Cnv%2Cjbo%2Cay%2Cpcd%2Czea%2Ceml%2Cky%2Cig%2Cor%2Ccbk-zam%2Ckg%2Carc%2Crmy%2Cab%2Cgn%2Cso%2Ckab%2Cug%2Cstq%2Cudm%2Cext%2Cmzn%2Cpap%2Ccu%2Csah%2Ctet%2Csn%2Clo%2Cpnb%2Ciu%2Cna%2Cgot%2Cbo%2Cdsb%2Cchr%2Ccdo%2Com%2Csm%2Cee%2Cti%2Cav%2Cbm%2Czu%2Cpnt%2Ccr%2Cpih%2Css%2Cve%2Cbi%2Crw%2Cch%2Cxh%2Ckl%2Cik%2Cbug%2Cdz%2Cts%2Ctn%2Ckv%2Ctum%2Cxal%2Cst%2Ctw%2Cbxr%2Cak%2Cny%2Cfj%2Clbe%2Cza%2Cks%2Cff%2Clg%2Csg%2Crn%2Cchy%2Cmwl%2Clez%2Cbjn%2Cgom%2Ctyv%2Cvep%2Cnso%2Ckbd%2Cltg%2Crue%2Cpfl%2Cgag%2Ckoi%2Ckrc%2Cace%2Colo%2Ckaa%2Cmdf%2Cmyv%2Csrn%2Cady%2Cjam%2Ctcy%2Cdty%2Catj%2Ckbp%2Cdin%2Clfn%2Cgor%2Cinh%2Csat%2Chyw%2Cnqo%2Cban%2Cszy%2Cawa%2Cary%2Clld%2Csmn%2Cskr%2Cmad%2Cdag%2Cshi%2Cnia%2Cki%2Cgcr%22.%0A%20%20%20%20%3Fitem%20rdfs%3Alabel%20%3Flabel.%0A%20%20%20%20%3Fitem%20schema%3Adescrip
OkHttp  : tion%20%3Fdescription.%0A%20%20%20%20%3Fclass%20rdfs%3Alabel%20%3FclassLabel.%0A%20%20%7D%0A%7D%0AGROUP%20BY%20%3Fitem%0A&format=json
OkHttp  : --> END GET
UploadMediaDetailAdapter$ViewHolder: UploadMediaDetail is UploadMediaDetail(languageCode=null, descriptionText=null, captionText=)
InsetsController: hide(ime(), fromIme=false)
ImeTracker: fr.free.nrw.commons:d63e2308: onCancelled at PHASE_CLIENT_ALREADY_HIDDEN
okhttp.OkHttpClient: --> GET https://www.wikidata.org/w/api.php?format=json&action=wbgetentities&ids=Q17
unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230866, firstEncodedBytes: 03000800C40C00000100, length: 3268}
VRI[CustomSelectorActivity]: visibilityChanged oldVisibility=true newVisibility=false
MainContentCaptureSession: Destroying session (ctx=fr.free.nrw.commons.customselector.ui.selector.CustomSelectorActivity@58da590, id=699429727) with 0 event(s) for act:fr.free.nrw.commons/.customselector.ui.selector.CustomSelectorActivity [state=2 (ACTIVE), disabled=false]
WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda13@579577e
ViewRootImpl: Skipping stats log for color mode
NearbyParentFragmentPresenter: Presenter updates map and list
NearbyParentFragmentPresenter: Nearby is locked, so updateMapAndList returns
okhttp.OkHttpClient: <-- 200 https://commons.wikimedia.org/w/api.php?action=query&format=json&formatversion=2&list=allimages&aisha1=4ffafe6e691a475427874c2b76425f6e32850054 (808ms, unknown-length body)
okhttp.OkHttpClient: <-- 200 https://commons.wikimedia.org/w/api.php?format=json&formatversion=2&errorformat=plaintext&action=query&meta=userinfo&uiprop=blockinfo (884ms, unknown-length body)
ImageProcessingService$checkDuplicateImage: Result for duplicate image false
okhttp.OkHttpClient: <-- 200 https://commons.wikimedia.org/w/api.php?action=query&format=json&formatversion=2&list=allimages&aisha1=6f10e5bd2ba94e610c82c85bfec1a4f2bcbad26a (817ms, unknown-length body)
ImageProcessingService$checkDuplicateImage: Result for duplicate image false
ImageProcessingService$validateImage: duplicate: 0, geo: 0, dark: 0, fbmd: 0, exif: 0
OkHttp  : <-- 200 https://query.wikidata.org/sparql?query=SELECT%0A%20%20%3Fitem%0A%20%20%28SAMPLE%28%3Flocation%29%20as%20%3Flocation%29%0A%20%20%28SAMPLE%28%3Flabel%29%20AS%20%3Flabel%29%0A%20%20%28SAMPLE%28%3Fdescription%29%20AS%20%3Fdescription%29%0A%20%20%28SAMPLE%28%3Fclass%29%20AS%20%3Fclass%29%0A%20%20%28SAMPLE%28%3FclassLabel%29%20AS%20%3FclassLabel%29%0A%20%20%28SAMPLE%28%3Fpic%29%20AS%20%3Fpic%29%0A%20%20%28SAMPLE%28%3Fdestroyed%29%20AS%20%3Fdestroyed%29%0A%20%20%28SAMPLE%28%3FendTime%29%20AS%20%3FendTime%29%0A%20%20%28SAMPLE%28%3FwikipediaArticle%29%20AS%20%3FwikipediaArticle%29%0A%20%20%28SAMPLE%28%3FcommonsArticle%29%20AS%20%3FcommonsArticle%29%0A%20%20%28SAMPLE%28%3FcommonsCategory%29%20AS%20%3FcommonsCategory%29%0AWHERE%20%7B%0A%20%20%23%20Around%20given%20location%0A%20%20SERVICE%20wikibase%3Aaround%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP625%20%3Flocation.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Acenter%20%22Point%28139.7148%2035.6800%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.10%22.%20%23%20Radius%20in%20kilometers.%0A%20%20%7D%0A%0A%20%20OPTIONAL%20%7B%0A%20%20%3Fitem%20p%3AP31%2Fps%3AP31%20%3Fclass.%0A%20%20%7D%0A%0A%20%20%23%20Get%20picture%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP18%20%3Fpic%7D%0A%0A%20%20%23%20Get%20existence%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP576%20%3Fdestroyed%7D%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP582%20%3FendTime%7D%0A%0A%20%20%23%20Get%20Commons%20category%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP373%20%3FcommonsCategory%7D%0A%0A%20%20%23%20Get%20Wikipedia%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FwikipediaArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FwikipediaArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fen.wikipedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Get%20Commons%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FcommonsArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FcommonsArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fcommons.wikimedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Labels%20and%20descriptions%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cen%2Cfr%2Cde%2Ces%2Cja%2Cru%2Cit%2Czh%2Cpt%2Car%2Cfa%2Cpl%2Cnl%2Cid%2Cuk%2Che%2Csv%2Ccs%2Cko%2Cvi%2Cca%2Cno%2Cfi%2Chu%2Ctr%2Cth%2Chi%2Cbn%2Cceb%2Cro%2Csw%2Ckk%2Cda%2Ceo%2Csr%2Clt%2Csk%2Cbg%2Csl%2Ceu%2Cet%2Chr%2Cms%2Cel%2Carz%2Cur%2Cta%2Cte%2Cnn%2Cgl%2Caz%2Caf%2Cbs%2Cbe%2Cml%2Cka%2Cis%2Csq%2Cuz%2Cla%2Cbr%2Cmk%2Clv%2Cazb%2Cmr%2Csh%2Ctl%2Ccy%2Cckb%2Cast%2Cbe-tarask%2Czh-yue%2Chy%2Cpa%2Cas%2Cmy%2Ckn%2Cne%2Csi%2Ctt%2Cha%2Cwar%2Czh-min-nan%2Cvo%2Cmin%2Clmo%2Cht%2Clb%2Cgu%2Ctg%2Csco%2Cku%2Cnew%2Cbpy%2Cnds%2Cio%2Cpms%2Csu%2Coc%2Cjv%2Cnap%2Cba%2Cscn%2Cwa%2Cbar%2Can%2Cksh%2Cszl%2Cfy%2Cfrr%2Cals%2Cia%2Cga%2Cyi%2Cmg%2Cgd%2Cvec%2Cce%2Csa%2Cmai%2Cxmf%2Csd%2Cwuu%2Cmrj%2Cmhr%2Ckm%2Croa-tara%2Cam%2Croa-rup%2Cmap-bms%2Cbh%2Cmnw%2Cshn%2Cbcl%2Cco%2Ccv%2Cdv%2Cnds-nl%2Cfo%2Chif%2Cfur%2Cgan%2Cglk%2Chak%2Cilo%2Cpam%2Ccsb%2Cavk%2Clij%2Cli%2Cgv%2Cmi%2Cmt%2Cnah%2Cnrm%2Cse%2Cnov%2Cqu%2Cos%2Cpi%2Cpag%2Cps%2Cpdc%2Crm%2Cbat-smg%2Csc%2Cto%2Ctk%2Chsb%2Cfiu-vro%2Cvls%2Cyo%2Cdiq%2Czh-classical%2Cfrp%2Clad%2Ckw%2Cmn%2Chaw%2Cang%2Cln%2Cie%2Cwo%2Ctpi%2Cty%2Ccrh%2Cnv%2Cjbo%2Cay%2Cpcd%2Czea%2Ceml%2Cky%2Cig%2Cor%2Ccbk-zam%2Ckg%2Carc%2Crmy%2Cab%2Cgn%2Cso%2Ckab%2Cug%2Cstq%2Cudm%2Cext%2Cmzn%2Cpap%2Ccu%2Csah%2Ctet%2Csn%2Clo%2Cpnb%2Ciu%2Cna%2Cgot%2Cbo%2Cdsb%2Cchr%2Ccdo%2Com%2Csm%2Cee%2Cti%2Cav%2Cbm%2Czu%2Cpnt%2Ccr%2Cpih%2Css%2Cve%2Cbi%2Crw%2Cch%2Cxh%2Ckl%2Cik%2Cbug%2Cdz%2Cts%2Ctn%2Ckv%2Ctum%2Cxal%2Cst%2Ctw%2Cbxr%2Cak%2Cny%2Cfj%2Clbe%2Cza%2Cks%2Cff%2Clg%2Csg%2Crn%2Cchy%2Cmwl%2Clez%2Cbjn%2Cgom%2Ctyv%2Cvep%2Cnso%2Ckbd%2Cltg%2Crue%2Cpfl%2Cgag%2Ckoi%2Ckrc%2Cace%2Colo%2Ckaa%2Cmdf%2Cmyv%2Csrn%2Cady%2Cjam%2Ctcy%2Cdty%2Catj%2Ckbp%2Cdin%2Clfn%2Cgor%2Cinh%2Csat%2Chyw%2Cnqo%2Cban%2Cszy%2Cawa%2Cary%2Clld%2Csmn%2Cskr%2Cmad%2Cdag%2Cshi%2Cnia%2Cki%2Cgcr%22.%0A%20%20%20%20%3Fitem%20rdfs%3Alabel%20%3Flabel.%0A%20%20%20%20%3Fitem%20schema%3Adescrip
OkHttp  : tion%20%3Fdescription.%0A%20%20%20%20%3Fclass%20rdfs%3Alabel%20%3FclassLabel.%0A%20%20%7D%0A%7D%0AGROUP%20BY%20%3Fitem%0A&format=json (686ms)
OkHttp  : server: nginx/1.18.0
OkHttp  : date: Mon, 10 Mar 2025 06:10:01 GMT
OkHttp  : content-type: application/sparql-results+json;charset=utf-8
OkHttp  : x-first-solution-millis: 4
OkHttp  : x-served-by: wdqs2010
OkHttp  : access-control-allow-origin: *
OkHttp  : access-control-allow-headers: accept, content-type, content-length, user-agent, api-user-agent
OkHttp  : cache-control: public, max-age=300
OkHttp  : vary: Accept, Accept-Encoding
OkHttp  : age: 1
OkHttp  : x-cache: cp5020 hit, cp5020 pass
OkHttp  : <-- 200 https://query.wikidata.org/sparql?query=SELECT%0A%20%20%3Fitem%0A%20%20%28SAMPLE%28%3Flocation%29%20as%20%3Flocation%29%0A%20%20%28SAMPLE%28%3Flabel%29%20AS%20%3Flabel%29%0A%20%20%28SAMPLE%28%3Fdescription%29%20AS%20%3Fdescription%29%0A%20%20%28SAMPLE%28%3Fclass%29%20AS%20%3Fclass%29%0A%20%20%28SAMPLE%28%3FclassLabel%29%20AS%20%3FclassLabel%29%0A%20%20%28SAMPLE%28%3Fpic%29%20AS%20%3Fpic%29%0A%20%20%28SAMPLE%28%3Fdestroyed%29%20AS%20%3Fdestroyed%29%0A%20%20%28SAMPLE%28%3FendTime%29%20AS%20%3FendTime%29%0A%20%20%28SAMPLE%28%3FwikipediaArticle%29%20AS%20%3FwikipediaArticle%29%0A%20%20%28SAMPLE%28%3FcommonsArticle%29%20AS%20%3FcommonsArticle%29%0A%20%20%28SAMPLE%28%3FcommonsCategory%29%20AS%20%3FcommonsCategory%29%0AWHERE%20%7B%0A%20%20%23%20Around%20given%20location%0A%20%20SERVICE%20wikibase%3Aaround%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP625%20%3Flocation.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Acenter%20%22Point%28139.7148%2035.6800%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.10%22.%20%23%20Radius%20in%20kilometers.%0A%20%20%7D%0A%0A%20%20OPTIONAL%20%7B%0A%20%20%3Fitem%20p%3AP31%2Fps%3AP31%20%3Fclass.%0A%20%20%7D%0A%0A%20%20%23%20Get%20picture%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP18%20%3Fpic%7D%0A%0A%20%20%23%20Get%20existence%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP576%20%3Fdestroyed%7D%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP582%20%3FendTime%7D%0A%0A%20%20%23%20Get%20Commons%20category%0A%20%20OPTIONAL%20%7B%3Fitem%20wdt%3AP373%20%3FcommonsCategory%7D%0A%0A%20%20%23%20Get%20Wikipedia%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FwikipediaArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FwikipediaArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fen.wikipedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Get%20Commons%20article%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3FcommonsArticle%20schema%3Aabout%20%3Fitem.%0A%20%20%20%20%3FcommonsArticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fcommons.wikimedia.org%2F%3E.%0A%20%20%7D%0A%0A%20%20%23%20Labels%20and%20descriptions%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cen%2Cfr%2Cde%2Ces%2Cja%2Cru%2Cit%2Czh%2Cpt%2Car%2Cfa%2Cpl%2Cnl%2Cid%2Cuk%2Che%2Csv%2Ccs%2Cko%2Cvi%2Cca%2Cno%2Cfi%2Chu%2Ctr%2Cth%2Chi%2Cbn%2Cceb%2Cro%2Csw%2Ckk%2Cda%2Ceo%2Csr%2Clt%2Csk%2Cbg%2Csl%2Ceu%2Cet%2Chr%2Cms%2Cel%2Carz%2Cur%2Cta%2Cte%2Cnn%2Cgl%2Caz%2Caf%2Cbs%2Cbe%2Cml%2Cka%2Cis%2Csq%2Cuz%2Cla%2Cbr%2Cmk%2Clv%2Cazb%2Cmr%2Csh%2Ctl%2Ccy%2Cckb%2Cast%2Cbe-tarask%2Czh-yue%2Chy%2Cpa%2Cas%2Cmy%2Ckn%2Cne%2Csi%2Ctt%2Cha%2Cwar%2Czh-min-nan%2Cvo%2Cmin%2Clmo%2Cht%2Clb%2Cgu%2Ctg%2Csco%2Cku%2Cnew%2Cbpy%2Cnds%2Cio%2Cpms%2Csu%2Coc%2Cjv%2Cnap%2Cba%2Cscn%2Cwa%2Cbar%2Can%2Cksh%2Cszl%2Cfy%2Cfrr%2Cals%2Cia%2Cga%2Cyi%2Cmg%2Cgd%2Cvec%2Cce%2Csa%2Cmai%2Cxmf%2Csd%2Cwuu%2Cmrj%2Cmhr%2Ckm%2Croa-tara%2Cam%2Croa-rup%2Cmap-bms%2Cbh%2Cmnw%2Cshn%2Cbcl%2Cco%2Ccv%2Cdv%2Cnds-nl%2Cfo%2Chif%2Cfur%2Cgan%2Cglk%2Chak%2Cilo%2Cpam%2Ccsb%2Cavk%2Clij%2Cli%2Cgv%2Cmi%2Cmt%2Cnah%2Cnrm%2Cse%2Cnov%2Cqu%2Cos%2Cpi%2Cpag%2Cps%2Cpdc%2Crm%2Cbat-smg%2Csc%2Cto%2Ctk%2Chsb%2Cfiu-vro%2Cvls%2Cyo%2Cdiq%2Czh-classical%2Cfrp%2Clad%2Ckw%2Cmn%2Chaw%2Cang%2Cln%2Cie%2Cwo%2Ctpi%2Cty%2Ccrh%2Cnv%2Cjbo%2Cay%2Cpcd%2Czea%2Ceml%2Cky%2Cig%2Cor%2Ccbk-zam%2Ckg%2Carc%2Crmy%2Cab%2Cgn%2Cso%2Ckab%2Cug%2Cstq%2Cudm%2Cext%2Cmzn%2Cpap%2Ccu%2Csah%2Ctet%2Csn%2Clo%2Cpnb%2Ciu%2Cna%2Cgot%2Cbo%2Cdsb%2Cchr%2Ccdo%2Com%2Csm%2Cee%2Cti%2Cav%2Cbm%2Czu%2Cpnt%2Ccr%2Cpih%2Css%2Cve%2Cbi%2Crw%2Cch%2Cxh%2Ckl%2Cik%2Cbug%2Cdz%2Cts%2Ctn%2Ckv%2Ctum%2Cxal%2Cst%2Ctw%2Cbxr%2Cak%2Cny%2Cfj%2Clbe%2Cza%2Cks%2Cff%2Clg%2Csg%2Crn%2Cchy%2Cmwl%2Clez%2Cbjn%2Cgom%2Ctyv%2Cvep%2Cnso%2Ckbd%2Cltg%2Crue%2Cpfl%2Cgag%2Ckoi%2Ckrc%2Cace%2Colo%2Ckaa%2Cmdf%2Cmyv%2Csrn%2Cady%2Cjam%2Ctcy%2Cdty%2Catj%2Ckbp%2Cdin%2Clfn%2Cgor%2Cinh%2Csat%2Chyw%2Cnqo%2Cban%2Cszy%2Cawa%2Cary%2Clld%2Csmn%2Cskr%2Cmad%2Cdag%2Cshi%2Cnia%2Cki%2Cgcr%22.%0A%20%20%20%20%3Fitem%20rdfs%3Alabel%20%3Flabel.%0A%20%20%20%20%3Fitem%20schema%3Adescrip
OkHttp  : tion%20%3Fdescription.%0A%20%20%20%20%3Fclass%20rdfs%3Alabel%20%3FclassLabel.%0A%20%20%7D%0A%7D%0AGROUP%20BY%20%3Fitem%0A&format=json (882ms)
OkHttp  : server: nginx/1.18.0
OkHttp  : x-cache-status: hit-local
OkHttp  : server-timing: cache;desc="hit-local", host;desc="cp5020"
OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
OkHttp  : report-to: { "group": "wm_nel", "max_age": 604800, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
OkHttp  : x-client-ip: 2a00:79e1:abc:f605:bfe2:fce8:65a8:db9
OkHttp  : accept-ranges: bytes
OkHttp  : date: Mon, 10 Mar 2025 06:10:01 GMT
OkHttp  : content-type: application/sparql-results+json;charset=utf-8
OkHttp  : x-first-solution-millis: 4
OkHttp  : x-served-by: wdqs2010
OkHttp  : access-control-allow-origin: *
OkHttp  : access-control-allow-headers: accept, content-type, content-length, user-agent, api-user-agent
OkHttp  : cache-control: public, max-age=300
OkHttp  : vary: Accept, Accept-Encoding
OkHttp  : age: 1
OkHttp  : {
OkHttp  :   "head" : {
OkHttp  : x-cache: cp5020 miss, cp5020 pass
OkHttp  :     "vars" : [ "item", "location", "label", "description", "class", "classLabel", "pic", "destroyed", "endTime", "wikipediaArticle", "commonsArticle", "commonsCategory" ]
OkHttp  : x-cache-status: pass
OkHttp  :   },
OkHttp  :   "results" : {
OkHttp  : server-timing: cache;desc="pass", host;desc="cp5020"
OkHttp  :     "bindings" : [ {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q275113"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.7141 35.68005)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Kokuritsu-Kyōgijō Station"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
OkHttp  :         "value" : "metro station in Shinjuku, Tokyo, Japan"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q55488"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "railway station"
OkHttp  :       },
OkHttp  :       "pic" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/Kokuritsu-kyogijo-station-ExitA5.jpg"
OkHttp  :       },
OkHttp  :       "wikipediaArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://en.wikipedia.org/wiki/Kokuritsu-Ky%C5%8Dgij%C5%8D_Station"
OkHttp  :       },
OkHttp  :       "commonsArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:Kokuritsu-Ky%C5%8Dgij%C5%8D_Station"
OkHttp  :       },
OkHttp  :       "commonsCategory" : {
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Kokuritsu-Kyōgijō Station"
OkHttp  :       }
OkHttp  :     }, {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q11524091"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.714627777 35.680166666)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "1964 Summer Olympics closing ceremony"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "closing ceremony of the Tokyo 2020 Summer Olympics"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q94998068"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Olympic Games closing ceremony"
OkHttp  :       },
OkHttp  :       "wikipediaArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://en.wikipedia.org/wiki/1964_Summer_Olympics_closing_ceremony"
OkHttp  :       },
OkHttp  :       "commonsArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:1964_Summer_Olympics_closing_ceremony"
OkHttp  :       },
OkHttp  :       "commonsCategory" : {
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "1964 Summer Olympics closing ceremony"
OkHttp  :       }
OkHttp  : report-to: { "group": "wm_nel", "max_age": 604800, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
OkHttp  :     }, {
OkHttp  : x-client-ip: 2a00:79e1:abc:f605:bfe2:fce8:65a8:db9
OkHttp  :       "item" : {
OkHttp  : accept-ranges: bytes
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q65247843"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.715738 35.679694)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Mitsui Garden Hotel Jingugaien Tokyo Premier"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "hotel in Tokyo, Japan"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q27686"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "hotel"
OkHttp  :       },
OkHttp  :       "pic" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/Jingu%20Gaien%20Hotel%20191130a.jpg"
OkHttp  :       },
OkHttp  :       "commonsArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:Mitsui_Garden_Hotel_Jingugaien_Tokyo_Premier"
OkHttp  :       },
OkHttp  :       "commonsCategory" : {
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Mitsui Garden Hotel Jingugaien Tokyo Premier"
OkHttp  :       }
OkHttp  :     }, {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q11596124"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.71472222 35.67916667)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Chichibu Memorial Sports Museum"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "de",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Museum in Japan"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q33506"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "museum"
OkHttp  :       }
OkHttp  :     }, {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q133248894"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.714918434 35.680241439)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Meiji Jingu Gaien Ice Skating Rink"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q1282870"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "ice rink"
OkHttp  :       }
OkHttp  :     } ]
OkHttp  :   }
OkHttp  : }
OkHttp  : {
OkHttp  :   "head" : {
OkHttp  :     "vars" : [ "item", "location", "label", "description", "class", "classLabel", "pic", "destroyed", "endTime", "wikipediaArticle", "commonsArticle", "commonsCategory" ]
OkHttp  :   },
OkHttp  :   "results" : {
OkHttp  :     "bindings" : [ {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q275113"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.7141 35.68005)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  : <-- END HTTP (5600-byte body)
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Kokuritsu-Kyōgijō Station"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "metro station in Shinjuku, Tokyo, Japan"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q55488"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "railway station"
OkHttp  :       },
OkHttp  :       "pic" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/Kokuritsu-kyogijo-station-ExitA5.jpg"
OkHttp  :       },
OkHttp  :       "wikipediaArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://en.wikipedia.org/wiki/Kokuritsu-Ky%C5%8Dgij%C5%8D_Station"
OkHttp  :       },
OkHttp  :       "commonsArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:Kokuritsu-Ky%C5%8Dgij%C5%8D_Station"
OkHttp  :       },
OkHttp  :       "commonsCategory" : {
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Kokuritsu-Kyōgijō Station"
OkHttp  :       }
OkHttp  :     }, {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q11524091"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.714627777 35.680166666)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "1964 Summer Olympics closing ceremony"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "closing ceremony of the Tokyo 2020 Summer Olympics"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q94998068"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Olympic Games closing ceremony"
OkHttp  :       },
OkHttp  :       "wikipediaArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://en.wikipedia.org/wiki/1964_Summer_Olympics_closing_ceremony"
OkHttp  :       },
OkHttp  :       "commonsArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:1964_Summer_Olympics_closing_ceremony"
OkHttp  :       },
OkHttp  :       "commonsCategory" : {
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "1964 Summer Olympics closing ceremony"
OkHttp  :       }
OkHttp  :     }, {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q65247843"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.715738 35.679694)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Mitsui Garden Hotel Jingugaien Tokyo Premier"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "hotel in Tokyo, Japan"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q27686"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "hotel"
OkHttp  :       },
OkHttp  :       "pic" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/Jingu%20Gaien%20Hotel%20191130a.jpg"
OkHttp  :       },
OkHttp  :       "commonsArticle" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:Mitsui_Garden_Hotel_Jingugaien_Tokyo_Premier"
OkHttp  :       },
OkHttp  :       "commonsCategory" : {
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Mitsui Garden Hotel Jingugaien Tokyo Premier"
OkHttp  :       }
OkHttp  :     }, {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q11596124"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.71472222 35.67916667)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Chichibu Memorial Sports Museum"
OkHttp  :       },
OkHttp  :       "description" : {
OkHttp  :         "xml:lang" : "de",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Museum in Japan"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q33506"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "museum"
OkHttp  :       }
OkHttp  :     }, {
OkHttp  :       "item" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q133248894"
OkHttp  :       },
OkHttp  :       "location" : {
OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Point(139.714918434 35.680241439)"
OkHttp  :       },
OkHttp  :       "label" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "Meiji Jingu Gaien Ice Skating Rink"
OkHttp  :       },
OkHttp  :       "class" : {
OkHttp  :         "type" : "uri",
OkHttp  :         "value" : "http://www.wikidata.org/entity/Q1282870"
OkHttp  :       },
OkHttp  :       "classLabel" : {
OkHttp  :         "xml:lang" : "en",
OkHttp  :         "type" : "literal",
OkHttp  :         "value" : "ice rink"
OkHttp  :       }
OkHttp  :     } ]
OkHttp  :   }
OkHttp  : }
OkHttp  : <-- END HTTP (5600-byte body)
OkHttp  : <-- 200 https://commons.wikimedia.org/w/api.php?action=query&prop=categories%7Ccoordinates%7Cpageprops&format=json&clshow=%21hidden&coprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&codistancefrompoint=35.67998333333333%7C139.71481666666665&generator=geosearch&ggscoord=35.67998333333333%7C139.71481666666665&ggsradius=10000&ggslimit=10&ggsnamespace=6&ggsprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&ggsprimary=all&formatversion=2 (959ms)
OkHttp  : date: Mon, 10 Mar 2025 06:10:00 GMT
OkHttp  : server: mw-api-ext.codfw.main-5cb9dc4cfb-66qd2
OkHttp  : x-content-type-options: nosniff
OkHttp  : x-search-id: 866vzu5hale1ju80g52pnthhb
OkHttp  : x-frame-options: DENY
OkHttp  : content-disposition: inline; filename=api-result.json
OkHttp  : vary: Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization
OkHttp  : cache-control: private, must-revalidate, max-age=0
OkHttp  : content-type: application/json; charset=utf-8
OkHttp  : age: 2
OkHttp  : x-cache: cp5020 miss, cp5020 pass
OkHttp  : x-cache-status: pass
OkHttp  : server-timing: cache;desc="pass", host;desc="cp5020"
OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
OkHttp  : report-to: { "group": "wm_nel", "max_age": 604800, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
OkHttp  : set-cookie: WMF-Last-Access=10-Mar-2025;Path=/;HttpOnly;secure;Expires=Fri, 11 Apr 2025 00:00:00 GMT
OkHttp  : x-client-ip: 2a00:79e1:abc:f605:bfe2:fce8:65a8:db9
OkHttp  : set-cookie: GeoIP=JP:13:Tokyo:35.69:139.69:v4; Path=/; secure; Domain=.wikimedia.org
OkHttp  : set-cookie: NetworkProbeLimit=0.001;Path=/;Secure;SameSite=Lax;Max-Age=3600
OkHttp  : accept-ranges: bytes
OkHttp  : {"continue":{"clcontinue":"54854396|Meiji_Shrine_Outer_Garden","continue":"||coordinates|pageprops"},"query":{"pages":[{"pageid":33129207,"ns":6,"title":"File:SAYONARA Kokuritsu 20140528 (14290806841).jpg","index":-1,"categories":[{"ns":14,"title":"Category:National Olympic Stadium (Tokyo) in 2014"}],"coordinates":[{"lat":35.68,"lon":139.714999,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":16.6}],"pageprops":{"kartographer_links":"1"}},{"pageid":39678749,"ns":6,"title":"File:Jingu gaien-5.JPG","index":0,"categories":[{"ns":14,"title":"Category:Demolition of the National Olympic Stadium (Tokyo)"},{"ns":14,"title":"Category:Seating areas of stadiums in Japan"},{"ns":14,"title":"Category:Sendagaya"}],"coordinates":[{"lat":35.68006389,"lon":139.71475278,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":10.7}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":51689401,"ns":6,"title":"File:Jingu gaien3a.jpg","index":1,"categories":[{"ns":14,"title":"Category:Construction of the Japan National Stadium in 2016"}],"coordinates":[{"lat":35.680019,"lon":139.714858,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":5.4}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":52682541,"ns":6,"title":"File:Jingu gaien3b.jpg","index":2,"categories":[{"ns":14,"title":"Category:Construction of the Japan National Stadium in 2016"}],"coordinates":[{"lat":35.680008,"lon":139.714814,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":2.8}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":54689177,"ns":6,"title":"File:Jingu gaien-9.jpg","index":3,"categories":[{"ns":14,"title":"Category:Ice skating in Tokyo"},{"ns":14,"title":"Category:Meiji Jingu Gaien Ice Skating Rink"}],"coordinates":[{"lat":35.679956,"lon":139.714936,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":11.2}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":54854380,"ns":6,"title":"File:10 Kasumigaokamachi, Shinjuku-ku, Tōkyō-to 160-0013, Japan - panoramio.jpg","index":4,"categories":[{"ns":14,"title":"Category:FIFA U-20 Women's World Cup 2012"},{"ns":14,"title":"Category:National Olympic Stadium (Tokyo) in 2012"}],"coordinates":[{"lat":35.67983333,"lon":139.71483333,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":16.7}],"pageprops":{"kartographer_links":"1"}},{"pageid":54854396,"ns":6,"title":"File:10 Kasumigaokamachi, Shinjuku-ku, Tōkyō-to 160-0013, Japan - panoramio (2).jpg","index":5,"coordinates":[{"lat":35.67983333,"lon":139.71483333,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":16.7}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":54854407,"ns":6,"title":"File:Kasumigaokamachi, Shinjuku, Tokyo 160-0013, Japan - panoramio.jpg","index":6,"coordinates":[{"lat":35.68,"lon":139.71466667,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":13.7}],"pageprops":{"kartographer_links":"1"}},{"pageid":147179599,"ns":6,"title":"File:Japan National Stadium 2.jpg","index":7,"coordinates":[{"lat":35.6799,"lon":139.71495556,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":15.6}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}},{"pageid":147179602,"ns":6,"title":"File:Japan National Stadium 3.jpg","index":8,"coordinates":[{"lat":35.6799,"lon":139.71495556,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":15.6}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}}]}}
OkHttp  : <-- END HTTP (3592-byte body)
TextView: onProvideContentCaptureStructure(): calling assumeLayout()
unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230866, firstEncodedBytes: 03000800C40C00000100, length: 3268}
okhttp.OkHttpClient: <-- 200 https://www.wikidata.org/w/api.php?format=json&action=wbgetentities&ids=Q17 (1746ms, unknown-length body)

@nicolas-raoul

This comment has been minimized.

@nicolas-raoul
Copy link
Member Author

Not happening anymore, despite not updating the app (now on 5.1.3-debug-main~e1466c866)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants