tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.08k stars 2.23k forks source link

Request upload for file xxx failed - yowsup 3.1.0 and 3.2.0 #2717

Closed markus7017 closed 5 years ago

markus7017 commented 5 years ago

I'm trying to send an image (yowsup 3.2.0, macOS, Python 3.6.5) and get an error: /image send 49xxxxxxx "/Users/markus/Downloads/test.png" "Picture from openHAB"'

yowsup.layers.logger.layer - tx:' <iq id="3" type="set" xmlns="w:m" to="s.whatsapp.net">' <media hash="f4/1jf2wiRE+hc/jCv0hHR9XT9IbqWvTkZw0zhoF5Xg=" type="image" size="113798">' </media>' </iq>' yowsup.layers.logger.layer - tx:' <iq id="3" type="set" xmlns="w:m" to="s.whatsapp.net">' <media hash="f4/1jf2wiRE+hc/jCv0hHR9XT9IbqWvTkZw0zhoF5Xg=" type="image" size="113798">' </media>' </iq>' [connected]:D 40,313 yowsup.layers.logger.layer - rx:' <iq from="s.whatsapp.net" type="error" id="3">' <error code="501" text="feature-not-implemented">' </error>' </iq>' E 40,313 yowsup.demos.cli.layer - Request upload for file /Users/markus/Downloads/test.png for 49xxxxxxx@s.whatsapp.net failed' D 40,313 yowsup.layers.logger.layer - rx:' <iq from="s.whatsapp.net" type="error" id="3">' <error code="501" text="feature-not-implemented">' </error>' </iq>' D 21,822 yowsup.layers.protocol_iq.layer - ping queue size: 1' D 21,822 yowsup.layers.logger.layer - tx:' <iq id="4" type="get" xmlns="w:p">' </iq>' D 22,330 yowsup.layers.logger.layer - rx:' <iq from="491702985135@s.whatsapp.net" type="result" id="4" t="1557055822">' </iq>' Iq:' ID: 4' Type: result' from: 491702985135@s.whatsapp.net'

tgalal commented 5 years ago

duplicate #2682