emesene forum
September 09, 2010, 09:13:43 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: CACHE KEY ERRORS? NICK NOT SAVED? UPGRADE TO 1.6.2 FIRST!

REPORT ANY ISSUE HERE - PLEASE CHECK IF THE PROBLEM HAS ALREADY BEEN REPORTED FIRST -- THANKS
 
  Home   Forum   Help Search Login Register  
Pages: 1 ... 3 4 [5]
  Print  
Author Topic: emesene-crazy > emesene 1.5  (Read 30342 times)
Frank64
Hero Member
*****

l33tness: 0
Offline Offline

Posts: 161


View Profile
« Reply #60 on: June 24, 2009, 04:58:40 PM »

Nice, I am so excited to get this version compatible. And with new features. Smiley Emesene is so beautiful compared to others in linux. Smiley

Ok I am under KDE4 (inside VirtualBox), I have bzr'ed the 1407 version 30mins ago.

Ok I have removed some, they were not bugs, which is encouraging! Smiley And the following 2 might also not be bugs, but I think they could be greatly improved:

- Plugin "gmailNotify" displays the TOTAL number of msgs in the inbox, not just those that are marked Unread. It also does not segregate unread msgs with read msgs, if you have 500 msgs, 100 might be new, 0 might be new and you won't know which are;
- Is that plugin supposed to log in into gmail when you click on the button with the number of msgs? It just loads whichever application you listed, but logging in gmail when clicking on the button would be an excellent feature. Or it's a bug if it's supposed to log you in Smiley;

Ok the others were not bugs. I will perform more extensive tests within while using every day, but so far these are the 2 (maybe just 1?) that I have found.
Logged

Frank
Customized openSUSE 10.3 64-Bits
zipatei
Hero Member
*****

l33tness: 4
Offline Offline

Posts: 378



View Profile WWW
« Reply #61 on: June 24, 2009, 05:23:37 PM »

Exception
You are using emesene-crazy, so you're free to complain here: http://tinyurl.com/emesene-crazy-complaints-new
Traceback (most recent call last):

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 384, in on_msnp2p_message_ready
    str(header) + body + msn_p2p.Base.FOOTER)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 360, in send_message
    transport = self.get_transport()

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 475, in get_transport
    return self.manager.msn.getSwitchboard(self.mail)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/core.py", line 935, in getSwitchboard
    switchboard = self.newSwitchboard()

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/core.py", line 872, in newSwitchboard
    self.socket.sendCommand('XFR', 'SB')

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/Socket.py", line 130, in sendCommand
    self.send(text)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/Socket.py", line 186, in send
    self.thread.send(text)

AttributeError: 'NoneType' object has no attribute 'send'
Logged
Frank64
Hero Member
*****

l33tness: 0
Offline Offline

Posts: 161


View Profile
« Reply #62 on: June 24, 2009, 05:27:45 PM »

You're tinyurl.com link returns the following URL: "http://forum.emesene.org/index.php?action=post;topic=2034.0;num_replies=0"

Even if you type it by hand. It returns to this thread, which is labeled emesene-crazy.
Logged

Frank
Customized openSUSE 10.3 64-Bits
x1sc0
improving haxxor™
Hero Member
*****

l33tness: 10
Offline Offline

Posts: 105


View Profile Email
« Reply #63 on: June 24, 2009, 05:43:25 PM »

PLEASE, FROM NOW ON REPORT BUGS IN THE BUGTRAC.

THE URL IS: http://emesene.org/trac/roadmap

AND REMEMBER:
- CHECK IF BUGS HAVE ALREADY BEEN REPORTED
- USE ALWAYS THE LAST REVISION OF BZR ( THE PPA CAN TAKE A WHILE TO BE UP-TO-DATE )
- IF YOU GET AN EXCEPTION, EXPLAIN BRIEFLY WHAT YOU DID TO GET IT
Logged
x1sc0
improving haxxor™
Hero Member
*****

l33tness: 10
Offline Offline

Posts: 105


View Profile Email
« Reply #64 on: June 24, 2009, 05:54:40 PM »

