Skip to content
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

Fixes in-app camera behaviour #5302

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

srishti-R
Copy link
Contributor

Description (required)

Fixes #5300

What changes did you make and why?
The toast for file not found, try another file does not appear now. The camera picture seems to upload for me but sometimes due to an API error as below it (any picture from this app) never completely uploads for me.
The API error is here, maybe indicates some limit on API usage:

{"errors":[{"code":"lockmanager-fail-svr-acquire","text":"Could not acquire locks on server rdb1.","data":{"filekey":"1adhazkfc1ow.3n4e5j.22648.jpg","sessionkey":"1adhazkfc1ow.3n4e5j.22648.jpg"},"module":"upload"},{"code":"lockmanager-fail-svr-acquire","text":"Could not acquire locks on server rdb2.","data":{"filekey":"1adhazkfc1ow.3n4e5j.22648.jpg","sessionkey":"1adhazkfc1ow.3n4e5j.22648.jpg"},"module":"upload"}],"docref":"See https://commons.wikimedia.beta.wmflabs.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes.","servedby":"deployment-mediawiki11"}

Maybe someone else should try on their device.

Tests performed (required)

Tested {Debug} on {samsung galaxy M31} with API level {12}.

Screenshots (for UI changes only)

2023_09_24_08_43_00_trim.mp4

Need help? See https://support.google.com/android/answer/9075928


Note: Please ensure that you have read CONTRIBUTING.md if this is your first pull request.

@RitikaPahwa4444
Copy link
Collaborator

Did you test on API level 12? The minSdkVersion is 21, I'm not sure if things would work normally on lower API levels.

@RitikaPahwa4444
Copy link
Collaborator

RitikaPahwa4444 commented Sep 24, 2023

Tested it on my Android 8.1 device. I think this error is happening only for the betaDebug flavour. The production server is working fine in my case and the image got uploaded successfully :)

PS: Sorry for assuming that both the flavours behave in the same way and the upload would fail on the prod flavour too. I ended up uploading a test image on the prod flavour. Might be taken up as a separate issue later; I'm still facing issues on the beta flavour.

@nicolas-raoul
Copy link
Member

