Argosth

Results 11 comments of Argosth

My question is, why is the `comparedUser` property giving errors? I also realise that using other options, I get 36 results, so I think that's the maximum amount of the...

That was so weird too, the thing is, I have played The Evil With In 2, but I don't have the game or trophies loaded to psn, I have the...

Hi again, I've been doing some test to see which functions are not working properly, and at this moment, this is my experience: game.php errors: - Platinum earned() return nothing...

@mrcrazylee Thank you very much, I've applied the modifications, it seems that now there are less errors. I still have the problem of only 15 games in total, and "The...

Good morning, I want to say that I'm willing to help in this protect, but the thing is, I'm not a PHP expert, but I want to help, is there...

> I noticed that on my PS5 console around the time you wrote this issue so was it really slow on loading trophies. Might have been a Sony hiccup. Still...

> Honestly, I don't know. And you're sure you haven't made any changes to your code? > > I have a strange bug that this tool only grabs the first...

> Strange, seems fine to me. What PHP version are you running? For reference, I'm using PHP 8.2 My version is 8.2.4, and the thing is that two days ago...

> My site https://psn100.net updates just fine. > > No, clone on both shouldn't be needed. Have you tried to update your npsso on the account your using with the...

> Seems good, here's my login code for reference: > > ``` > try { > $client = new Client(); > $npsso = GetNpssoFromDatabase(); > $client->loginWithNpsso($npsso); > } catch (Exception...