mirror of
https://github.com/NTifyApp/NTify.git
synced 2026-04-26 07:55:51 +03:00
[GH-ISSUE #93] ExtensionStore throws error #70
Labels
No labels
In Progress
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NTify#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KaelliKore on GitHub (Jun 1, 2025).
Original GitHub issue: https://github.com/NTifyApp/NTify/issues/93
On trying to install MSNStatusSupport so I can integrate my ntify with MSN through Escargot, i get a null pointer exception. Here is the full error
java.lang.NullPointerException
at java.io.Reader.(Unknown Source)
at java.io.InputStreamReader.(Unknown Source)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1021)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:2839)
at com.spotifyxp.injector.InjectorAPI.getPluginJson(InjectorAPI.java:256)
at com.spotifyxp.injector.InjectorStore.refreshExtensionsInstalled(InjectorStore.java:218)
at com.spotifyxp.injector.InjectorStore.access$400(InjectorStore.java:39)
at com.spotifyxp.injector.InjectorStore$6.run(InjectorStore.java:196)
at com.spotifyxp.injector.ExtensionModule$4.run(ExtensionModule.java:157)
at com.spotifyxp.injector.InjectorAPI.lambda$downloadExtension$0(InjectorAPI.java:243)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
@werwolf2303 commented on GitHub (Jun 1, 2025):
Hi,
Please try the newest build.
If it still doesn't work please send me a list of files in %AppData%/NTify/Extensions
@KaelliKore commented on GitHub (Jun 1, 2025):
That fixed it, thank you so much!