On Android 14 with this pull request, I unfortunately still see the issue (all 4 symptoms listed at the end of #5300 reproduce every time).
Here is the logcat started just before I tap the home activity's home button and stopped just after the toast error occurred while picking images appeared:

09-24 17:42:15.167 27162 27195 D OpenGLRenderer: endAllActiveAnimators on 0xb400007b7a933240 (InsetDrawable) with handle 0xb400007caa98a140
09-24 17:42:19.360 27162 27162 D MainActivity: Intent {  }
09-24 17:42:19.489 27162 27162 D MainActivity: Intent {  }
09-24 17:42:19.503 27162 27820 D MediaScannerConnection: Scanned /storage/emulated/0/Pictures/CommonsContributions/IMG_20230924_174219_1..jpg to content://media/external_primary/images/media/1000008738
09-24 17:42:19.504 27162 27820 D PickedFiles: Scanned /storage/emulated/0/Pictures/CommonsContributions/IMG_20230924_174219_1..jpg:
09-24 17:42:19.504 27162 29342 I okhttp.OkHttpClient: --> GET https://commons.wikimedia.org/w/api.php?format=json&formatversion=2&errorformat=plaintext&action=query&meta=notifications&notformat=model&notlimit=max&notwikis=wikidatawiki%7Ccommonswiki%7Cenwiki&notfilter=%21read
09-24 17:42:19.505 27162 27820 D PickedFiles: -> uri=content://media/external_primary/images/media/1000008738
09-24 17:42:19.508 27162 29342 D CookieManager: Domain:commons.wikimedia.org
09-24 17:42:19.595 27162 27162 D UploadActivity: Received intent Intent { act=internalImageUploads cmp=fr.free.nrw.commons/.upload.UploadActivity (has extras) } with action internalImageUploads
09-24 17:42:19.596 27162 27162 I UploadActivity: Received multiple upload 1
09-24 17:42:19.616 27162 29291 I okhttp.OkHttpClient: --> GET https://commons.wikimedia.org/w/api.php?format=json&formatversion=2&errorformat=plaintext&action=query&meta=userinfo&uiprop=blockinfo
09-24 17:42:19.617 27162 29291 D CookieManager: Domain:commons.wikimedia.org
09-24 17:42:19.673 27162 27162 D UploadModel: File created date is -1
09-24 17:42:19.675 27162 27162 D FileMetadataUtils: Retuning tags for pref:Author
09-24 17:42:19.676 27162 27162 D FileProcessor: Checking for tag: Artist
09-24 17:42:19.677 27162 27162 D FileProcessor: Checking for tag: CameraOwnerName
09-24 17:42:19.677 27162 27162 D FileMetadataUtils: Retuning tags for pref:Copyright
09-24 17:42:19.677 27162 27162 D FileProcessor: Checking for tag: Copyright
09-24 17:42:19.678 27162 27162 D FileMetadataUtils: Retuning tags for pref:Camera Model
09-24 17:42:19.678 27162 27162 D FileProcessor: Checking for tag: Make
09-24 17:42:19.678 27162 27162 D FileProcessor: Exif tag Make with value Google redacted.
09-24 17:42:19.679 27162 27162 D FileProcessor: Checking for tag: Model
09-24 17:42:19.679 27162 27162 D FileProcessor: Exif tag Model with value Pixel 7 Pro redacted.
09-24 17:42:19.679 27162 27162 D FileMetadataUtils: Retuning tags for pref:Lens Model
09-24 17:42:19.680 27162 27162 D FileProcessor: Checking for tag: LensMake
09-24 17:42:19.680 27162 27162 D FileProcessor: Checking for tag: LensModel
09-24 17:42:19.680 27162 27162 D FileProcessor: Checking for tag: LensSpecification
09-24 17:42:19.681 27162 27162 D FileMetadataUtils: Retuning tags for pref:Serial Numbers
09-24 17:42:19.681 27162 27162 D FileProcessor: Checking for tag: BodySerialNumber
09-24 17:42:19.681 27162 27162 D FileProcessor: Checking for tag: LensSerialNumber
09-24 17:42:19.682 27162 27162 D FileMetadataUtils: Retuning tags for pref:Software
09-24 17:42:19.682 27162 27162 D FileProcessor: Checking for tag: Software
09-24 17:42:19.694 27162 27162 D FileProcessor: Calling GPSExtractor
09-24 17:42:19.695 27162 27162 D ImageCoordinates: EXIF data has location info
09-24 17:42:19.697 27162 29680 D OkHttpJsonApiClient: Fetching nearby items at radius 0.1
09-24 17:42:19.697 27162 29680 D OkHttpJsonApiClient: CUSTOM_SPARQLfalse
09-24 17:42:19.698 27162 28593 D 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.645183333333335%7C139.71729722222221&generator=geosearch&ggscoord=35.645183333333335%7C139.71729722222221&ggsradius=10000&ggslimit=10&ggsnamespace=6&ggsprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&ggsprimary=all&formatversion=2
09-24 17:42:19.698 27162 28593 V 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.645183333333335%7C139.71729722222221&generator=geosearch&ggscoord=35.645183333333335%7C139.71729722222221&ggsradius=10000&ggslimit=10&ggsnamespace=6&ggsprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&ggsprimary=all&formatversion=2
09-24 17:42:19.698 27162 28593 V OkHttp  : --> END GET
09-24 17:42:19.717 27162 29680 V 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.7173%2035.6452%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
09-24 17:42:19.717 27162 29680 V 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
09-24 17:42:19.717 27162 29680 V OkHttp  : --> END GET
09-24 17:42:19.730 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.730 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.751 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.751 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.771 27162 27162 D MediaLicenseFragment: Position: 0 CC0
09-24 17:42:19.773 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.773 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.774 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.774 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:20.070 27162 29342 I okhttp.OkHttpClient: <-- 200 https://commons.wikimedia.org/w/api.php?format=json&formatversion=2&errorformat=plaintext&action=query&meta=notifications&notformat=model&notlimit=max&notwikis=wikidatawiki%7Ccommonswiki%7Cenwiki&notfilter=%21read (565ms, 106-byte body)
09-24 17:42:20.143 27162 27162 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e09a26c
09-24 17:42:20.157 27162 29681 D OkHttpJsonApiClient: Fetching nearby items at radius 0.1
09-24 17:42:20.158 27162 29681 D OkHttpJsonApiClient: CUSTOM_SPARQLfalse
09-24 17:42:20.158 27162 27162 I Choreographer: Skipped 36 frames!  The application may be doing too much work on its main thread.
09-24 17:42:20.179 27162 27162 I UploadMediaDetailAdapter$ViewHolder: descItemEditText:fr.free.nrw.commons.ui.PasteSensitiveTextInputEditText{8d783b8 VFED..CL. ......I. 0,0-0,0 #7f0900e4 app:id/description_item_edit_text}
09-24 17:42:20.180 27162 27162 D UploadMediaDetailAdapter$ViewHolder: UploadMediaDetail is UploadMediaDetail(languageCode=null, descriptionText=, captionText=)
09-24 17:42:20.189 27162 29681 V 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.7173%2035.6452%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
09-24 17:42:20.189 27162 29681 V 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
09-24 17:42:20.189 27162 29681 V OkHttp  : --> END GET
09-24 17:42:20.203 27162 29291 I okhttp.OkHttpClient: <-- 200 https://commons.wikimedia.org/w/api.php?format=json&formatversion=2&errorformat=plaintext&action=query&meta=userinfo&uiprop=blockinfo (586ms, 71-byte body)
09-24 17:42:20.258 27162 27162 D ContributionsFragment: Number of notifications is 0
09-24 17:42:20.349 27162 29681 V 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.7173%2035.6452%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
09-24 17:42:20.349 27162 29681 V 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 (159ms)
09-24 17:42:20.349 27162 29681 V OkHttp  : server: nginx/1.18.0
09-24 17:42:20.349 27162 29681 V OkHttp  : date: Sun, 24 Sep 2023 08:42:19 GMT
09-24 17:42:20.349 27162 29681 V OkHttp  : content-type: application/sparql-results+json;charset=utf-8
09-24 17:42:20.349 27162 29681 V OkHttp  : x-first-solution-millis: 11
09-24 17:42:20.349 27162 29681 V OkHttp  : x-served-by: wdqs2017
09-24 17:42:20.350 27162 29681 V OkHttp  : access-control-allow-origin: *
09-24 17:42:20.350 27162 29680 V 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.7173%2035.6452%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
09-24 17:42:20.350 27162 29680 V 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 (632ms)
09-24 17:42:20.350 27162 29681 V OkHttp  : cache-control: public, max-age=300
09-24 17:42:20.350 27162 29680 V OkHttp  : server: nginx/1.18.0
09-24 17:42:20.350 27162 29681 V OkHttp  : vary: Accept
09-24 17:42:20.350 27162 29680 V OkHttp  : date: Sun, 24 Sep 2023 08:42:19 GMT
09-24 17:42:20.350 27162 29681 V OkHttp  : content-length: 233
09-24 17:42:20.350 27162 29680 V OkHttp  : content-type: application/sparql-results+json;charset=utf-8
09-24 17:42:20.350 27162 29680 V OkHttp  : x-first-solution-millis: 11
09-24 17:42:20.350 27162 29681 V OkHttp  : age: 0
09-24 17:42:20.350 27162 29680 V OkHttp  : x-served-by: wdqs2017
09-24 17:42:20.350 27162 29681 V OkHttp  : x-cache: cp5023 hit, cp5023 pass
09-24 17:42:20.350 27162 29680 V OkHttp  : access-control-allow-origin: *
09-24 17:42:20.350 27162 29681 V OkHttp  : x-cache-status: hit-local
09-24 17:42:20.350 27162 29680 V OkHttp  : cache-control: public, max-age=300
09-24 17:42:20.350 27162 29681 V OkHttp  : server-timing: cache;desc="hit-local", host;desc="cp5023"
09-24 17:42:20.350 27162 29681 V OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
09-24 17:42:20.350 27162 29680 V OkHttp  : vary: Accept, Accept-Encoding
09-24 17:42:20.351 27162 29681 V 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" }] }
09-24 17:42:20.351 27162 29680 V OkHttp  : age: 0
09-24 17:42:20.351 27162 29681 V OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
09-24 17:42:20.351 27162 29680 V OkHttp  : x-cache: cp5023 miss, cp5023 pass
09-24 17:42:20.351 27162 29681 V OkHttp  : x-client-ip: 2001:268:c142:1f74:96d1:2631:8a2b:48a9
09-24 17:42:20.351 27162 29680 V OkHttp  : x-cache-status: pass
09-24 17:42:20.351 27162 29681 V OkHttp  : accept-ranges: bytes
09-24 17:42:20.351 27162 29680 V OkHttp  : server-timing: cache;desc="pass", host;desc="cp5023"
09-24 17:42:20.351 27162 29680 V OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
09-24 17:42:20.351 27162 29680 V 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" }] }
09-24 17:42:20.351 27162 29680 V OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
09-24 17:42:20.351 27162 29680 V OkHttp  : x-client-ip: 2001:268:c142:1f74:96d1:2631:8a2b:48a9
09-24 17:42:20.352 27162 29680 V OkHttp  : accept-ranges: bytes
09-24 17:42:20.352 27162 29681 V OkHttp  : {
09-24 17:42:20.352 27162 29681 V OkHttp  :   "head" : {
09-24 17:42:20.352 27162 29681 V OkHttp  :     "vars" : [ "item", "location", "label", "description", "class", "classLabel", "pic", "destroyed", "endTime", "wikipediaArticle", "commonsArticle", "commonsCategory" ]
09-24 17:42:20.352 27162 29681 V OkHttp  :   },
09-24 17:42:20.352 27162 29681 V OkHttp  :   "results" : {
09-24 17:42:20.352 27162 29681 V OkHttp  :     "bindings" : [ ]
09-24 17:42:20.352 27162 29681 V OkHttp  :   }
09-24 17:42:20.352 27162 29681 V OkHttp  : }
09-24 17:42:20.353 27162 29681 V OkHttp  : <-- END HTTP (233-byte body)
09-24 17:42:20.354 27162 29680 V OkHttp  : {
09-24 17:42:20.354 27162 29680 V OkHttp  :   "head" : {
09-24 17:42:20.354 27162 29680 V OkHttp  :     "vars" : [ "item", "location", "label", "description", "class", "classLabel", "pic", "destroyed", "endTime", "wikipediaArticle", "commonsArticle", "commonsCategory" ]
09-24 17:42:20.354 27162 29680 V OkHttp  :   },
09-24 17:42:20.354 27162 29680 V OkHttp  :   "results" : {
09-24 17:42:20.354 27162 29680 V OkHttp  :     "bindings" : [ ]
09-24 17:42:20.354 27162 29680 V OkHttp  :   }
09-24 17:42:20.354 27162 29680 V OkHttp  : }
09-24 17:42:20.354 27162 29680 V OkHttp  : <-- END HTTP (233-byte body)
09-24 17:42:20.358 27162 29680 D OkHttpJsonApiClient: Fetching nearby items at radius 0.2
09-24 17:42:20.358 27162 29680 D OkHttpJsonApiClient: CUSTOM_SPARQLfalse
09-24 17:42:20.374 27162 29680 V 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.7173%2035.6452%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.20%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
09-24 17:42:20.374 27162 29680 V 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
09-24 17:42:20.374 27162 29680 V OkHttp  : --> END GET
09-24 17:42:20.376 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.378 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.381 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.383 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.384 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.385 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.387 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.388 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.388 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.390 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.391 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.392 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.393 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.393 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.394 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.395 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.397 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.398 27162 29342 I System.out: Color for x=1870 y=317: -16250872 Color.red:0
09-24 17:42:20.399 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.401 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.403 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.403 27162 29342 I System.out: For latitude=35.645183333333335 longitude=139.71729722222221 (x=1870 y=317) found country 17
09-24 17:42:20.404 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.404 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.405 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.405 27162 29342 I okhttp.OkHttpClient: --> GET https://www.wikidata.org/w/api.php?format=json&action=wbgetentities&ids=Q17
09-24 17:42:20.406 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.406 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.407 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.407 27162 29342 D CookieManager: Domain:www.wikidata.org
09-24 17:42:20.407 27162 29342 D CookieManager: Adding centralauth cookies
09-24 17:42:20.408 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.408 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.409 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.409 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.409 27162 29291 D CategoriesModel: Previous year: 2022
09-24 17:42:20.586 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.586 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.586 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.586 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.587 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.587 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.587 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.587 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.587 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.587 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.588 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.588 27162 27272 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.588 27162 27272 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.589 27162 27272 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.589 27162 27272 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.589 27162 27272 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.589 27162 27272 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.591 27162 27272 W unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230830, firstEncodedBytes: 03000800C40C00000100, length: 3268}
09-24 17:42:20.620 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.621 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.621 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.621 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.622 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.622 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.622 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.623 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.623 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.624 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.624 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.624 27162 27276 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.624 27162 27276 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.625 27162 27276 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.625 27162 27276 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.626 27162 27276 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.626 27162 27276 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:20.628 27162 27276 W unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230830, firstEncodedBytes: 03000800C40C00000100, length: 3268}
09-24 17:42:20.661 27162 27162 D LocationServiceManager: on location changed
09-24 17:42:21.212 27162 28593 V 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.645183333333335%7C139.71729722222221&generator=geosearch&ggscoord=35.645183333333335%7C139.71729722222221&ggsradius=10000&ggslimit=10&ggsnamespace=6&ggsprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&ggsprimary=all&formatversion=2 (1513ms)
09-24 17:42:21.213 27162 28593 V OkHttp  : date: Sun, 24 Sep 2023 08:42:19 GMT
09-24 17:42:21.213 27162 28593 V OkHttp  : server: mw2262.codfw.wmnet
09-24 17:42:21.213 27162 28593 V OkHttp  : x-content-type-options: nosniff
09-24 17:42:21.213 27162 28593 V OkHttp  : x-search-id: ckjvy54svld52b0z8ajfmbj75
09-24 17:42:21.213 27162 28593 V OkHttp  : x-frame-options: DENY
09-24 17:42:21.214 27162 28593 V OkHttp  : content-disposition: inline; filename=api-result.json
09-24 17:42:21.214 27162 28593 V OkHttp  : vary: Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie
09-24 17:42:21.214 27162 28593 V OkHttp  : cache-control: private, must-revalidate, max-age=0
09-24 17:42:21.214 27162 28593 V OkHttp  : content-type: application/json; charset=utf-8
09-24 17:42:21.214 27162 28593 V OkHttp  : age: 2
09-24 17:42:21.215 27162 28593 V OkHttp  : x-cache: cp5023 miss, cp5023 pass
09-24 17:42:21.215 27162 28593 V OkHttp  : x-cache-status: pass
09-24 17:42:21.215 27162 28593 V OkHttp  : server-timing: cache;desc="pass", host;desc="cp5023"
09-24 17:42:21.215 27162 28593 V OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
09-24 17:42:21.216 27162 28593 V 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" }] }
09-24 17:42:21.216 27162 28593 V OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
09-24 17:42:21.216 27162 28593 V OkHttp  : set-cookie: WMF-Last-Access=24-Sep-2023;Path=/;HttpOnly;secure;Expires=Thu, 26 Oct 2023 00:00:00 GMT
09-24 17:42:21.216 27162 28593 V OkHttp  : x-client-ip: 2001:268:c142:1f74:96d1:2631:8a2b:48a9
09-24 17:42:21.216 27162 28593 V OkHttp  : set-cookie: GeoIP=JP:13:Tokyo:35.68:139.68:v4; Path=/; secure; Domain=.wikimedia.org
09-24 17:42:21.217 27162 28593 V OkHttp  : set-cookie: NetworkProbeLimit=0.001;Path=/;Secure;Max-Age=3600
09-24 17:42:21.217 27162 28593 V OkHttp  : accept-ranges: bytes
09-24 17:42:21.221 27162 28593 V OkHttp  : {"continue":{"clcontinue":"93673108|Prunus","continue":"||coordinates|pageprops"},"query":{"pages":[{"pageid":88155764,"ns":6,"title":"File:Centre de transport YAMATO de Meguro.jpeg","index":-1,"categories":[{"ns":14,"title":"Category:Meguro"},{"ns":14,"title":"Category:Warehouses in Tokyo"},{"ns":14,"title":"Category:Yamato Transport vehicles in Japan"}],"coordinates":[{"lat":35.6451538,"lon":139.7172109,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":8.5}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":90183214,"ns":6,"title":"File:Enorme champignon de Paris, trouvé au Japon.jpg","index":0,"categories":[{"ns":14,"title":"Category:Agaricus bisporus"}],"coordinates":[{"lat":35.6451795,"lon":139.7172271,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":6.4}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":90481735,"ns":6,"title":"File:Detergent holder integrated to cutlery basket of dishwasher クリナップ ZWPP45R09ADK.jpg","index":1,"categories":[{"ns":14,"title":"Category:Dishwasher baskets"}],"coordinates":[{"lat":35.6451796,"lon":139.7172388,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":5.3}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}},{"pageid":92420413,"ns":6,"title":"File:小鯛 2.jpg","index":2,"categories":[{"ns":14,"title":"Category:Fish"}],"coordinates":[{"lat":35.6452258,"lon":139.7172133,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":8.9}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}},{"pageid":92824807,"ns":6,"title":"File:焼いた イシモチ.jpg","index":3,"categories":[{"ns":14,"title":"Category:Fish"}],"coordinates":[{"lat":35.6452026,"lon":139.7172779,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":2.8}],"pageprops":{"jsonconfig_getdata":"1","kartographer_links":"1"}},{"pageid":93373789,"ns":6,"title":"File:東京の「関西寿司」.jpg","index":4,"categories":[{"ns":14,"title":"Category:Sushi"}],"coordinates":[{"lat":35.6452285,"lon":139.7172663,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":5.7}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}},{"pageid":93373803,"ns":6,"title":"File:東京の「関西寿司」エビ.jpg","index":5,"categories":[{"ns":14,"title":"Category:Sushi"}],"coordinates":[{"lat":35.6452285,"lon":139.7172663,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":5.7}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}},{"pageid":93373807,"ns":6,"title":"File:東京の「関西寿司」卵.jpg","index":6,"categories":[{"ns":14,"title":"Category:Sushi"}],"coordinates":[{"lat":35.6452285,"lon":139.7172663,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":5.7}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}},{"pageid":93673108,"ns":6,"title":"File:Soldam.jpg","index":7,"coordinates":[{"lat":35.6452079,"lon":139.7172791,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":3.2}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}},{"pageid":106660378,"ns":6,"title":"File:Yes!clean 北海道安心ラベル.jpg","index":8,"coordinates":[{"lat":35.6451395,"lon":139.7173584,"primary":true,"type":"camera","dim":"1000","globe":"earth","dist":7.4}],"pageprops":{"jsonconfig_getdata":"2","kartographer_links":"1"}}]}}
09-24 17:42:21.222 27162 28593 V OkHttp  : <-- END HTTP (3420-byte body)
09-24 17:42:21.232 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.233 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.235 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.236 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.238 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.239 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.241 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.242 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.244 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.245 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.248 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.249 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.250 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.252 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.253 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.254 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.255 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.257 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.258 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.259 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.261 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.262 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.263 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.264 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.266 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.267 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.268 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.269 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.271 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.272 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.273 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.274 27162 29681 D CategoriesModel: Previous year: 2022
09-24 17:42:21.454 27162 27162 W Choreographer: Frame time is 0.043539 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
09-24 17:42:21.538 27162 29680 V 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.7173%2035.6452%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.20%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
09-24 17:42:21.538 27162 29680 V 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 (1163ms)
09-24 17:42:21.538 27162 29680 V OkHttp  : server: nginx/1.18.0
09-24 17:42:21.538 27162 29680 V OkHttp  : date: Sun, 24 Sep 2023 08:42:20 GMT
09-24 17:42:21.538 27162 29680 V OkHttp  : content-type: application/sparql-results+json;charset=utf-8
09-24 17:42:21.538 27162 29680 V OkHttp  : x-first-solution-millis: 15
09-24 17:42:21.538 27162 29680 V OkHttp  : x-served-by: wdqs2022
09-24 17:42:21.539 27162 29680 V OkHttp  : access-control-allow-origin: *
09-24 17:42:21.539 27162 29680 V OkHttp  : cache-control: public, max-age=300
09-24 17:42:21.539 27162 29680 V OkHttp  : vary: Accept, Accept-Encoding
09-24 17:42:21.539 27162 29680 V OkHttp  : age: 1
09-24 17:42:21.539 27162 29680 V OkHttp  : x-cache: cp5023 miss, cp5023 pass
09-24 17:42:21.539 27162 29680 V OkHttp  : x-cache-status: pass
09-24 17:42:21.539 27162 29680 V OkHttp  : server-timing: cache;desc="pass", host;desc="cp5023"
09-24 17:42:21.539 27162 29680 V OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
09-24 17:42:21.539 27162 29680 V 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" }] }
09-24 17:42:21.539 27162 29680 V OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
09-24 17:42:21.540 27162 29680 V OkHttp  : x-client-ip: 2001:268:c142:1f74:96d1:2631:8a2b:48a9
09-24 17:42:21.540 27162 29680 V OkHttp  : accept-ranges: bytes
09-24 17:42:21.542 27162 29680 V OkHttp  : {
09-24 17:42:21.542 27162 29680 V OkHttp  :   "head" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :     "vars" : [ "item", "location", "label", "description", "class", "classLabel", "pic", "destroyed", "endTime", "wikipediaArticle", "commonsArticle", "commonsCategory" ]
09-24 17:42:21.542 27162 29680 V OkHttp  :   },
09-24 17:42:21.542 27162 29680 V OkHttp  :   "results" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :     "bindings" : [ {
09-24 17:42:21.542 27162 29680 V OkHttp  :       "item" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q3280212"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "location" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "Point(139.7156664 35.6440825)"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "label" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "Maison franco-japonaise"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "description" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "library"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "class" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q7075"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "classLabel" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "library"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "pic" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/Maison%20franco-japonaise.jpg"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "commonsArticle" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:Maison_Franco-Japonaise"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "commonsCategory" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "Maison Franco-Japonaise"
09-24 17:42:21.542 27162 29680 V OkHttp  :       }
09-24 17:42:21.542 27162 29680 V OkHttp  :     }, {
09-24 17:42:21.542 27162 29680 V OkHttp  :       "item" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q56072818"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "location" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "Point(139.715658625 35.644116165)"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "label" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "Nichifutsu Igakkai"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "description" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "xml:lang" : "de",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "japanische Non-Profit-Organisation"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "class" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q163740"
09-24 17:42:21.542 27162 29680 V OkHttp  :       },
09-24 17:42:21.542 27162 29680 V OkHttp  :       "classLabel" : {
09-24 17:42:21.542 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:21.542 27162 29680 V OkHttp  :         "value" : "nonprofit organization"
09-24 17:42:21.542 27162 29680 V OkHttp  :       }
09-24 17:42:21.542 27162 29680 V OkHttp  :     } ]
09-24 17:42:21.542 27162 29680 V OkHttp  :   }
09-24 17:42:21.542 27162 29680 V OkHttp  : }
09-24 17:42:21.542 27162 29680 V OkHttp  : <-- END HTTP (2209-byte body)
09-24 17:42:21.544 27162 29680 D OkHttpJsonApiClient: Fetching nearby items at radius 0.3
09-24 17:42:21.545 27162 29680 D OkHttpJsonApiClient: CUSTOM_SPARQLfalse
09-24 17:42:21.562 27162 29680 V 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.7173%2035.6452%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.30%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
09-24 17:42:21.562 27162 29680 V 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
09-24 17:42:21.562 27162 29680 V OkHttp  : --> END GET
09-24 17:42:22.114 27162 29342 I okhttp.OkHttpClient: <-- 200 https://www.wikidata.org/w/api.php?format=json&action=wbgetentities&ids=Q17 (1708ms, unknown-length body)
09-24 17:42:22.124 27162 29680 V 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.7173%2035.6452%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.30%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
09-24 17:42:22.124 27162 29680 V 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 (560ms)
09-24 17:42:22.124 27162 29680 V OkHttp  : server: nginx/1.18.0
09-24 17:42:22.124 27162 29680 V OkHttp  : date: Sun, 24 Sep 2023 08:42:21 GMT
09-24 17:42:22.124 27162 29680 V OkHttp  : content-type: application/sparql-results+json;charset=utf-8
09-24 17:42:22.124 27162 29680 V OkHttp  : x-first-solution-millis: 11
09-24 17:42:22.124 27162 29680 V OkHttp  : x-served-by: wdqs2022
09-24 17:42:22.124 27162 29680 V OkHttp  : access-control-allow-origin: *
09-24 17:42:22.124 27162 29680 V OkHttp  : cache-control: public, max-age=300
09-24 17:42:22.125 27162 29680 V OkHttp  : vary: Accept, Accept-Encoding
09-24 17:42:22.125 27162 29680 V OkHttp  : age: 1
09-24 17:42:22.125 27162 29680 V OkHttp  : x-cache: cp5023 miss, cp5023 pass
09-24 17:42:22.125 27162 29680 V OkHttp  : x-cache-status: pass
09-24 17:42:22.125 27162 29680 V OkHttp  : server-timing: cache;desc="pass", host;desc="cp5023"
09-24 17:42:22.125 27162 29680 V OkHttp  : strict-transport-security: max-age=106384710; includeSubDomains; preload
09-24 17:42:22.125 27162 29680 V 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" }] }
09-24 17:42:22.125 27162 29680 V OkHttp  : nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0}
09-24 17:42:22.125 27162 29680 V OkHttp  : x-client-ip: 2001:268:c142:1f74:96d1:2631:8a2b:48a9
09-24 17:42:22.125 27162 29680 V OkHttp  : accept-ranges: bytes
09-24 17:42:22.127 27162 29680 V OkHttp  : {
09-24 17:42:22.128 27162 29680 V OkHttp  :   "head" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :     "vars" : [ "item", "location", "label", "description", "class", "classLabel", "pic", "destroyed", "endTime", "wikipediaArticle", "commonsArticle", "commonsCategory" ]
09-24 17:42:22.128 27162 29680 V OkHttp  :   },
09-24 17:42:22.128 27162 29680 V OkHttp  :   "results" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :     "bindings" : [ {
09-24 17:42:22.128 27162 29680 V OkHttp  :       "item" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q3280212"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "location" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "Point(139.7156664 35.6440825)"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "label" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "Maison franco-japonaise"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "description" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "library"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "class" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q7075"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "classLabel" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "library"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "pic" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/Maison%20franco-japonaise.jpg"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "commonsArticle" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:Maison_Franco-Japonaise"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "commonsCategory" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "Maison Franco-Japonaise"
09-24 17:42:22.128 27162 29680 V OkHttp  :       }
09-24 17:42:22.128 27162 29680 V OkHttp  :     }, {
09-24 17:42:22.128 27162 29680 V OkHttp  :       "item" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q20043620"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "location" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "Point(139.714497 35.644411)"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "label" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "Shibuya Ward Kaketsuka Elementary School"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "description" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "primary school"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "class" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q5358913"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "classLabel" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "elementary school in Japan"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "pic" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/%E5%8A%A0%E8%A8%88%E5%A1%9A%E5%B0%8F%E5%AD%A6%E6%A0%A1-2.JPG"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "commonsArticle" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "https://commons.wikimedia.org/wiki/Category:Shibuya_Ward_Kaketsuka_Elementary_School"
09-24 17:42:22.128 27162 29680 V OkHttp  :       },
09-24 17:42:22.128 27162 29680 V OkHttp  :       "commonsCategory" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "Shibuya Ward Kaketsuka Elementary School"
09-24 17:42:22.128 27162 29680 V OkHttp  :       }
09-24 17:42:22.128 27162 29680 V OkHttp  :     }, {
09-24 17:42:22.128 27162 29680 V OkHttp  :       "item" : {
09-24 17:42:22.128 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.128 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q56072818"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "location" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "Point(139.715658625 35.644116165)"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "label" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "Nichifutsu Igakkai"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "description" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "xml:lang" : "de",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "japanische Non-Profit-Organisation"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "class" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q163740"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "classLabel" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "nonprofit organization"
09-24 17:42:22.129 27162 29680 V OkHttp  :       }
09-24 17:42:22.129 27162 29680 V OkHttp  :     }, {
09-24 17:42:22.129 27162 29680 V OkHttp  :       "item" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q68242762"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "location" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "datatype" : "http://www.opengis.net/ont/geosparql#wktLiteral",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "Point(139.714983557 35.644990481)"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "label" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "xml:lang" : "ja",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "ビール坂"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "description" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "xml:lang" : "ja",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "東京都渋谷区恵比寿にある坂"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "class" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "http://www.wikidata.org/entity/Q11424753"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "classLabel" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "xml:lang" : "en",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "literal",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "sloping road"
09-24 17:42:22.129 27162 29680 V OkHttp  :       },
09-24 17:42:22.129 27162 29680 V OkHttp  :       "pic" : {
09-24 17:42:22.129 27162 29680 V OkHttp  :         "type" : "uri",
09-24 17:42:22.129 27162 29680 V OkHttp  :         "value" : "http://commons.wikimedia.org/wiki/Special:FilePath/%E6%81%B5%E6%AF%94%E5%AF%BF%E3%83%93%E3%83%BC%E3%83%AB%E5%9D%82%E5%95%86%E5%BA%97%E8%A1%97.jpg"
09-24 17:42:22.129 27162 29680 V OkHttp  :       }
09-24 17:42:22.129 27162 29680 V OkHttp  :     } ]
09-24 17:42:22.129 27162 29680 V OkHttp  :   }
09-24 17:42:22.129 27162 29680 V OkHttp  : }
09-24 17:42:22.129 27162 29680 V OkHttp  : <-- END HTTP (4502-byte body)
09-24 17:42:22.132 27162 29680 D OkHttpJsonApiClient: Fetching nearby items at radius 0.4
09-24 17:42:22.133 27162 29680 D OkHttpJsonApiClient: CUSTOM_SPARQLfalse
09-24 17:42:22.156 27162 29680 V 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.7173%2035.6452%29%22%5E%5Egeo%3AwktLiteral.%20%23%20Longitude%20latitude%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%220.40%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
09-24 17:42:22.156 27162 29680 V 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
09-24 17:42:22.156 27162 29680 V OkHttp  : --> END GET
09-24 17:42:22.477 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.478 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.478 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.479 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.480 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.480 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.481 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.481 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.481 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.482 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.483 27162 27237 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.484 27162 27275 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.485 27162 27275 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.486 27162 27275 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.487 27162 27275 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.489 27162 27275 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.489 27162 27275 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
09-24 17:42:22.496 27162 27275 W unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230932, firstEncodedBytes: 03000800580500000100, length: 1368}

