Replies: 2 comments
-
I cannot reproduce it. Sending JPG image files works for me. Try sending a small TEXT .txt file. Does that work? It should also fail. Images (and text files) are first uploaded to server before an attempt is made to send it to room. If fails in the upload to server. The server creates an error (inside the matrix-nio library). The failure is not in Just sending Your server responds with Does the server allow images? Is the server database full? Etc? You can get more info by running: matrix-commander --debug --debug -i image.jpg -u '@xxxx:matrix.org' Note, I get this in the log (success):
What is your Try updating Otherwise everything points to the server. The server is not acting correctly it seems. |
Beta Was this translation helpful? Give feedback.
-
also tested under |
Beta Was this translation helpful? Give feedback.
-
Hi@all
I have install pip/metrix-commander in Ubuntu2204. Send Messages to others work, but send Images does not.
$ matrix-commander --debug -i image.jpg -u '@xxxx:matrix.org'
2024-10-03 14:15:26,862: DEBUG: matrix-commander: Image file mime-type is image/jpeg
2024-10-03 14:15:27,085: WARNING: nio.responses: Error validating response: 'content_uri' is a required property
2024-10-03 14:15:27,085: INFO: matrix-commander: The program matrix-commander.py failed to upload. Please retry. This could be temporary issue on your server. Sorry.
2024-10-03 14:15:27,085: INFO: matrix-commander: file="Image.jpg"; mime_type="image/jpeg"; filessize="88715"Failed to upload: UploadError: M_UNRECOGNIZED Unrecognized request
2024-10-03 14:15:27,085: ERROR: matrix-commander: E219: Error during sending. Continuing despite error. Exception: 'UploadError' object has no attribute 'content_uri'
2024-10-03 14:15:27,086: DEBUG: matrix-commander: The program matrix-commander.py left the event loop.
2024-10-03 14:15:27,086: DEBUG: matrix-commander: Cleanup: cleaning up.
2024-10-03 14:15:27,087: INFO: matrix-commander: 1 error and 0 warnings occurred.
Any Ideas ?
Regards Olli
Beta Was this translation helpful? Give feedback.
All reactions