Trying to download philosopher - keep getting an ILLEGALSTATEEXCEPTION message #383
quinnmattison1
started this conversation in
General
Replies: 1 comment 1 reply
-
It's a a bug in Fragpipe; GitHub changed their API and FragPipe might have issues downloading the executable. You can download manually here on GitHub, and load the program in Fragpipe |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to download philosopher, I get the following error:
java.lang.IllegalStateException: Did not find supported download links on the page
at com.dmtavt.fragpipe.tools.philosopher.Philosopher.downloadPhilosopherAutomatically(Philosopher.java:226)
at com.dmtavt.fragpipe.tabs.TabConfig.lambda$actionPhilosopherDownload$28(TabConfig.java:1206)
at java.base/java.lang.Thread.run(Unknown Source)
I'm not sure what I'm doing wrong. Could someone please help me?
Beta Was this translation helpful? Give feedback.
All reactions