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

Error 503 on http_upload #5

Open
Dominion0815 opened this issue Sep 3, 2020 · 1 comment
Open

Error 503 on http_upload #5

Dominion0815 opened this issue Sep 3, 2020 · 1 comment

Comments

@Dominion0815
Copy link

Hi,

there is an error while uploading a file:
http_upload is active and working in other messengers -> https://compliance.conversations.im/server/blabber.im/

DEBUG: socket       got   <iq xml:lang='en' to='**************[email protected]/56826573360157970251440722' from='blabber.im' type='error' id='10'>
  <request xmlns='urn:xmpp:http:upload'>
  <filename>***********************.mp4</filename>
  <size>35500092</size>
  <content-type>video/mp4</content-type>
  </request>
  <error code='503' type='cancel'>
  <service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
  <text xml:lang='en' xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>No module is handling this query</text>
  </error>
  </iq>
DEBUG: dispatcher   ok    Got jabber:client/iq stanza
DEBUG: dispatcher   ok    Dispatching iq stanza with type->error props->[u'urn:xmpp:http:upload', u'jabber:client'] id->10
== IQ callback, type error
DEBUG: socket       sent  <iq to="blabber.im" type="get" id="13">
  <ping xmlns="urn:xmpp:ping" />
  </iq>

Best regards
Dominion

@gjedeer
Copy link
Owner

gjedeer commented Sep 4, 2020

Look, I'm sorry to say this to you but I don't have time to support this program. I just dumped the source to github so that anyone who finds it useful can use it, and I'll post updates if it breaks for me. But I can't put any effort into checking why it doesn't work with your server.

If it's really important to you: it's working on Prosody 0.11 for me, you can find a server that's running Prosody and create the bot's account there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants