question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nearby item descriptions not working in v2.5.0 (beta)

See original GitHub issue

Posting 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 ?

vojtech_nearby

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
nicolas-raoulcommented, Dec 28, 2017

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!

0reactions
misaochancommented, Dec 30, 2017

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found