The Wikidata and OkHttp lines can probably be ignored, I guess they happen in the background.
I may have missed some, but the important lines seem to be:

09-24 17:42:19.360 27162 27162 D MainActivity: Intent {  }
09-24 17:42:19.489 27162 27162 D MainActivity: Intent {  }
09-24 17:42:19.503 27162 27820 D MediaScannerConnection: Scanned /storage/emulated/0/Pictures/CommonsContributions/IMG_20230924_174219_1..jpg to content://media/external_primary/images/media/1000008738
09-24 17:42:19.504 27162 27820 D PickedFiles: Scanned /storage/emulated/0/Pictures/CommonsContributions/IMG_20230924_174219_1..jpg:
09-24 17:42:19.505 27162 27820 D PickedFiles: -> uri=content://media/external_primary/images/media/1000008738
09-24 17:42:19.508 27162 29342 D CookieManager: Domain:commons.wikimedia.org
09-24 17:42:19.595 27162 27162 D UploadActivity: Received intent Intent { act=internalImageUploads cmp=fr.free.nrw.commons/.upload.UploadActivity (has extras) } with action internalImageUploads
09-24 17:42:19.596 27162 27162 I UploadActivity: Received multiple upload 1
09-24 17:42:19.617 27162 29291 D CookieManager: Domain:commons.wikimedia.org
09-24 17:42:19.673 27162 27162 D UploadModel: File created date is -1
09-24 17:42:19.675 27162 27162 D FileMetadataUtils: Retuning tags for pref:Author
09-24 17:42:19.676 27162 27162 D FileProcessor: Checking for tag: Artist
09-24 17:42:19.677 27162 27162 D FileProcessor: Checking for tag: CameraOwnerName
09-24 17:42:19.677 27162 27162 D FileMetadataUtils: Retuning tags for pref:Copyright
09-24 17:42:19.677 27162 27162 D FileProcessor: Checking for tag: Copyright
09-24 17:42:19.678 27162 27162 D FileMetadataUtils: Retuning tags for pref:Camera Model
09-24 17:42:19.678 27162 27162 D FileProcessor: Checking for tag: Make
09-24 17:42:19.678 27162 27162 D FileProcessor: Exif tag Make with value Google redacted.
09-24 17:42:19.679 27162 27162 D FileProcessor: Checking for tag: Model
09-24 17:42:19.679 27162 27162 D FileProcessor: Exif tag Model with value Pixel 7 Pro redacted.
09-24 17:42:19.679 27162 27162 D FileMetadataUtils: Retuning tags for pref:Lens Model
09-24 17:42:19.680 27162 27162 D FileProcessor: Checking for tag: LensMake
09-24 17:42:19.680 27162 27162 D FileProcessor: Checking for tag: LensModel
09-24 17:42:19.680 27162 27162 D FileProcessor: Checking for tag: LensSpecification
09-24 17:42:19.681 27162 27162 D FileMetadataUtils: Retuning tags for pref:Serial Numbers
09-24 17:42:19.681 27162 27162 D FileProcessor: Checking for tag: BodySerialNumber
09-24 17:42:19.681 27162 27162 D FileProcessor: Checking for tag: LensSerialNumber
09-24 17:42:19.682 27162 27162 D FileMetadataUtils: Retuning tags for pref:Software
09-24 17:42:19.682 27162 27162 D FileProcessor: Checking for tag: Software
09-24 17:42:19.694 27162 27162 D FileProcessor: Calling GPSExtractor
09-24 17:42:19.695 27162 27162 D ImageCoordinates: EXIF data has location info
09-24 17:42:19.698 27162 28593 D 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.645183333333335%7C139.71729722222221&generator=geosearch&ggscoord=35.645183333333335%7C139.71729722222221&ggsradius=10000&ggslimit=10&ggsnamespace=6&ggsprop=type%7Cname%7Cdim%7Ccountry%7Cregion%7Cglobe&ggsprimary=all&formatversion=2
09-24 17:42:19.730 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.730 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.751 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.751 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.771 27162 27162 D MediaLicenseFragment: Position: 0 CC0
09-24 17:42:19.773 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.773 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.774 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:19.774 27162 27162 D AutofillManager: view not autofillable - not passing ime action check
09-24 17:42:20.143 27162 27162 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e09a26c
09-24 17:42:20.158 27162 27162 I Choreographer: Skipped 36 frames!  The application may be doing too much work on its main thread.
09-24 17:42:20.179 27162 27162 I UploadMediaDetailAdapter$ViewHolder: descItemEditText:fr.free.nrw.commons.ui.PasteSensitiveTextInputEditText{8d783b8 VFED..CL. ......I. 0,0-0,0 #7f0900e4 app:id/description_item_edit_text}
09-24 17:42:20.180 27162 27162 D UploadMediaDetailAdapter$ViewHolder: UploadMediaDetail is UploadMediaDetail(languageCode=null, descriptionText=, captionText=)
09-24 17:42:20.258 27162 27162 D ContributionsFragment: Number of notifications is 0
09-24 17:42:20.398 27162 29342 I System.out: Color for x=1870 y=317: -16250872 Color.red:0
09-24 17:42:20.403 27162 29342 I System.out: For latitude=35.645183333333335 longitude=139.71729722222221 (x=1870 y=317) found country 17
09-24 17:42:20.407 27162 29342 D CookieManager: Domain:www.wikidata.org
09-24 17:42:20.407 27162 29342 D CookieManager: Adding centralauth cookies
09-24 17:42:20.591 27162 27272 W unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230830, firstEncodedBytes: 03000800C40C00000100, length: 3268}
09-24 17:42:20.628 27162 27276 W unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230830, firstEncodedBytes: 03000800C40C00000100, length: 3268}
09-24 17:42:20.661 27162 27162 D LocationServiceManager: on location changed
09-24 17:42:21.454 27162 27162 W Choreographer: Frame time is 0.043539 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
09-24 17:42:22.496 27162 27275 W unknown:ProgressiveDecoder: unknown image format, {uri: res:/2131230932, firstEncodedBytes: 03000800580500000100, length: 1368}

