#๐Ÿ”’ psnawp problem

4 messages ยท Page 1 of 1 (latest)

silent lynx
#

I need help with something. I've been trying to solve this problem for a week now, but I haven't succeeded. I designed a program using artificial intelligence. Using the Playstation API, we can see our trophies, game progress, and playtime on mobile and PSN. I wrote it in Python. I've encountered a problem. It's related to the Playstation API. Websites like psnprofiles and pocketpsn have solved this problem, but I have no idea how they did it. I also messaged the person who wrote the script. They suggested a solution, I tried it, but it didn't work, or maybe I couldn't figure it out. The problem is this: When you click on a game, the main game and any DLC trophies are listed. And if you've won these trophies, it shows the date and time. I can't use these two features on the same page or in the same application. If the main game and DLCs are displayed, the trophy winning dates aren't shown. If the trophy winning dates are shown, then the DLCs aren't shown. No matter what solution I tried, it couldn't figure it out by asking the AI. I think it's a difficult thing to solve.

Useful resources:

https://pypi.org/project/psnawp/

https://andshrew.github.io/PlayStation-Trophies/#/APIv1

https://andshrew.github.io/PlayStation-Trophies/#/APIv2

Developer's suggested solution: https://github.com/andshrew/PlayStation-Trophies/issues/39#issuecomment-3794549350

This is a solution proposed by someone who, like me, created another program using artificial intelligence to solve this problem. I messaged them but they haven't replied. He solved this problem but chose not to answer. It seems like this problem could be solved with the help of artificial intelligence, but no matter what I do, I can't find a solution. Maybe I'm saying something wrong. I need help from those who know Python coding.
He answer:
I use this api end point (https://andshrew.github.io/PlayStation-Trophies/#/APIv2?id=trophy-title-summary-for-specific-title-id) to map titleID to NPcommuID.

GitHub

Is it possible to turn these API's into a program and publish it? I couldn't find an app on my computer that could track all my trophies. Such a program is really necessary. I don't kno...

reef oasisBOT
#

@silent lynx

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

reef oasisBOT
#

@silent lynx

Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.