dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Buddy list hover #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login
2. Leave it for a long time (Say at least 5 hours)
3. When you hover on names it will show you some online contacts as offline
4. If you send a message it throws an exception

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at controller.services.MSNManager.sendMessage(MSNManager.java:213)
    at controller.MainController.sendMessage(MainController.java:942)
    at view.chatwindow.ChatPanel.sendMessage(ChatPanel.java:406)
    at view.chatwindow.ChatPanel$TextBoxListener.keyReleased
(ChatPanel.java:601)
    at java.awt.Component.processKeyEvent(Unknown Source)
    at javax.swing.JComponent.processKeyEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown 
Source)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent
(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions
(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown 
Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown 
Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown 
Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

Original issue reported on code.google.com by rma...@gmail.com on 29 Jul 2009 at 2:55

GoogleCodeExporter commented 8 years ago
If you sign out of profile and then login again, the exception will be resolved.

Original comment by rma...@gmail.com on 29 Jul 2009 at 3:02

GoogleCodeExporter commented 8 years ago
You need to leave buddy list for logn time to see the exception happening. For 
status offline, when you sign in you can see that, and that for all users 
(away, 
busy, etc) but their position in lists are consistent (online people under 
online, 
busy under busy list, etc)

Original comment by rma...@gmail.com on 29 Jul 2009 at 3:09

GoogleCodeExporter commented 8 years ago

Original comment by rma...@gmail.com on 29 Jul 2009 at 3:10

GoogleCodeExporter commented 8 years ago
seems like you got disconnected from MSN, but MSN doesnt throw any warning..

Original comment by shichan....@gmail.com on 29 Jul 2009 at 7:30