Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] "No game data found. Please make sure the custom URL name is spelled correctly" #243

Open
AustinYQM opened this issue Feb 3, 2023 · 16 comments

Comments

@AustinYQM
Copy link

Describe the bug
Can not get games list. Receive error saying "No game data found. Please make sure the custom URL name is spelled correctly"
My games list is public and can be seen here.

To Reproduce
Steps to reproduce the behavior:

  1. Go to tools
  2. Click on 'update games list'
  3. See error

Expected behavior
It to update the game list

Screenshots
image
I have only tried the "local machine" and "64-bit steam ID" options. Both produce the same result

Desktop (please complete the following information):

  • OS: Windows
  • 11
  • .NET Version .NET Framework 4.8.1

Additional context
I have premium api set up, if that makes a difference.

@AustinYQM AustinYQM changed the title [BUG] [BUG] "No game data found. Please make sure the custom URL name is spelled correctly" Feb 3, 2023
@alexkyb
Copy link

alexkyb commented Feb 4, 2023

I have a similar problem.

After some browsing in the source code I found a possible reason for this problem. I am not part of the development team of this project, thus I have only a small understanding of the source code.

Depressurizer has several ways to retrieve the user game list.

  1. Local:
  • Description: The localconfig.vdf file is accessed.
  • Problem: In this file it tries to retrieve a specific list ("Licenses"). It seems that Valve has changed the structure and components of this file and removed this list. (probably it was moved to the licensecache file).
  1. Web update with Steam id/ApiToken:
  • Description: Should access the public - games list
  • Problem: The functions I found related to this don't seem to work (featureless, only visual functionality).

I think currently depressurizer is not functional anymore.

Again this is only my humble opinion, with my limited understanding.

@pborchert
Copy link

I am also having this problem!

@colelisiongaming
Copy link

Same issue as well!

@ww460160885
Copy link

+1

@mvegter
Copy link
Member

mvegter commented Feb 18, 2023

Could you open your File Explorer and go to %appdata%/Depressurizer/logs , remove all the .log files and try to update your game list. After that close Depressurizer and please upload the log file here or send it to me per email. I'm unable to replicate this

@KoboldShenanigans
Copy link

I'm having the exact same issue and i just downloaded the program.

@pborchert
Copy link

Sorry I took so long getting back to you. It's been a hellish week at work. I sent it to your email. I didn't want to post it here in case information should be private.

@gjdunga
Copy link

gjdunga commented Feb 22, 2023

+1 Email Sent.

@AustinYQM
Copy link
Author

@HaziqBD
Copy link

HaziqBD commented Mar 7, 2023

I have this problem too, but I installed my game on another disk drive. Can that be a problem as to why it doesn't detect the game?

@Pepster3
Copy link

Pepster3 commented Mar 7, 2023

Same issue here - Does DP just not work anymore due to Steam's library changes? That's unfortunate.

I've tried using the local machine user, custom URL, and both with and without the web API - Can't load my game list at all.

@pborchert
Copy link

If you look back @mvegter wanted my log and a few more of us submitted logs as well. I hope he will respond soon. Shame on Steam for not having a backward compatible API.

@mescaline007
Copy link

seems Steam updated their DB, so now local file differs, and here's the bunch of issues because of it

@thisischrys
Copy link

Can confirm, issue is present on new installs, tried multiple different machines.

@therealbungus
Copy link

This is even happening on old installs. This bug renders this program unusable at the moment.

@pborchert
Copy link

I was working with the latest release this weekend and had no problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests