k4gdw / sharp-voice

Automatically exported from code.google.com/p/sharp-voice
0 stars 0 forks source link

Can't login using the sharp-voice test #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Installed latest build of SharpVoice along with the included test program
2.Compiled and ran program. Attempted to login using full email address, 
including @gmail.com, and application-specific password.
3.After clicking Login!, A dialog stating "Could not login" appears.

What is the expected output? What do you see instead?
I was expecting to login, thus be able to use the test program

What version of the product are you using? On what operating system?
Latest version as of today, Dec 16th, 2012

Please provide any additional information below.
I am using google two-step verification. I created an application-specific 
password, which should enable this app to login with those credentials.

Original issue reported on code.google.com by skip.mor...@gmail.com on 16 Dec 2012 at 4:21

GoogleCodeExporter commented 8 years ago
Oh, here's the output:

The thread 'vshost.LoadReference' (0x1edc) has exited with code 0 (0x0).
'GoogleTests.vshost.exe' (Managed (v4.0.30319)): Loaded 'E:\Skip\My 
Documents\SharpVoiceTest\bin\Debug\GoogleTests.exe', Symbols loaded.
'GoogleTests.vshost.exe' (Managed (v4.0.30319)): Loaded 'E:\Skip\My 
Documents\SharpVoiceTest\bin\Debug\SharpVoice.dll', Symbols loaded.
get:Login
'GoogleTests.vshost.exe' (Managed (v4.0.30319)): Loaded 
'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50
a3a\System.Web.dll'
request:base
request:rnrse
A first chance exception of type 'System.Exception' occurred in SharpVoice.dll
The thread '<No Name>' (0x754) has exited with code 0 (0x0).
get:Login
request:base
request:rnrse
A first chance exception of type 'System.Exception' occurred in SharpVoice.dll
The thread '<No Name>' (0x18b4) has exited with code 0 (0x0).
The thread '<No Name>' (0xe18) has exited with code 0 (0x0).
The thread 'vshost.RunParkingWindow' (0xa80) has exited with code 0 (0x0).
The thread '<No Name>' (0x10ec) has exited with code 0 (0x0).
get:Logout
request:logout
The program '[4756] GoogleTests.vshost.exe: Managed (v4.0.30319)' has exited 
with code 0 (0x0).

Not much to go on.

Original comment by skip.mor...@gmail.com on 16 Dec 2012 at 4:23

GoogleCodeExporter commented 8 years ago
When using the application specific password, were there spaces included? I've 
not tested the application with two-step authentication myself and have minimal 
intention to do so. If anyone else is willing to figure this out, feel free and 
I'll include your patch into the code.

Original comment by scott.mu...@gmail.com on 16 Dec 2012 at 7:50

GoogleCodeExporter commented 8 years ago
fixed in rev 9e604f9b7d48110093666146c52648dfe06a333c

Original comment by scott.mu...@gmail.com on 1 Apr 2013 at 5:02