Bug 194087 - kopete: no webcam invitation or request possible
Summary: kopete: no webcam invitation or request possible
Status: RESOLVED DUPLICATE of bug 161914
Alias: None
Product: kopete
Classification: Applications
Component: Yahoo Plugin (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 22:50 UTC by Hans-J. Ullrich
Modified: 2009-10-16 23:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans-J. Ullrich 2009-05-25 22:50:48 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Dear maintainers,

it seems, the options "webcam invitation" or "webcam request" do not function at all. It seems, these functions are not active at all. 

When kopete is started within a konsole, you can see, nothing happens, when clicking one of these functions.

However, this bugreport might be similar or the same with similar sounding messages, so please apologize, if this is double.

The webcam itself is working, tested with webcams using "gspca" or "uvcvideo". 

Please feel free to ask for miore info.

And thank you for any hints.

Cheers

Hans-J. Ullrich
Comment 1 Hans-J. Ullrich 2009-06-13 09:45:39 UTC
Took a closer look at this bug again. It seems to do this:

Starting kopete > webcam not active at all
Going to the settings menu in kopete > webcam is going active (picture ok and green led on)
Leaving settings menu > webcam is going off, green led is off.

I also looked at it using strace, but there is no output, when leaving the settings menu.

This is definately a bug, as the same behaviour happens at a laptop of a friend of mine.


Regards

Hans
Comment 2 Thomas Sommer 2009-08-02 14:13:44 UTC
Same problem here.

Webcam can be configured correctly in the settings menu. But "Invite to view your webcam" doesn't work. There is neither an error message nor a special debug output.
Comment 3 Thomas Sommer 2009-08-19 20:34:44 UTC
I tried to debug the option with kopete 0.70.4. When I press the "Invite to view your Webcam" button following functions are called:

void WebcamTask::registerWebcam()
void WebcamTask::addPendingInvitation( const QString &userId )
void WebcamTask::parseWebcamInformation( YMSGTransfer *t )
void WebcamTask::slotRead()
void WebcamTask::connectStage2( KStreamSocket *socket ) {
	...
	switch( (const char)data[2] ) 
	...
	socketMap.remove( socket );
	delete socket;
}

"data" seems to be empty.

If someone give me some hints I can try to debug a little bit more.
Comment 4 Thomas Sommer 2009-08-29 10:49:31 UTC
Same behavior with version 0.70.90 and KDE 4.3.0.

void WebcamTask::connectStage2( KStreamSocket *socket ) {
    ...
    switch( (const char)data[2] ) 
    ...
    socketMap.remove( socket );
    delete socket;
}

connectStage2 is passed without entering any of the defined cases 0x04, 0x07 or 0x06.

Please could someone help me?
Comment 5 Thomas Sommer 2009-09-07 19:33:28 UTC
Seems to be a duplicate of https://bugs.kde.org/show_bug.cgi?id=161914
Comment 6 Hans-J. Ullrich 2009-10-16 23:39:19 UTC
I close this bugreport, as this bug report is a double of #bug 161914

Thank you for any help!

Hans

*** This bug has been marked as a duplicate of bug 161914 ***