Marc Bulling
Marc Bulling
The 10% is for the amount when the bounty gets awarded. Personally I thought 10% is quite a lot, but I also do not know if there are better alternatives.
Might be related to #811
I created a maintained fork that has these PR included: #60, #74, #76, #81 I would gladly accept any new PR or issues https://github.com/Forceu/bootstrap-application-wizard/
Same here, doesn't open for me anymore with openjdk 16.0.1 ``` Exception in thread "main" java.lang.ExceptionInInitializerError at com.thoughtworks.xstream.XStream.setupConverters(XStream.java:832) at com.thoughtworks.xstream.XStream.(XStream.java:574) at com.thoughtworks.xstream.XStream.(XStream.java:496) at com.thoughtworks.xstream.XStream.(XStream.java:465) at com.thoughtworks.xstream.XStream.(XStream.java:411) at com.thoughtworks.xstream.XStream.(XStream.java:364) at org.tvrenamer.controller.UserPreferencesPersistence.(UserPreferencesPersistence.java:21)...
Thanks for your feedback! Did you accidentally remove the quotation mark for `OAuthClientSecret` or was it indeed missing? And does the value of `OAuthClientSecret` contain a quotation mark?
Sorry for the late reply. Hm that is rather weird in that case. Do the redacted parts contain any special characters?
Okay that is very strange, does it happen as well if you run the setup with the default values? If yes there might be indeed something wrong with the unraid...
I just tried setting up Gokapi with R2 and could not reproduce the problem. Are you using the correct endpoint (`https://.r2.cloudflarestorage.com`)?
Thanks for the feedback! I assume the webserver times out after trying to upload a large file to the cloudserver, which is a blocking call. I might have some time...
This issue has been fixed in 510ee9d493f08dfc60379040cd67144ad29df14e. If you are using docker, the image `latest-dev` contains the fix. I will probably implement websockets at some point, so that a high...