Niels Pilgaard Grøndahl
Niels Pilgaard Grøndahl
Make sure you have Java 64bit installed.
Looks like you have 32bit Java installed.
Thanks for the report. Could you please provide your `settings.ps1` file? Also, I take it you've added your api token to the `secrets.ps1` file?
Any chance you have a the returned error in english? 😅
Thank you kindly. Do you also have the output just prior to this? I'm looking for something like this: ``` Client Metadata: { changelog: 'The Changelog is currently being written,...
It is indeed. Odd, that looks perfectly valid. I'm guessing they're finally patching the odd json format they used to expect. Could you perhaps re-try a couple of times, see...
Hmm alright. Could you please try replacing the setting of the `$CLIENT_METADATA` parameter like below? Change this: ```ps1 $CLIENT_METADATA = "{ changelog: `'$CLIENT_CHANGELOG`', changelogType: `'$CLIENT_CHANGELOG_TYPE`', displayName: `'$CLIENT_FILE_DISPLAY_NAME`', gameVersions: [$GAME_VERSIONS], releaseType:...
Yikes. CurseForge still dislikes normal JSON I guess :P Please revert that change, and make this change instead: Change: ```ps1 -F metadata=$CLIENT_METADATA ``` to ```ps1 -F metadata=([System.Text.Encoding]::UTF8.GetBytes($CLIENT_METADATA )) ```
Oh woops, I think it should've been: `-F metadata=([System.Text.Encoding]::UTF8.GetString($CLIENT_METADATA))`
> ``` > Client Metadata: > > { > changelog: 'You aren't supposed to be here... There is nothing for you to see here...', > changelogType: 'markdown', > displayName: 'PhoenixRising...