It is interesting to see that the app manages to parse the picture's EXIF: If I use the "Fake GPS" app to pretend I am in Costa Rica, the log line towards the middle says found country 800 instead of found country 17 (https://www.wikidata.org/wiki/Q800 is Costa Rica, https://www.wikidata.org/wiki/Q17 is the country I took the logcat above in).

@srishti-R
Copy link
Contributor Author

srishti-R commented Sep 24, 2023

@RitikaPahwa4444 Tested the build on api 23 as well, works well for me. Also, the sign up screen crashes for API 21, need to update jdk version and 2 dependencies, can be fixed as part of separate issue here.
@nicolas-raoul the app max supports API 33 and is compiled for that, android 14 is API 34, we will need to update the max SDK version first and then rigorously test for each aspect.

@RitikaPahwa4444
Copy link
Collaborator

the app max supports API 33

Do we have a maxSdkVersion too? I'm sorry, I was completely unaware of this. Declaring it is not recommended, in general.

@srishti-R
Copy link
Contributor Author

srishti-R commented Sep 24, 2023

the app max supports API 33

Do we have a maxSdkVersion too? I'm sorry, I was completely unaware of this. Declaring it is not recommended, in general.

@RitikaPahwa4444 I meant compile and target SDK above. Sry for the confusion.

