beareryet

  • Newbie
  • Posts: 7
  • Trades: 4
Re: Issue(s)
« Reply #45, on March 25th, 2017, 03:04 AM »Last edited on March 25th, 2017, 03:14 AM
Hero of the Kingdom II doesn't show up in search.
ED: and sometimes it shows up twice... ??? I don't know how to make it happen again.

And not really a issue, but a detail. I noticed that on offers the name of the game is linked to its lestrades page. Since that little arrow beside it is redundant, as it links to the same page, couldn't it be redirected to steam instead?
Re: Issue(s)
« Reply #46, on March 25th, 2017, 03:16 AM »
Quote from ☺☺☺ on March 25th, 2017, 03:14 AM
Try this:
First search for "hero of the kin"
then backspace 1 character so it becomes "hero of the ki", and it should show up.
Weirdly, it works, thanks!

devotee

  • Newbie
  • Posts: 29
  • Trades: 14
Re: Issue(s)
« Reply #47, on March 25th, 2017, 03:41 AM »Last edited on March 25th, 2017, 03:58 AM
I've also noticed that the search box acts funny sometimes, here's proof (and bug report)!



I discovered this while trying to search for NeverEnd, which doesn't show up in the results :-/
Quote from Nao 尚 on March 24th, 2017, 10:34 PM
Yes, I can manually launch an import of all recent bundles from ITAD, I just need to save the HTML for the latest bundles to get their IDs, then run my little scraper.
Oh, that would be great for the past (recent :P) bundles. No need for a bundle edit system right now. A simple index page for all scrapped bundles would be nice, too (sorted, more recent first). It would be useful to quickly add games to the tradable list (go to bundle page, click on a recent bundle, open each game on a different tab -via ctrl or middle mouse click-, then on each separate game page/tab click on the "Add to Tradables" button if needed). I really miss how easily it was to add games thanks to Rowtan's work with bundles on Barter (go to bundle page, select games -or select all-, add to tradable).

If it's easy/quick to do, it would be also nice to state in a bundle page which games are owned/wishlisted/blacklisted/tradable ("à la barter"). Maybe even a bit better, coloring the background for each row (green owned, blue wishlisted?) besides adding the corresponding icons somewhere (after the title or below it).

chaosfrost

  • Newbie
  • Posts: 9
  • Trades: 17

impaler0815

  • Newbie
  • Posts: 11
  • Trades: 9
Re: Issue(s)
« Reply #51, on March 25th, 2017, 03:14 PM »
Just saw a few minor issues - nothing big but i'll post them anyway. ;)

A few games are listed under the wrong name at lestrades - two examples:

"Town of Night" is listed as "Tracks and Turrets":

http://store.steampowered.com/app/546990/
https://lestrades.com/app/546990/

"Shadows 2: Perfidia" is listed as "Shadows: Price For Our Sins":

http://store.steampowered.com/app/606330/
https://lestrades.com/app/606330/

And the Steam level display on lestrade's profile page is wrong - i'm level 66 but on my profile page the Steam level is 64:

http://steamcommunity.com/profiles/76561198116534142/
https://lestrades.com/@76561198116534142/

willKane

  • Newbie
  • Posts: 2
  • Trades: 5
Re: Issue(s)
« Reply #52, on March 25th, 2017, 04:16 PM »
I can't synch wishlist and library through barter. What should I do?

chaosfrost

  • Newbie
  • Posts: 9
  • Trades: 17
Re: Issue(s)
« Reply #53, on March 25th, 2017, 06:40 PM »Last edited on March 25th, 2017, 07:08 PM
Stuck when tried to edit sent offer
https://lestrades.com/offer/460/
Got error message and now cant edit or delete this offer at all.

Edit: unstuck after some time.

[Lestrades.com] Nao 尚

  • I'm Share-Locked
  • Administrator
  • Posts: 1,396
  • Trades: 222
