Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

Exception while getting stream #219

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the issue:

What steps will reproduce the problem?
1. Using the latest version of theLastRipper, i log in
2. I select a station
3. blam!

System.Net.WebException: Error getting response stream (ReadDone2): 
ReceiveFailure ---> System.Exception:    at 
System.Net.WebConnection.HandleError(WebExceptionStatus st, System.Exception e, 
System.String where)
   at System.Net.WebConnection.ReadDone(IAsyncResult result)
   at System.Net.Sockets.Socket+SocketAsyncResult.Complete()
   at System.Net.Sockets.Socket+Worker.Receive()
  at System.Net.WebConnection.HandleError (WebExceptionStatus st, System.Exception e, System.String where) [0x00000] 
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] 
  at System.Net.HttpWebRequest.GetResponse () [0x00000] 
  at LibLastRip.LastManager.StartRecording (Boolean newStation) [0x00000] 

GENERAL INFORMATION ABOUT YOUR SYSTEM:

TheLastRipper version? 1.4.1 (both the Linux and the Windows version, and a 
Home-Built version)
Mono/.Net runtime version? Mono 2.4.2.3 
Operating system and version? OpenSUSE 11.2

Original issue reported on code.google.com by tian2992 on 7 Jul 2010 at 3:48