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

ProfileViewer / Collection.kt: NPE? #1027

Closed
jani270 opened this issue Feb 22, 2024 · 0 comments
Closed

ProfileViewer / Collection.kt: NPE? #1027

jani270 opened this issue Feb 22, 2024 · 0 comments
Labels
crash This issue is about a crash (more important)

Comments

@jani270
Copy link
Collaborator

jani270 commented Feb 22, 2024

java.util.concurrent.CompletionException: java.lang.NullPointerException: it must not be null
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
	at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:604)
	at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:614)
	at java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:1975)
	at io.github.moulberry.notenoughupdates.util.hypixelapi.ProfileCollectionInfo$Companion.getCollectionData(Collection.kt:153)
	at io.github.moulberry.notenoughupdates.util.hypixelapi.ProfileCollectionInfo.getCollectionData(Collection.kt)
	at io.github.moulberry.notenoughupdates.profileviewer.SkyblockProfiles$SkyblockProfile.getCollectionInfo(SkyblockProfiles.java:1065)
	at io.github.moulberry.notenoughupdates.profileviewer.level.task.CoreTaskLevel.drawTask(CoreTaskLevel.java:121)
	at io.github.moulberry.notenoughupdates.profileviewer.level.LevelPage.lambda$drawPage$0(LevelPage.java:95)
	at io.github.moulberry.notenoughupdates.profileviewer.level.LevelPage$$Lambda$1220/1992931800.accept(Unknown Source)
	at java.util.ArrayList.forEach(ArrayList.java:1249)
	at io.github.moulberry.notenoughupdates.profileviewer.level.LevelPage.drawPage(LevelPage.java:95)
	at io.github.moulberry.notenoughupdates.profileviewer.BasicPage.drawPage(BasicPage.java:143)
	at io.github.moulberry.notenoughupdates.profileviewer.GuiProfileViewer.func_73863_a(GuiProfileViewer.java:436)

-- Profile Viewer Parameters --
Details:
Viewed Player: c059af90c1854f6b90da76ec2424840c
Viewed Profile: Lemon
Timestamp: 2024-02-22T15:07:47.929+07:00
Last Viewed Page: BASIC

@jani270 jani270 added the crash This issue is about a crash (more important) label Feb 22, 2024
@NopoTheGamer NopoTheGamer closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash This issue is about a crash (more important)
Projects
None yet
Development

No branches or pull requests

2 participants