Skip to content
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

ConvertService.ashx returns ERROR 504 status while converting .doc files #682

Open
DmitriyReztsov opened this issue Nov 21, 2023 · 1 comment
Labels
confirmed-bug Issues with confirmed bugs

Comments

@DmitriyReztsov
Copy link

Do you want to request a feature or report a bug?

BUG

What is the current behavior?

ConvertService.ashx doesn't work properly. It works with .docx, but doesn't with .doc

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

Go to documentserver/welcome -> documentserver/example/ and try to upload file with .doc extension. I've got
изображение
and in log:

==> /var/log/onlyoffice/documentserver/converter/out.log <==
[2023-11-21T13:53:13.130] [ERROR] [localhost] [conv_http___localhost_1080_example_download_fileName=PO08712-043_Texas_Trailer_Supply_1_.doc_useraddress=172.23.0.11700574792023_docx] [userId] nodeJS - error downloadFile:url=http://localhost:1080/example/download?fileName=PO08712-043_Texas_Trailer_Supply(1).doc&useraddress=172.23.0.1;attempt=1;code:ECONNREFUSED;connect:undefined Error: connect ECONNREFUSED 127.0.0.1:1080
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
[2023-11-21T13:53:14.136] [ERROR] [localhost] [conv_http___localhost_1080_example_download_fileName=PO08712-043_Texas_Trailer_Supply_1_.doc_useraddress=172.23.0.11700574792023_docx] [userId] nodeJS - error downloadFile:url=http://localhost:1080/example/download?fileName=PO08712-043_Texas_Trailer_Supply(1).doc&useraddress=172.23.0.1;attempt=2;code:ECONNREFUSED;connect:undefined Error: connect ECONNREFUSED 127.0.0.1:1080
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
[2023-11-21T13:53:15.141] [ERROR] [localhost] [conv_http___localhost_1080_example_download_fileName=PO08712-043_Texas_Trailer_Supply_1_.doc_useraddress=172.23.0.11700574792023_docx] [userId] nodeJS - error downloadFile:url=http://localhost:1080/example/download?fileName=PO08712-043_Texas_Trailer_Supply(1).doc&useraddress=172.23.0.1;attempt=3;code:ECONNREFUSED;connect:undefined Error: connect ECONNREFUSED 127.0.0.1:1080
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)

meanwhile .docx uploaded as it should be

What is the expected behavior?

to upload .doc properly

Did this work in previous versions of DocumentServer?

users didn't report about such issues before

DocumentServer Docker tag:

onlyoffice/documentserver-de:7.2.2

Host Operating System:

Ubuntu 22.04.3

@igwyd
Copy link
Member

igwyd commented Dec 4, 2023

Hello @DmitriyReztsov, thank you for the report. This bug in the test example, not in the ConvertService, we know about it, we have ticket #47760. The ConvertService works with any integrations at the time and with test example if you do not change the port.

@Rita-Bubnova Rita-Bubnova added the confirmed-bug Issues with confirmed bugs label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs
Projects
None yet
Development

No branches or pull requests

3 participants