Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to process update information #1373

Open
bookerthegeek opened this issue Nov 13, 2024 · 1 comment
Open

Failed to process update information #1373

bookerthegeek opened this issue Nov 13, 2024 · 1 comment
Labels
Bug Fixed in Dev Issue will be closed after next release

Comments

@bookerthegeek
Copy link

Describe the bug

Heyo!

Saw this in the log, thought you might want to know.

How to reproduce the bug

  • Install your mod
  • Start MC
  • Look at the log

Expected behavior

For the update check to be successful

Additional details

[09:41:43] [Forge Version Check/INFO] [ne.ne.fm.VersionChecker/]: [pneumaticcraft] Starting version check at https://raw.githubusercontent.com/TeamPneumatic/pnc-repressurized/1.21.1/release_info.json
[09:41:44] [Forge Version Check/WARN] [ne.ne.fm.VersionChecker/]: Failed to process update information
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $
	at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1238) ~[gson-2.10.1.jar%2399!/:?] {re:mixin}
	at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1137) ~[gson-2.10.1.jar%2399!/:?] {re:mixin}
	at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1047) ~[gson-2.10.1.jar%2399!/:?] {re:mixin}
	at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:982) ~[gson-2.10.1.jar%2399!/:?] {re:mixin}
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.VersionChecker$1.process(VersionChecker.java:167) ~[loader-4.0.31.jar%23174!/:4.0] {}
	at java.base/java.lang.Iterable.forEach(Unknown Source) [?:?] {re:mixin}
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.VersionChecker$1.run(VersionChecker.java:105) [loader-4.0.31.jar%23174!/:4.0] {}
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $
	at MC-BOOTSTRAP/[email protected]/com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393) ~[gson-2.10.1.jar%2399!/:?] {}
	at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:182) ~[gson-2.10.1.jar%2399!/:?] {}
	at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:144) ~[gson-2.10.1.jar%2399!/:?] {}
	at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1227) ~[gson-2.10.1.jar%2399!/:?] {re:mixin}
	... 6 more

Which Minecraft version are you using?

1.21

Which version of PneumaticCraft: Repressurized are you using?

8.2.3

Crash log

No response

@desht
Copy link
Member

desht commented Nov 13, 2024

Thanks for spotting that, will be fixed in next release.

@desht desht added the Fixed in Dev Issue will be closed after next release label Nov 13, 2024
desht added a commit that referenced this issue Nov 13, 2024
Longer-term this should really be on a meta branch...

#1373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fixed in Dev Issue will be closed after next release
Projects
None yet
Development

No branches or pull requests

2 participants