allquixotic / encuum-kt

Kotlin port of Encuum
Apache License 2.0
3 stars 4 forks source link

Long defined in java.security.SecureRandom error #1

Closed idiosyncrasy00 closed 1 year ago

idiosyncrasy00 commented 1 year ago

Hi, I've tried to run your script to retrive Enjin forum data. I've followed your instruction on Github repo (jdk required is version 16 or newer, created a .env file. I am pretty sure my .env configuration file is correct since I do own an Enjin account and I have permission to the intended forum). The project folder structure: image JDK version: image

However during the process it gave me this error:

1

When I run with --stacktrace parameter, the error in details is:

Did I do something wrong? Hopefully helped from you since I desperately need to save some of my sweet Enjin memories.

Thank you!

allquixotic commented 1 year ago

Hi,

It looks like Kotlin isn't yet ready to handle Java 19. I apologize as I didn't test it with such a new version. Can you test with Java 16 or 17? I've had success with 17 myself.

allquixotic commented 1 year ago

I believe this problem no longer exists in the new version of encuum here: https://github.com/allquixotic/encuum . Please check it out.