[GH-ISSUE #93] ExtensionStore throws error #70

Closed
opened 2026-02-28 14:39:28 +03:00 by kerem · 2 comments
Owner

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)

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.<init>(Unknown Source) at java.io.InputStreamReader.<init>(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)
kerem closed this issue 2026-02-28 14:39:28 +03:00
Author
Owner

@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

<!-- gh-comment-id:2927681126 --> @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
Author
Owner

@KaelliKore commented on GitHub (Jun 1, 2025):

That fixed it, thank you so much!

<!-- gh-comment-id:2927740773 --> @KaelliKore commented on GitHub (Jun 1, 2025): That fixed it, thank you so much!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/NTify#70
No description provided.