Hi it's me again, I've recently released a game on gamejolt (https://gamejolt.com/games/dsatkk/992604) and for some reason, everyone I've seen play this is unable to log into gamejolt and gets the same error, which is weird, considering it works perfectly fine for me, I am using an old version but again the newest version doesn't seem to work for me (Although I haven't fully tested it out, so I'll try it again tomorrow), is there any advice you can possibly give me?
Viewing post in GameJolt-API-Plugin comments
I've made several tests. It seems your nw.js-version is not compatible with the plugin. I replaced the old plugin with the latest version, set up the correct parameters and updated the nw.js-version to 0.104.1 (the version I run my tests). Everything works fine.
If you want to check which nw.js-version you are using, type
nw.process.versions.nw
into the console.
If you want to update your nw.js-version, here is a step-by-step-guide to do so.
At the moment I don't know which version you need at least to run the latest version of the GameJolt-Plugin. But I recommend to update to the latest nw.js-version.
You may have to insert a name-property to your package.json. The property is there by default but empty. Just type any name in it.