Closed Athou closed 4 years ago
Hello,
I think SessionImpl is using the default constructor and so does not initialize threadPreviouslyLoadedEntities.
I will take a look and keep you posted!
@Athou Could you tell me when this happens and give me a configuration to debug?
I cloned your repo and run the app but there was no error.
I changed the app so that it can start without Discord integration. You should be able to just clone the repo and start the app without touching any configuration file, access http://localhost:8760/raids and get the NPE.
A new bug fix has been released, change the version to 1.0.1 and it should work ;)
Yes it's now working as expected, thanks!
Hey,
This lib looks great, I wanted to try it in my Spring Boot app (https://github.com/Athou/lapinstance) but I get a NullPointerException:
Any idea ?
Thanks !