Playnite Forums
SuccessStory - Printable Version

+- Playnite Forums (https://playnite.link/forum)
+-- Forum: Extension Database (https://playnite.link/forum/forum-3.html)
+--- Forum: Generic Extensions (https://playnite.link/forum/forum-6.html)
+--- Thread: SuccessStory (/thread-275.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: SuccessStory - Lacro59 - 11-09-2020

I published a new release with more debug information.
If you have any problem with v1.1, refresh and try again before post your playnite.log.
Thanks.


RE: SuccessStory - Anthlon - 11-09-2020

I have good and bad news.

Good news
- Xbox Achievements appear to be fixed for me now, they are showing all the correct achievements for the correct games!

Bad news
- Retro Achievements for Gameboy games (Gameboy, Colour, Advance) do not seem to be working. I confirmed that I have the correct MD5 sum rom of Pokemon Emerald and achievements are not appearing in Playnite. I launched the game through Retroarch directly and was able to see the achievements within that system. When checking playnite.log I can see this (I tried deleting achievement data)

09-11 15:40:29.288|INFO|PlayniteUiHelper:SuccessStory - Download achievements for Pokemon Emerald - RetroAchievements
09-11 15:40:29.318|INFO|GenericAchievements:SuccessStory - Find for pokemon emerald / pokemon emerald with Nintendo Game Boy Advance in 7
09-11 15:40:29.534|INFO|AchievementsDatabase:SuccessStory - 2e190242-a84f-4433-adfd-22e9bad514ca is null
09-11 15:40:29.549|INFO|AchievementsDatabase:SuccessStory - 55820370-2830-474f-b5fc-34bb02105da5 is null
09-11 15:40:29.558|INFO|AchievementsDatabase:SuccessStory - 66457cf6-aebf-480a-8db3-a4785fd27a5a is null
09-11 15:40:29.607|INFO|AchievementsDatabase:SuccessStory - c63c456a-a2dc-4c53-8785-f29a64efe9ef is null
09-11 15:40:29.607|INFO|AchievementsDatabase:SuccessStory - cfe3dcee-9622-41cd-97df-c3fc4da22111 is null
09-11 15:40:29.619|INFO|AchievementsDatabase:SuccessStory - dfddec7e-bb52-458c-8afb-9049175ff77a is null
09-11 15:40:29.634|WARN|PlayniteUiHelper:SuccessStory - No achievements for Pokemon Emerald


RE: SuccessStory - Rettznom - 11-11-2020

I'm having trouble downloading Steam Achievement data. Origin and GOG work fine.

[attachment=1019]

After several minutes of processing, all I get is this notification:

[attachment=1020]

My Steam privacy settings are public, I am unsure what other settings it is referring to.

[attachment=1018]


RE: SuccessStory - joyrider3774 - 11-11-2020

try adding the steam api key in your steam settings it could help


RE: SuccessStory - Rettznom - 11-11-2020

(11-11-2020, 05:53 PM)joyrider3774 Wrote: try adding the steam api key in your steam settings it could help

What API key? I don't see an API key in my Steam settings.


RE: SuccessStory - joyrider3774 - 11-11-2020

The plugin probably uses same authentication as there, so try to enable private account with api key it has helped me with other extensions getting data from steam
[Image: 300Ze0C.png]


RE: SuccessStory - Rettznom - 11-11-2020

[attachment=1025 Wrote:joyrider3774 pid='2506' dateline='1605128440']The plugin probably uses same authentication as there, so try to enable private account with api key it has helped me with other extensions getting data from steam

I click "Get API Key" and it brings me to the "Register Steam Web API Key" page. What am I supposed to enter as the domain?

Never mind, you can enter anything, duh. lol
Now my question is, where do you enter this in for Success Story?


RE: SuccessStory - joyrider3774 - 11-11-2020

it probably uses it automatically to be autenticated i did not verify enter it in the screenshot i showed you and restart playnite & try your problem again


RE: SuccessStory - Rettznom - 11-11-2020

(11-11-2020, 09:39 PM)joyrider3774 Wrote: it probably uses it automatically to be authenticated i did not verify enter it in the screenshot i showed you and restart Playnite & try your problem again

Your right. After entering it into Playnite, Success Story automatically uses it. This worked. Thank you for your help.


RE: SuccessStory - Aggband - 11-12-2020

Hello there, I'm having a problem specifically with RetroAchievements, there are no errors shown but trying to download or reset the achievements results in an unmoving loading screen. I pasted the error that every game is getting in the log. Thanks!


10-11 13:55:14.409|ERROR|Common:SuccessStory [??? 189] - Failed to parse Invalid API Key

Newtonsoft.Json.JsonReaderException: Error parsing Infinity value. Path '', line 1, position 2.
at Newtonsoft.Json.JsonTextReader.ParseNumberPositiveInfinity(ReadType readType, Boolean matched)
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at SuccessStory.Clients.RetroAchievements.GetConsoleIDs(String PluginUserDataPath) in E:\Github\Lacro59\playnite-successstory-plugin\Clients\RetroAchievements.cs:line 189
10-11 13:55:14.414|ERROR|Common:SuccessStory [??? 70] - Error on RefreshData(All, True) for Harvest Moon 3 GBC

System.NullReferenceException: Object reference not set to an instance of an object.
at SuccessStory.Clients.RetroAchievements.GetAchievements(Game game) in E:\Github\Lacro59\playnite-successstory-plugin\Clients\RetroAchievements.cs:line 70
at SuccessStory.Models.AchievementsDatabase.Add(Game GameAdded, SuccessStorySettings settings) in E:\Github\Lacro59\playnite-successstory-plugin\Database\AchievementsDatabase.cs:line 842
at SuccessStory.Views.SuccessStorySettingsView.<>c__DisplayClass42_0.<RefreshData>b__0() in E:\Github\Lacro59\playnite-successstory-plugin\Views\SuccessStorySettingsView.xaml.cs:line 412
10-11 13:55:15.732|ERROR|Common:SuccessStory [??? 189] - Failed to parse Invalid API Key


RE: SuccessStory - Lacro59 - 11-12-2020

(11-12-2020, 06:07 PM)Aggband Wrote: Hello there, I'm having a problem specifically with RetroAchievements, there are no errors shown but trying to download or reset the achievements results in an unmoving loading screen. I pasted the error that every game is getting in the log. Thanks!
Did you take your RetroAchievement API Key here: https://retroachievements.org/APIDemo.php
[attachment=1027]


RE: SuccessStory - Aggband - 11-12-2020

Ah, I thought that the key referred to the password used in Retroarch, that was the problem. Thanks!


RE: SuccessStory - Goose - 11-27-2020

Hey Lacro

I've been looking into an issue with the plugin for the past couple of days when integrating into my grid view banner theme.

The plugin used to work fine weeks ago, but now the data only displays in grid detail view when the user has the page & details open (not in the collapsed state), goes to settings and manually reloads the plugin. The data then displays correctly until a new game is selected then it disappears again.

It works fine on the main detail view & with the progress bar at the top. Only if the details are collapsed it doesn't display. Any ideas? It used to work fine.


RE: SuccessStory - Lacro59 - 11-27-2020

(11-27-2020, 01:04 PM)Goose Wrote: Hey Lacro

I've been looking into an issue with the plugin for the past couple of days when integrating into my grid view banner theme.

The plugin used to work fine weeks ago, but now the data only displays in grid detail view when the user has the page & details open (not in the collapsed state), goes to settings and manually reloads the plugin. The data then displays correctly until a new game is selected then it disappears again.

It works fine on the main detail view & with the progress bar at the top. Only if the details are collapsed it doesn't display. Any ideas? It used to work fine.
Have you looked in Playnite.log for an error?


RE: SuccessStory - Goose - 11-27-2020

(11-27-2020, 03:22 PM)Lacro59 Wrote: Have you looked in Playnite.log for an error?


Yes, various versions of this regularly come up if they are relevant?


|ERROR|IntegrationUI: PluginCommon - btGameSelectedActionBarChild [PART_ButtonMoreActions] not find
|ERROR|IntegrationUI: PluginCommon - elGameSelectedDescriptionContener [PART_ElemDescription] not find

If all expander boxes are open the plugin displays correctly when I refresh it by toggling a setting like custom theme integration. It's when the expander boxes are collapsed and opened again everything is blank.

Has a change been made plugin/playnite side that only allows data to update when it's actively onscreen and not collapsed?


RE: SuccessStory - Lacro59 - 11-27-2020

(11-27-2020, 04:10 PM)Goose Wrote:
(11-27-2020, 03:22 PM)Lacro59 Wrote: Have you looked in Playnite.log for an error?


Yes, various versions of this regularly come up if they are relevant?


|ERROR|IntegrationUI: PluginCommon - btGameSelectedActionBarChild [PART_ButtonMoreActions] not find
|ERROR|IntegrationUI: PluginCommon - elGameSelectedDescriptionContener [PART_ElemDescription] not find

If all expander boxes are open the plugin displays correctly when I refresh it by toggling a setting like custom theme integration. It's when the expander boxes are collapsed and opened again everything is blank.

Has a change been made plugin/playnite side that only allows data to update when it's actively onscreen and not collapsed?
Be wait the next release.
I changed the integration system.


RE: SuccessStory - EustaceCS - 11-28-2020

How, by any chance, can I make the plugin fetch different achievement lists for
Battletoads (GameBoy) https://retroachievements.org/game/2211
Battletoads (NES) https://retroachievements.org/game/1509
?
That's two completely different games.
PlayNite recognizes them as separate entries with different release dates, covers, etc. SuccessStory does not (achievements from the latter are being displayed for both).

Also, are Arcade games supported?
Metal Slug series does have achievements at RetroAchievements (MS5, as example: https://retroachievements.org/game/12027 ) but SuccessStory doesn't show any.


RE: SuccessStory - Lacro59 - 11-28-2020

I must improve the RetroAchievements.
I've à issue for it: https://github.com/Lacro59/playnite-successstory-plugin/issues/58


RE: SuccessStory - Alowen - 11-29-2020

Stupid me, I just realised in gridview, you can simply also rightclick the game and go to successtory from there. I have a request: Is it actually possible to have a window open with the achievements of only the game you are clicking? If yes, do tell me, I could open a request then Smile> As always, thanks!


RE: SuccessStory - Lacro59 - 11-29-2020

(11-29-2020, 04:34 PM)Alowen Wrote: Stupid me, I just realised in gridview, you can simply also rightclick the game and go to successtory from there. I have a request: Is it actually possible to have a window open with the achievements of only the game you are clicking? If yes, do tell me, I could open a request then Smile> As always, thanks!
Yes, I'll can do it.