Giter Site home page Giter Site logo

Comments (38)

omicron321 avatar omicron321 commented on August 28, 2024 1

yarushi lately too, but fixed it by resetting his browser.

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Several questions:

  • What browser are you using?
  • Does it work if you change Steam's language to English?
  • Does it work if you do a hard refresh (ctrl+f5)?

from steam-economy-enhancer.

yarushi avatar yarushi commented on August 28, 2024
  1. Chrome
  2. Not working with English
  3. Not working with hard refresh too

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Alright, I can't reproduce it. I've tested it on 3 different machines (Chrome + Firefox) and it's working on all of them. Maybe you can try it on another browser?

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

have exactly the same problem in chrome :( infinite loading market listings :(

UPDATE: just tryed on firefox, fresh installation, yet, same problem :(

btw its doing the same thing even if I dont have anything or market:

w39tqhb

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Does anything related to an error show up in the developer's console (F12)?
I'd like to fix it of course but as I can't reproduce it it's impossible for me.

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

Dunno if its related.. on chrome Ive got this after market refresh.
i63uh2z

and firefox:

z3eklcu

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

I don't think so, no, I have that as well and it's working fine here.
If you log network connections (Net) in Firefox, does anything show up there?
It should make connections such as:
http://steamcommunity.com/market/mylistings?count=100&start=0
http://steamcommunity.com/market/mylistings?count=100&start=100

If you manually enter that url in the browser, does that print anything that's related to your listings?

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

yes, if I enter those urls to chrome or firefox, it does print info about my listings.

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Alright, so that's at least working then. I pretty much need someone with this issue that has some coding experience and can help me debug this.

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

Hello, thanks for your great script.
I think I also had this problem... I don't know how I fixed it....
Maybe just (dis)enabling the userscript. Or messing with EnhancedSteam.

Also, the page navigation disappear : http://i.imgur.com/i3DO7HX.png

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Page navigation is removed as all listings are loaded, it's pointless.

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

The page only lists 100 items : http://i.imgur.com/onUzqTi.png
While I have 1000+ items for sale.

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

parseInt... http://i.imgur.com/hN2CnG6.png :P

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

Fixing it and making it display 1000+ market items is very heavy at the moment anyway...

from steam-economy-enhancer.

yarushi avatar yarushi commented on August 28, 2024

Not working with firefox too :/

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

Here a quick-fix to apply : http://i.imgur.com/gO5V1O1.png but be aware page will be slow at beginning if you have lots of items on sale...

from steam-economy-enhancer.

yarushi avatar yarushi commented on August 28, 2024

Thanks, It's working now. But the relist button seems get removed, or is it just here ?

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

so I just found a weird thing...
if my market list is < 10 items = infinite loading
if my martket list is > 10 items = I can see list without infinite loading

hopefully this will helps you :)

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Alright, I don't have 1000+ items so I couldn't test that. I already had a function to replace non numbers so I've changed that.

I have about 800 listings at market place without any performance issues (Firefox). Ideally I'd like to keep the pagination but this is problematic because the content is loaded async (every time to go to another page, even back) it's hard to show progress or any kind of feedback that's useful to the user. I think I can add some 3rd party pagination, I'll check it out later.

Regarding the listings, I'm not sure why that happens with < 10 items. Did you find any reason why?

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

I haven't looked for < 10 items yet.

I have tested main market page. With 2000+ listed items. (thanks to your script !)
Script's performance is MUCH better on Firefox than Chrome !
And performance tools much better and useful in a first approach... (but afaik, sadly Firefox doesn't offer unminifying on the fly)

Also, I found a typo... not sure how g_bmarketwindowhidden is working, though.
injectjs unknown, because it is supposed to be injectJs http://i.imgur.com/FjgZq1v.png

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

Oh, and those buttons appear on Firefox... but not in Chrome http://i.imgur.com/3ptBGTP.png
...but adding items to market is failing for some reasons on Firefox on my side... o_o

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

nope I didnt find anything, why < 10 items = infinite loading :(
but I can say for sure, that there is something wrong.. tryed that several times, and always same result

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Firefox absolutely has a unminify option (Automatically black box minified sources).
I personally only use Firefox, never been a fan of Chrome.

For some reason the injectJs code was put to lower case, not sure when that happened but it's an easy fix (already did that).

I'll investigate the < 10 items bug too, I'll just have to remove all my 800 listings and try again, it's not that hard. I'm currently adding some pagination and a search for market listings, but I still need to style it.

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Please try out 3.5.0 :)

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

niiiiiiice 👍 its working now

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Including < 10 items?

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

yes, good job! 👍

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

It works quite well.

  • Actually, there must be a conflict issue with EnhancedSteam that causes performance drop (tested on Chrome).
    After disabling EnhancedSteam, market listing on main page is MUCH faster.
  • sort by price : ok
  • sort by name : seems ok apart for 2 items placed before the others.
  • sort by date : random/unconsistant
  • search item : nice feature. It doesn't search for ":" though.
  • still using max price for items that have no buy offers (or recent transactions ?) o_O
  • misplaced search box here : http://steamcommunity.com/market/listings/753/Snowflake%20Skin
    I get that : in that kind of item pages : http://i.imgur.com/0jI2idZ.png

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

I'm not using Enhanced Steam, I already made some changes regarding sorting and ES but I'm not really looking into coding a ton of extra stuff just to get around it. I accept PRs for this if anyone is feeling up to it.

Regarding the sorting: price is easy, as it's just a few numbers. sorting by name too (just using default js sort). Sort by date relies on Date.js, If there's a better library it shouldn't be too hard to use but I've yet to find one (+ localized preferably). It works rather well in English at least.

The misplaced search box, there shouldn't be on for those listings, should be fixable.

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

BTW, the maximum price is used for items that have no sell orders. Buy orders are only used if their price exceeds the calculated price (extremely unlikely) or if their price exceeds your maximum defined price (for example, you have the max set to 25 cents, a buy order wants to give 30 cents -> it will list it for 30 cents). This is the expected behavior and it's what I want, it doesn't make sense from an economic point of view to take your minimum price for example.

from steam-economy-enhancer.

omicron321 avatar omicron321 commented on August 28, 2024

I am talking about that kind of cases : http://i.imgur.com/jOSskWG.png
No buying offers => the autosell will use max price. At least, that is what I get like 99% of cases.
Though, it doesn't matter for me anymore. Everything from my inventory went on sale. And I (or anyone) can force very low max price if needed.

About ES :
As ES is quite use, some people might want to be aware of temporary fix when they want to use Steam-Economy-Enhancer.
As ES is injecting scripts a bit everywhere on Steam, it should ES responsibility to offer more options to disable what it does on market page.

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Can you also send me one of these cards that's 100% certain causing issues? This should also be fixed then 👍

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

Fixed the search box, the rest seems to fixed in here.

from steam-economy-enhancer.

Botan626 avatar Botan626 commented on August 28, 2024

Hello. Just installed this extension, and I'm having this issue.

from steam-economy-enhancer.

Sparh4wk avatar Sparh4wk commented on August 28, 2024

yes, the issue < 10 = infinite loading is back :(

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

I'll investigate this again.

from steam-economy-enhancer.

Nuklon avatar Nuklon commented on August 28, 2024

I think I found the problem and have fixed it, will upload a new version in a sec.

from steam-economy-enhancer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.