@nicolas-raoul
Copy link
Member

I am running the app on Android 14, but I compiled it without modifying any file, meaning with compileSdkVersion=targetSdkVersion=33.
That should work right? 🙂

@srishti-R
Copy link
Contributor Author

srishti-R commented Sep 24, 2023

I am running the app on Android 14, but I compiled it without modifying any file, meaning with compileSdkVersion=targetSdkVersion=33. That should work right? 🙂

@nicolas-raoul Tested this on API 34 (emulator) as well, works well for me, env was prodDebug.
Maybe some device specific issue you are facing?

Screenshot_20230924_155050

@nicolas-raoul
Copy link
Member

Thanks for testing!
It sounds device-specific indeed. I am using Pixel 7 Pro with prodDebug. If you want me to try anything please let me know. :-)

@srishti-R
Copy link
Contributor Author

srishti-R commented Sep 24, 2023

Thanks for testing! It sounds device-specific indeed. I am using Pixel 7 Pro with prodDebug. If you want me to try anything please let me know. :-)

if you could try running on some other device with android 14 that would be great, on my end I can try on this device. If everything works for me, idk how to debug the issue you are facing. The logs above don't seem to be of any help.

Also, can you make sure that the issue you are facing is not something permission related, you can copy paste this one liner code to main where the code for #5299 was merged and try running.

