Ok I did so... Here's the log (you'll notice that the bug's still there, unhappily) :
└─> ./amsn2-git.sh
Checking for updates...
Retrieving latest version... Updating to version VERSION... Done!
Checking for needed components...
All good.
What would you like to do?
[1] I'd like to install/upgrade if already installed my aMSN2.
[2] I'd like to make some work on aMSN2.
[3] Run aMSN2.
[4] Exit this script.
1
Cloning into ~/Documents/Internet/aMSN/amsn2-git...
remote: Counting objects: 9284, done.
remote: Compressing objects: 100% (2709/2709), done.
remote: Total 9284 (delta 6785), reused 8994 (delta 6531)
Receiving objects: 100% (9284/9284), 4.80 MiB | 338 KiB/s, done.
Resolving deltas: 100% (6785/6785), done.
Submodule 'papyon' (git://anongit.freedesktop.org/papyon) registered for path 'papyon'
Cloning into papyon...
remote: Counting objects: 8816, done.
remote: Compressing objects: 100% (2395/2395), done.
remote: Total 8816 (delta 6954), reused 8129 (delta 6407)
Receiving objects: 100% (8816/8816), 1.53 MiB | 419 KiB/s, done.
Resolving deltas: 100% (6954/6954), done.
Submodule path 'papyon': checked out '63bfd3b36338bc6689b7af740cf34ee7921faa72'
~/Documents/Internet/aMSN
All good.
What would you like to do?
[1] I'd like to install/upgrade if already installed my aMSN2.
[2] I'd like to make some work on aMSN2.
[3] Run aMSN2.
[4] Exit this script.
3
Select one of the available front ends.
Available front ends are: web, qt4, gtk, curses
qt4
Signing in to account snipe2004@hotmail.com
Traceback (most recent call last):
File "./papyon/papyon/service/SOAPService.py", line 230, in _response_handler
handler(callback, errback, response, user_data)
File "./papyon/papyon/service/AddressBook/ab.py", line 202, in _HandleABFindAllResponse
last_changes = response[0].find("./ab:lastChange")
AttributeError: 'NoneType' object has no attribute 'find'
All good.
When you see the AttributeError in the log, I saw a neverending message "Wait while downloading CL". I closed aMSN2 (Menu-Quit) and then tried with gtk:
What would you like to do?
[1] I'd like to install/upgrade if already installed my aMSN2.
[2] I'd like to make some work on aMSN2.
[3] Run aMSN2.
[4] Exit this script.
3
Select one of the available front ends.
Available front ends are: web, qt4, gtk, curses
gtk
Traceback (most recent call last):
File "/home/arnault/Documents/Internet/aMSN/amsn2-git/amsn2/ui/front_ends/gtk/main.py", line 27, in __on_show
self._amsn_core.main_window_shown()
File "/home/arnault/Documents/Internet/aMSN/amsn2-git/amsn2/core/amsn.py", line 132, in main_window_shown
self._ui_manager.load_login(accounts)
File "/home/arnault/Documents/Internet/aMSN/amsn2-git/amsn2/core/userinterface_manager.py", line 82, in load_login
self._login.set_p2s(self._core.p2s)
AttributeError: 'aMSNLoginWindow' object has no attribute 'set_p2s'
Signing in to account snipe2004@hotmail.com
Traceback (most recent call last):
File "./papyon/papyon/service/SOAPService.py", line 230, in _response_handler
handler(callback, errback, response, user_data)
File "./papyon/papyon/service/AddressBook/ab.py", line 202, in _HandleABFindAllResponse
last_changes = response[0].find("./ab:lastChange")
AttributeError: 'NoneType' object has no attribute 'find'
Same than qt4. Except that here, I used "Disconnect" button to quit, and then get this part of the log:
Traceback (most recent call last):
File "/home/arnault/Documents/Internet/aMSN/amsn2-git/amsn2/ui/front_ends/gtk/login.py", line 211, in __login_clicked
self._amsn_core.sign_out_of_account()
File "/home/arnault/Documents/Internet/aMSN/amsn2-git/amsn2/core/amsn.py", line 155, in sign_out_of_account
self._ui_manager.load_login(accounts)
File "/home/arnault/Documents/Internet/aMSN/amsn2-git/amsn2/core/userinterface_manager.py", line 88, in load_login
self._login.set_p2s(self._core.p2s)
AttributeError: 'aMSNLoginWindow' object has no attribute 'set_p2s'
All good.
What would you like to do?
[1] I'd like to install/upgrade if already installed my aMSN2.
[2] I'd like to make some work on aMSN2.
[3] Run aMSN2.
[4] Exit this script.
I'm using Voyager 11.10 (xfce), perhaps is it related?