Nearby item descriptions not working in v2.5.0 (beta)
See original GitHub issuePosting on behalf of @VojtechDostal who is unable to do so at the moment:
Item descriptions in Nearby Places do not work for him after the recent patch. For instance, this description used to beinstance of (P31)
(which admittedly isn’t the best description, haha, but still) but now only says ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Elementor v2.5.0 Beta Release #7145 - GitHub
Go to any widget, choose 'Position: Absolute', and you will be able to drag the widget to any location on the page, regardless...
Read more >[AB+|Rep] External item descriptions :: Comments
my game is up to date, and i uninstalled/reinstalled the mod, but items still display wrong. its not a big issue, but is...
Read more >Item descriptions not showing on printed customer receipts
I have the "Show item description" option checked in my Receipt settings but they, the item descriptions are not showing, only the item...
Read more >Known Issues - Fatshark Support
There is no need to contact us about known issues;... ... The appropriate descriptions may be missing for items, missions, etc. instead ...
Read more >New features available with macOS Ventura. - Apple
Preview the latest features, enhancements, app updates, and more in macOS Ventura for Mac.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Our query works (giving “usedlost”) if the language is cs. But it also works (giving “Seosko gospodarstvo”) when using the language codes iamsurethiscodedoesnotexist.
So it is not the problem I was thinking about. There must be another problem. Could someone get the HTTP request/response when that happens? It would tell us on what side is the problem. Thanks!
Errr… I think I might have solved this while working on Nearby uploads. It appears that we are calling
place.getDescription().getText();
to get the description, but getDescription() actually returns an enum (which is used for selecting the icon), and I don’t think getText() is converting that appropriately. Instead, AFAIK, what we really want is the longDescription .The PR I submitted solves the problem for me. I had initially included it in my feature branch, but figured I should submit this to master now so people can test it and to prevent others from wasting further time on it (if my PR indeed works).
Could anyone (especially those with a non-English phone language) help test and see? Thanks!