Share feedback, ideas and get community help

Updated last year

Please I need urgent help. I try to upload file using input file but...

At a glance

A community member is experiencing an issue with file uploads, receiving an error message "An error occurred while uploading the files". Other community members have provided suggestions:

- Share the bot details so they can better assist

- Provide the server logs, especially if self-hosting with Docker, as the logs may contain a clear error message

- One community member faced a similar issue and shared the error message from the logs: "Something went wrong Error: connect ECONNREFUSED 127.0.0.1:443"

- Another community member suggested checking if the S3 storage is correctly set up, providing a link to the relevant documentation.

There is no explicitly marked answer in the provided information.

Useful resources
Please I need urgent help. I try to upload file using input file but I am getting this error 'An error occured while uploading the files' What do you advise I do to resolve the issue.

Thank you ❤
M
B
N
4 comments
Please share your bot so to can see .
Your info are too generics tò can help you
Can you provide the server logs? There should be a clear error there.

If you are self-hosting it with docker. Type this command in your terminal:

Plain Text
docker-compose logs


Paste all the logs here so that we can help you properly!
I face the same error when trying to upload a file.

logs returned this:

Something went wrong Error: connect ECONNREFUSED 127.0.0.1:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { code: 'INTERNAL_SERVER_ERROR', name: 'TRPCError', [cause]: Error: connect ECONNREFUSED 127.0.0.1:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 } }
Add a reply
Sign up and join the conversation on Discord