@nicolas-raoul
Copy link
Member

Somehow the upload failure does not seem to happen today, on the same Pixel 7 Pro device. 🤯
I also tested on Pixel 6 Pro with Android 14, and Samsung S10e with Android 9, both have the same minor issues (asking for a shoot twice, and displaying "Error occurred while picking images") but they actually correctly upload the picture without losing metadata entered by the user. 🎉

Accordingly, I am in favor of merging this. 🙂

Copy link
Member

@nicolas-raoul nicolas-raoul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for this other release blocker fix! 🙂

@nicolas-raoul nicolas-raoul merged commit 2fc8527 into commons-app:main Sep 25, 2023
1 check passed
@sivaraam
Copy link
Member

..., both have the same minor issues (asking for a shoot twice, and displaying "Error occurred while picking images") but they actually correctly upload the picture without losing metadata entered by the user. 🎉

I tested on a OnePlus Nord running Android 12 and observe the minor issues, too. I opened issue #5305 to track this.

@srishti-R
Copy link
Contributor Author

Somehow the upload failure does not seem to happen today, on the same Pixel 7 Pro device. 🤯 I also tested on Pixel 6 Pro with Android 14, and Samsung S10e with Android 9, both have the same minor issues (asking for a shoot twice, and displaying "Error occurred while picking images") but they actually correctly upload the picture without losing metadata entered by the user. 🎉

Accordingly, I am in favor of merging this. 🙂

@sivaraam @nicolas-raoul I was not able to replicate the issue mentioned in #5305 on both emulator and a device, so maybe someone else can take a look at it.

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

Successfully merging this pull request may close these issues.

Disable (or fix) in-app camera before release
4 participants