Re: Issue(s)
« Reply #54, on March 25th, 2017, 07:13 PM »
About the search engine: there's nothing miraculous in it. I search for words individually, that's all there is to it. However, the auto-suggest code is from Wedge, and I rewrote it from an earlier SMF implementation. The thing to keep in mind is that in order to 'feel' faster, the more you type, the less it searches the database. It will instead search among the existing search results. When you use backspace, it'll widen its result set from a previous save. I need to fix the thing though, because it's obviously not behaving well with a relatively complex set of results. The SMF version, after all, never tried to search for anything more than member names... Way, way easier to handle.

About game names: as often said, the database is taken from Barter. It doesn't really update its names, so I'm 'stuck' with those. I'm planning to hold two names in the database in the future: one from store pages (or Barter pages right now), and one from the Steam API, which sometimes have slightly different names. No time to work on that for now, though...

@theemu, actually you just need to replace 'steampowered' with 'lestrades'. 'store.lestrades.com' (http or https) automatically redirects to the correct, https-enabled URL. I did my best to make it easy to find games within LT in a geeky way. ;)

@impaler, 'Tracks and turrets'... Is that the previous name for that game, or an ACTUAL mix-up? Would be interested in knowing...

Re: Steam levels, they're only updated if you log out and log back in (it also updates your nickname, avatar and other Steam profile information). Did you do it?

@theemu- (2), yes, I'll do that if I can't find time to implement a proper double import of game names.
Literally, I'm just lazy here, because most of the code for that is ready-- I'm just not ready to handle doing double searches. Unless I only search on the API names and pray that everyone will be happy with them...

@willKane, when you say you can't sync, did you press the Sync button and then nothing happened..? Or did you fail to find the button? Did you look for it? Did you expect an automatic import? Do you want one? (I'm not enthusiastic about doing that... ^^)

@chaosfrost, what did you with your tradables in that offer..? It's messed up. Did you remove the games from your tradables while editing the offer? Because LT seems to be unable to find some of the tradables. I didn't account for that originally, so I fixed it to silently ignore those missing entries. Now you should finish your edit. ;)

chaosfrost

  • Newbie
  • Posts: 9
  • Trades: 17
Re: Issue(s)
« Reply #55, on March 25th, 2017, 07:19 PM »
Quote from Nao 尚 on March 25th, 2017, 07:13 PM
@chaosfrost, what did you with your tradables in that offer..? It's messed up. Did you remove the games from your tradables while editing the offer? Because LT seems to be unable to find some of the tradables. I didn't account for that originally, so I fixed it to silently ignore those missing entries. Now you should finish your edit. ;)
This is why i went to edit that offer. Traded some game on barter then delete from my wants here, then want to remove that game from offers i sent earlier. Seems like that was wrong order.

impaler0815

  • Newbie
  • Posts: 11
  • Trades: 9
Re: Issue(s)
« Reply #56, on March 25th, 2017, 07:23 PM »
Quote from Nao 尚 on March 25th, 2017, 07:13 PM
@impaler, 'Tracks and turrets'... Is that the previous name for that game, or an ACTUAL mix-up? Would be interested in knowing...

Re: Steam levels, they're only updated if you log out and log back in (it also updates your nickname, avatar and other Steam profile information). Did you do it?
There was a game called "Tracks and Turrets" in the Steam store but it has been removed so that's apparently a mix-up.

I just logged out and in again and now the Steam level on my profile is correct.

willKane

  • Newbie
  • Posts: 2
  • Trades: 5
Re: Issue(s)
« Reply #57, on March 25th, 2017, 07:57 PM »
Quote from Nao 尚 on March 25th, 2017, 07:13 PM
@willKane, when you say you can't sync, did you press the Sync button and then nothing happened..? Or did you fail to find the button? Did you look for it? Did you expect an automatic import? Do you want one? (I'm not enthusiastic about doing that... ^^)
Nothing happens, and I'm on Chrome browser.

devotee

  • Newbie
  • Posts: 29
  • Trades: 14

Quantum

  • Newbie
  • Posts: 30
  • Trades: 4