Wulf2k / DaS-PC-MPChan

77 stars 30 forks source link

Catch exceptions for missing online state #5

Closed Chronial closed 8 years ago

Chronial commented 8 years ago

Quickfix for this error: http://steamcommunity.com/app/211420/discussions/0/364039785166582725/?tscn=1461686531#c364039785168832572

The root of this problem is that the steam api limits requests to 100 ids at once, which is inherited by the script. I think it would be a good idea to try and keep requests to steam api low. I suggest reducing the number of recent nodes to 70 – that leaves room for 30 favorites. If the user has more, the online state will just be less accurate.

Chronial commented 8 years ago

Note that this is still necessary, even with da863a792d79d27. The online service does not guarantee to return info for all IDs that were passed to them.

Wulf2k commented 8 years ago

Sorry, lost track of this this one and thought it had been rolled into one of the others.

Been banging my head against the wall trying to get some DirectX stuff working in VB. Thanks for all your contributions lately.