Justin Grimes
Justin Grimes
It is interesting that it tries to download a .htm file. Can you tell me the version you are running? You can find this information in the versionInfo.php file. Also...
Is this still happening in the latest version? Also, are you installing on bare-metal or using Docker?
Interesting. I'd be interested in learning how to do this with github actions. If you have a file to make that easier I'd definately credit you for that. Either way...
> @zelon88 I have tried V 5.11 and 6.0.2 both failing archiving as it just returns the command help for rar. What version have you tested that work? v5.5 works...
So I've started Dockerizing HRConvert2. I have not tested it at all yet, I will try to get to that tomorrow. There is, however, a Dockerfile now in the official...
Hello. Thanks for your interest in HRConvert2! HRConvert2 accepts inputs from POST requests. A full description of the API is located in the _Documentation\CREATING_LANGUAGE_PACKS.txt_ file. https://github.com/zelon88/HRConvert2/blob/master/Documentation/CREATING_LANGUAGE_PACKS.txt The file lists the...
Sorry for the insanely late reply. What happens if you add..... ``` headers: { Accept: 'text/html', 'Content-Type': 'multipart/form-data', } ``` Underneath... ` method: 'POST',`
I've updated the docs recently, specifically CREATING_GUIS.txt in v3.3.3 there are new sections, reproduced below for reference..... ----------------------------------- ``` ---------------------------------------------------------------------------------------------------------------------------------------------------------------- --About User Supplied GET Requests-- The following is a list...
I honestly have no recourse for that. The execution timer ensures that scripts do not run indefinatly. If they did, due to some crash or error, the hanging processes on...
Sorry for the delayed response. Can you try the following..... `sudo leafpad /etc/ImageMagick-6/policy.xml` Find and edit the following line..... `` .....To..... `` And let me know the result.