This message on the exception dialog:
Code:
'<span weight="bold" size="larger">Exception\n</span>' \
'You are using emesene-crazy. You can report this exception here: ' \
'http://emesene.org/trac/roadmap' \
'PLEASE, CHECK IF IT HAS ALREADY BEEN REPORTED FIRST!'
instead of this one:
Code:
'You are using emesene-crazy. so you\'re free to complain here: http://tinyurl.com/emesene-crazy-complaints-new'
Logged
nicolaide
Hero Member
*****

l33tness: 19
Offline Offline

Posts: 658


Feliz Habitante De La Republica Separatista

nicolas_espina@hotmail.com
View Profile WWW
« Reply #65 on: June 24, 2009, 06:22:36 PM »

try with rev 1400 please Tongue

Fixed!
Logged

nicolaide
Hero Member
*****

l33tness: 19
Offline Offline

Posts: 658


Feliz Habitante De La Republica Separatista

nicolas_espina@hotmail.com
View Profile WWW
« Reply #66 on: June 24, 2009, 07:12:50 PM »

try with rev 1400 please Tongue

Im again... Is not fixed at all... The exeption is not delivered... Now a text is inserted in the conversation window (very nice)... But the message is delivered well. Here is a screenshot to show:



After that the other contact receive the message. I think that there is a problem of how is called the onNonSentMessage function, because the message is sent but for some strange reason emesene "thinks" that message is not delivered.
Logged

zipatei
Hero Member
*****

l33tness: 4
Offline Offline

Posts: 378



View Profile WWW
« Reply #67 on: June 25, 2009, 12:24:43 AM »

Sending invite to receive webcam error:

Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/share/python-support/emesene/emesenelib/p2p/transfers.py", line 1171, in run
    asyncore.loop(map=self.socket_map)
  File "/usr/lib/python2.6/asyncore.py", line 200, in loop
    poll_fun(timeout, map)
  File "/usr/lib/python2.6/asyncore.py", line 130, in poll
    r, w, e = select.select(r, w, e, timeout)
  File "<string>", line 1, in fileno
  File "/usr/lib/python2.6/socket.py", line 165, in _dummy
    raise error(EBADF, 'Bad file descriptor')
error: [Errno 9] Bad file descriptor
Logged
C10uD
ololol
Administrator
Hero Member
*****

l33tness: -9989
Offline Offline

Posts: 2327



View Profile Email
« Reply #68 on: June 25, 2009, 04:51:24 AM »

try with rev 1400 please Tongue

Im again... Is not fixed at all... The exeption is not delivered... Now a text is inserted in the conversation window (very nice)... But the message is delivered well. Here is a screenshot to show:



After that the other contact receive the message. I think that there is a problem of how is called the onNonSentMessage function, because the message is sent but for some strange reason emesene "thinks" that message is not delivered.
ok, i'm sending that message because everytime you send a message, your message has an ID. when your friend receive the message, you get a reply that is ACK + ID.

Atm, if i don't get the ACK in 8 seconds, i throw the "error sending message" message. i could raise the timeout though Wink
Logged
C10uD
ololol
Administrator
Hero Member
*****

l33tness: -9989
Offline Offline

Posts: 2327



View Profile Email
« Reply #69 on: June 25, 2009, 05:21:23 AM »

Sending invite to receive webcam error:

Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/share/python-support/emesene/emesenelib/p2p/transfers.py", line 1171, in run
    asyncore.loop(map=self.socket_map)
  File "/usr/lib/python2.6/asyncore.py", line 200, in loop
    poll_fun(timeout, map)
  File "/usr/lib/python2.6/asyncore.py", line 130, in poll
    r, w, e = select.select(r, w, e, timeout)
  File "<string>", line 1, in fileno
  File "/usr/lib/python2.6/socket.py", line 165, in _dummy
    raise error(EBADF, 'Bad file descriptor')
error: [Errno 9] Bad file descriptor
otacon is working on this :p
This message on the exception dialog:
Code:
'<span weight="bold" size="larger">Exception\n</span>' \
'You are using emesene-crazy. You can report this exception here: ' \
'http://emesene.org/trac/roadmap' \
'PLEASE, CHECK IF IT HAS ALREADY BEEN REPORTED FIRST!'
instead of this one:
Code:
'You are using emesene-crazy. so you\'re free to complain here: http://tinyurl.com/emesene-crazy-complaints-new'

backported from trunk the new dialog Tongue
Exception
You are using emesene-crazy, so you're free to complain here: http://tinyurl.com/emesene-crazy-complaints-new
Traceback (most recent call last):

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 384, in on_msnp2p_message_ready
    str(header) + body + msn_p2p.Base.FOOTER)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 360, in send_message
    transport = self.get_transport()

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 475, in get_transport
    return self.manager.msn.getSwitchboard(self.mail)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/core.py", line 935, in getSwitchboard
    switchboard = self.newSwitchboard()

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/core.py", line 872, in newSwitchboard
    self.socket.sendCommand('XFR', 'SB')

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/Socket.py", line 130, in sendCommand
    self.send(text)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/Socket.py", line 186, in send
    self.thread.send(text)

AttributeError: 'NoneType' object has no attribute 'send'

you should add some more information on what was happening
Nice, I am so excited to get this version compatible. And with new features. Smiley Emesene is so beautiful compared to others in linux. Smiley

Ok I am under KDE4 (inside VirtualBox), I have bzr'ed the 1407 version 30mins ago.

Ok I have removed some, they were not bugs, which is encouraging! Smiley And the following 2 might also not be bugs, but I think they could be greatly improved:

- Plugin "gmailNotify" displays the TOTAL number of msgs in the inbox, not just those that are marked Unread. It also does not segregate unread msgs with read msgs, if you have 500 msgs, 100 might be new, 0 might be new and you won't know which are;
- Is that plugin supposed to log in into gmail when you click on the button with the number of msgs? It just loads whichever application you listed, but logging in gmail when clicking on the button would be an excellent feature. Or it's a bug if it's supposed to log you in Smiley;

Ok the others were not bugs. I will perform more extensive tests within while using every day, but so far these are the 2 (maybe just 1?) that I have found.
please someone fix it Sad i don't know/don't want to mess with gmail
Logged
zipatei
Hero Member
*****

l33tness: 4
Offline Offline

Posts: 378



View Profile WWW
« Reply #70 on: June 25, 2009, 06:08:36 AM »


Exception
You are using emesene-crazy, so you're free to complain here: http://tinyurl.com/emesene-crazy-complaints-new
Traceback (most recent call last):

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 384, in on_msnp2p_message_ready
    str(header) + body + msn_p2p.Base.FOOTER)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 360, in send_message
    transport = self.get_transport()

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/p2p/tlp.py", line 475, in get_transport
    return self.manager.msn.getSwitchboard(self.mail)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/core.py", line 935, in getSwitchboard
    switchboard = self.newSwitchboard()

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/core.py", line 872, in newSwitchboard
    self.socket.sendCommand('XFR', 'SB')

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/Socket.py", line 130, in sendCommand
    self.send(text)

  File "/home/andre/Área de Trabalho/emesene-1.4+r1400~ppa1/emesenelib/Socket.py", line 186, in send
    self.thread.send(text)

AttributeError: 'NoneType' object has no attribute 'send'

you should add some more information on what was happening

It was an unexpected error and the only time that he appeared. Just click on the button "send" and appeared me this error.
« Last Edit: June 25, 2009, 06:17:18 AM by zipatei » Logged
nicolaide
Hero Member
*****

l33tness: 19
Offline Offline

Posts: 658


Feliz Habitante De La Republica Separatista

nicolas_espina@hotmail.com
View Profile WWW
« Reply #71 on: June 25, 2009, 06:45:00 PM »

try with rev 1400 please Tongue

Im again... Is not fixed at all... The exeption is not delivered... Now a text is inserted in the conversation window (very nice)... But the message is delivered well. Here is a screenshot to show:



After that the other contact receive the message. I think that there is a problem of how is called the onNonSentMessage function, because the message is sent but for some strange reason emesene "thinks" that message is not delivered.
ok, i'm sending that message because everytime you send a message, your message has an ID. when your friend receive the message, you get a reply that is ACK + ID.

Atm, if i don't get the ACK in 8 seconds, i throw the "error sending message" message. i could raise the timeout though Wink

Fixed!  Wink
Logged

C10uD
ololol
Administrator
Hero Member
*****

l33tness: -9989
Offline Offline

Posts: 2327



View Profile Email
« Reply #72 on: June 26, 2009, 02:06:24 AM »

http://forum.emesene.org/index.php/topic,2052.new.html
Logged
Pages: 1 ... 3 4 [5]
  Print  
 
Jump to:  

TinyPortal v.1.0.6 beta 2 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!