emesene forum
September 09, 2010, 08:14:48 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 ... 18 19 [20]
  Print  
Author Topic: 1.6.1 plan  (Read 20762 times)
arielj
Administrator
Hero Member
*****

l33tness: 31
Offline Offline

Posts: 1417


globitz!


View Profile Email
« Reply #285 on: March 29, 2010, 06:42:45 AM »

Another suddenly bug.

Exception
You are using emesene 1.6.X RC1 (IPROMISEWEWILLRELEASESOON) "mate" so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/home/xisco/emesene1.6/ConversationWindow.py", line 424, in close
    self.close_win_for_real()

  File "/home/xisco/emesene1.6/ConversationWindow.py", line 433, in close_win_for_real
    conversation.ui.close()

  File "/home/xisco/emesene1.6/ConversationUI.py", line 232, in close
    self.remoteAvatar.close()

  File "/home/xisco/emesene1.6/ConversationUI.py", line 867, in close
    if self.dpid is not None: self.controller.msn.disconnect(self.dpid)

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

Thanks, i think it's fixed now, can you confirm if that exception appeared when you closed a conversation window being logged out? that's the only way it could happen i think...
Logged
zipatei
Hero Member
*****

l33tness: 4
Offline Offline

Posts: 378



View Profile WWW
« Reply #286 on: April 10, 2010, 03:30:31 AM »

Thanks, i think it's fixed now, can you confirm if that exception appeared when you closed a conversation window being logged out? that's the only way it could happen i think...
Not Fixed.

Code:
Exception
You are using emesene 1.6-dev PPA-r1976 so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/ConversationWindow.py", line 424, in close
    self.close_win_for_real()

  File "/usr/share/emesene/ConversationWindow.py", line 433, in close_win_for_real
    conversation.ui.close()

  File "/usr/share/emesene/ConversationUI.py", line 232, in close
    self.remoteAvatar.close()

  File "/usr/share/emesene/ConversationUI.py", line 867, in close
    if self.dpid is not None: self.controller.msn.disconnect(self.dpid)

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

Reproduce bug:

1. Open conversation
2. LOGOUT emesene because the internet turned off
3. Close conversation

Note: It seems to me that the error appears only when conversation is empty.
Logged
arielj
Administrator
Hero Member
*****

l33tness: 31
Offline Offline

Posts: 1417


globitz!


View Profile Email
« Reply #287 on: April 10, 2010, 05:40:12 AM »

Your PPA version is not made agains the latest svn. On the latest svn, line 867 is:
Code:
if self.controller.msn is not None:
and you have:
Code:
if self.dpid is not None: self.controller.msn.disconnect(self.dpid)
which is now the line 868.

Use the latest svn version or wait for a newest ppa
Logged
zipatei
Hero Member
*****

l33tness: 4
Offline Offline

Posts: 378



View Profile WWW
« Reply #288 on: April 10, 2010, 05:50:40 AM »

You're right.

Sorry.. Smiley
Logged
zipatei
Hero Member
*****

l33tness: 4
Offline Offline

Posts: 378



View Profile WWW
« Reply #289 on: April 10, 2010, 07:37:31 AM »

Bug with some offline messages

Code:
Exception
You are using emesene 1.6-dev PPA-r1976 so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/plugins_base/Plus.py", line 586, in plusParse
    format = self.plusMarkup.replaceMarkup(format)

  File "/usr/share/emesene/plugins_base/Plus.py", line 145, in replaceMarkup
    text = unicode(text,'utf8')

  File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)

UnicodeDecodeError: 'utf8' codec can't decode bytes in position 4-8: unsupported Unicode code range
Logged
zipatei
Hero Member
*****

l33tness: 4
Offline Offline

Posts: 378



View Profile WWW
« Reply #290 on: April 11, 2010, 01:33:06 PM »

Code:
Exception
You are using emesene 1.6-dev PPA-r1976 so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/plugins_base/Plus.py", line 586, in plusParse
    format = self.plusMarkup.replaceMarkup(format)

  File "/usr/share/emesene/plugins_base/Plus.py", line 145, in replaceMarkup
    text = unicode(text,'utf8')

  File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)

UnicodeDecodeError: 'utf8' codec can't decode byte 0xa3 in position 6: unexpected code byte
Logged
bjfs
Internet Society
Global Moderator
Hero Member
*****

l33tness: 10
Offline Offline

Posts: 124


Cyber Élite

112868274 bjfs@windowslive.com
View Profile WWW Email
« Reply #291 on: April 16, 2010, 12:47:16 AM »

My latest is 1.6+r1978, not 1976. The next update will be 1.6.1.+r$COMMIT
Logged

.: emesene leet team :.

For emesene PPA add ppa:bjfs/ppa to your system's Software Sources or manually add:

deb http://ppa.launchpad.net/bjfs/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/bjfs/ppa/ubuntu lucid main

Into /etc/apt/sources.list and you can try emesene2, too!
Pages: 1 ... 18 19 [20]
  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!