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

Trophy EarnedDateTime and Progress can't be retrieved at the same time #250

Open
Ragowit opened this issue Jun 16, 2023 · 3 comments
Open

Comments

@Ragowit
Copy link
Collaborator

Ragowit commented Jun 16, 2023

For some reason, I can't get these two values at once. And which one I get data from is depending on which one gets called first.

$trophy->earnedDateTime(); // Will get me the date
$trophy->progress(); // Always null

Or

$trophy->progress(); // Will get me the progress
$trophy->earnedDateTime(); // Always null
@Ragowit
Copy link
Collaborator Author

Ragowit commented Jun 16, 2023

I have found a work-around for the time being:

(clone $trophy)->earnedDateTime(); // Will get me the date
$trophy->progress(); // Will also get me the progress

@pradella
Copy link

@Ragowit do you know how I get game progress, like this image:

image

@Ragowit
Copy link
Collaborator Author

Ragowit commented Dec 29, 2023

@pradella No, I do not. You might try your luck by asking over at https://github.com/andshrew/PlayStation-Trophies

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

No branches or pull requests

2 participants