-
Notifications
You must be signed in to change notification settings - Fork 47
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
java.lang.NullPointerException after DeepfakeHTTP start #23
Comments
Ah, I was just going to report similar. I am using:
Not the same issue, but a NullPointerException all the same, and my first thought was "I'm using OpenJDK and should try Java proper"? But I haven't done that yet ;-) Alas, I'm not set up for Java development, or I'd drill down a bit to see if there was an obvious problem. But I guess one thing to maybe include in the README is the know Java versions that are working (have been tested or are being used be devs). Because the first time it didn't work was because I have OpenJDK 11 I think. It complained that it was compiled with a later version of Java anyhow, so I upgraded to 17 which is the latest in the Ubuntu repos. |
- reports that the application doesn't start: xnbox/DeepfakeHTTP#23 - missing instructions to build from source - ref. #1
- reports that the application doesn't start: xnbox/DeepfakeHTTP#23 - missing instructions to build from source - ref. #1
Hi,
my startup gives me the following response. Everything works fine, but I am curious about the
java.lang.NullPointerException
after the DeepfakeHTTP start.Using Ubuntu's
openjdk-17-jdk-headless
package.Test:
The text was updated successfully, but these errors were encountered: