Provahttp://paste.debian.net/plainh/414e1198 this is my paste
Provais this a bug?
botRSS: Feeds for Gajim
• Ticket #8161 (Omemo Support) closed
fixed:
Fixed in Changeset [710:870b7f3c7c74]
https://trac.gajim.org/ticket/8161#comment:4
Provagood morning people
ProvaCan you help me with this problem, please?
Provahttp://paste.debian.net/plainh/414e1198
aruneProva: can you describe what you are trying to do? Steps to reproduce
aruneDid it use to work? When did it stop work...
GuillaumeHello arune. I'm trying to use http upload but files bigger than 10Mb can't be uploaded. Server has a maximum of 100Mb.
aruneGuillaume: are you Prova ? Or do you have another issue?
Guillaumearune, yes I'm Prova, sorry.
GenunixHello. Is it possible in Gajim to hide or change style of MUC system messages? Like join/left or "Any participant can see your JID" and others? Natively or via plugin?
GenunixHello. Is it possible in Gajim to hide or change style of MUC system messages? Like join/left or "Any participant can see your JID" and others? Natively or via plugin?
GenunixHello. Is it possible in Gajim to hide or change style of MUC system messages? Like join/left or "Any participant can see your JID" and others? Natively or via plugin?
GenunixOk, got solution. Set print_status_in_muc to "none" should solve the issue :)
aruneGuillaume: same every time?
aruneGenunix: yes but may not hide "any participant can see your jid"
Genunixarune: yes, it didn't, this and "has set the subject" message
kalkinInteresting, I'm not the only one who had issues with this.
Guillaumearune, yes. I created dummy files to check the maximum and 10Mb is more or less the maximum I'm able to upload using Gajim's plugin.
GuillaumeI'm the only one or someone has encountered this problem too?
arunetmolitor: did you remember any problem with 10MB?
spicewieselcan I somehow see the server certificate in Gajim?
Johannessomehow the http_upload fails and keeps sitting at "getting http upload slot"
aruneJohannes: activate the plugin log please
Johannesarune which switch would that be in that case?
tmolitorarune: yes, I did...but it was a prosody issue (prosody eating a *lot* of memory when uploading a file...like 100MB ram for 1MB file...so a 10MB file ate 1gig of ram and at about 15MB upload size my prosody server crashed with an out of memory error...
tmolitorarune: but I didn't encounter problems in the plugin itself...can you give me a debug log (gajim -l DEBUG) of this issue?
Link Mauvetmolitor, oh, I had a similar issue when testing Prosody’s s5b component.
Link MauveIt was clearly having about six copies of the whole buffer in memory, which took down my laptop.
tmolitorJohannes: start gajim with "gajim -l gajim.plugin_system=DEBUG"
Johannesgood golly, that a lot of logging
tmolitorLink Mauve, okay...that's clearly something that should be solved then...limiting the upload filesize to about 10-15MB just because of this prosody bug is...well...a bit silly ;)
tmolitorJohannes, that doesn't matter...just paste it somewhere and give me the link to it...
tmolitorJohannes, by the way...the log of the xml console would be nice to see, too...
tmolitoronly the part during the fileupload of course :)
Johanneshttps://paste.gajim.org/view/25672256
Johannestmolitor,
tmolitorJohannes, and after that nothing more happens in the log?
Johannesyup
tmolitorJohannes, can you reach https://domain/ with your browser? are you using a proxy in your browser?
Johannessure, http_upload works fine with conversations
Johannesonly a jumping window saying "requesting slot"
tmolitorJohannes, well...but maybe your computer can not access the upload server while your phone can...just guessing though...
Johannesit can
Johannesi posted stuff from the phone to some muc and it was displayed properly
tmolitorJohannes, arune: in the code...after the log output of "Please download from [...]" a new thread is started and the first thing this new thread does is setting the progress message to "Uploading file via HTTP..."...I don't know what could happen in between that...there is no more code in the plugin...the only thing I could imagine is this: the threading interface of python somehow delays the ui update a bit and the code following the ui update somehow hangs (delaying the update further)...
tmolitorJohannes, I'll send you a new plugin version containing more debug output...could you test this one?
tmolitorJohannes: you have to deinstall the old plugin first and then install this one (install from zip in the plugin manager)...then activate this one and try the upload again...paste the log messages generated by this one her and I'll have a look :)
arunetmolitor: this is the log from Guillaume http://paste.debian.net/plainh/414e1198
tmolitorJohannes: well...that is strange..it seems like the thread is not started....which version of gajim are you using? are you really sure you installed the plugin from my zip file? none of my new debug outputs is in the logs...
tmolitorarune: well...that's strange...but it happened to me, too...
tmolitorarune: it seems to be a bug in the urllib2 package...and it isn't always related to the file size (I have had this with a 1MB file, too)...
tmolitorthe upload always stuck at 100% and then a ssl timeout occured...I tested it with other timeout settings as well (I even set the timeout to insane values as 1 hour and such...but it didn't help...the upload never completed and the timeout always triggered)....
Johannesi did not get any from you yet tmolitor
tmolitorJohannes, I posted the link in this muc a few hours ago: https://xmpp-upload.datenknoten.me/-br3Vey7Wu4NBfiBX37qzQ3WxpA/t7tGt83CXpWiB/httpupload.zip
Johanneslets see what is does
Johannes0.3.3 it says
Johanneshttps://paste.gajim.org/view/f607f414
Johannesthat is all there is
Johanneshttps://paste.gajim.org/view/78ec3c89
Johannesslight update
tmolitorJohannes: well...it seems like the upload is immediately aborted after it starts...
Johannesthe gui shows a window with a progress bar and an abort button that flickers constantly by about 1/3 of its x-size. no controls aside of the close button rendered by the gui is useable
Johannesalso this blocks the entire other ui
tmolitorwhat version of gajim are you using? and what os (windows, linux, max os x)?
Johannes16.5 and osx
tmolitorJohannes, arune: I vaguely remember that we had such flickering a few month ago...but I don't know exactly how this happened and if we solved this (and how we did it)...