dwaaan / HRConvert2-Docker

88 stars 17 forks source link

HRConvert2 creates saves only htm files #12

Open xtiang7c0 opened 1 year ago

xtiang7c0 commented 1 year ago

Hi everyone,

I installed HRConvert2 as a Docker container from the community applications in Unraid. Installation went fine, following this information (https://forums.unraid.net/topic/119152-support-smartphonelover-hrconvert2-drag-and-drop-file-converter/) but when converting a jpeg file into any other format it downloads a [givenfilename].htm file each time.

Happens in Edge and Chrome Browser.

Any idea?

nodecentral commented 1 year ago

Hi @ xtiang7c0,

I have the same issue, did you find a fix for this ?

The html file just seems to be a record of the error being encountered..

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.41 (Ubuntu) Server at 192.168.100.134 Port 8085</address>
</body></html>

Looking in the console logs it reports the following too.

AH00558: Could not reliably determine the server's fully qualified domain name, using 172.x.x.x. Set the ‘ServerName’ directive to suppress this message going forward

My current thinking is this related to the URL choice in the config.php file, but all the variations I’ve tried do not fix it and the message in the html is always the same.

wiikid3000 commented 1 year ago

I have the same issue

kafisatz commented 1 year ago

I just ran into this when the filename was invalid, e.g. sample_5184×3456.bmp The x in this filename caused troubles. when using a different filename things worked just fine

cudatuda commented 1 year ago

Same issue.