Crash-m / thelastripper

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

get an error when trying to rip #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the issue:

What steps will reproduce the problem?
1. Start thelastripper

stephan@zeus:~> thelastripper
/usr/bin/which: no mp3gain in 
(/home/stephan/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr
/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)

2. enter account information

LastManager.ParseHandshake() Unknown key: info_message Value: 
LastManager.ParseHandshake() Unknown key: fingerprint_upload_url Value: 
http://ws.audioscrobbler.com/fingerprint/upload.php
LastManager.ParseHandshake() Unknown key: permit_bootstrap Value: 0
LastManager.ParseHandshake() Unknown key: freetrial Value: 0

3. start any station e.g. "artist similar to Erasure"

get 'Fantasy' (Electric Blue)  from 'Andy Bell'

4. an X-Window opens telling me:

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]

5. I klick on OK, but the status is still "Not recording"

When I don't klick on OK, after some time (possibly when Andy Bell has 
finished) the console says

get 'Don't You Want Me' (Dare)  from 'The Human League'

and the same error window opens again.

What is the expected output?
It should record the songs.

GENERAL INFORMATION ABOUT YOUR SYSTEM:

TheLastRipper version? 1.4.1
Mono/.Net runtime version? 2.4.2.3-2.3  (x86_64)
Operating system and version? openSUSE 11.2 64bit

Original issue reported on code.google.com by joess...@gmail.com on 14 Jun 2010 at 2:16