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]
This is the error I am getting with Ubuntu 10.04. It use to work with 9.04.
It worked with 10.04 for a while and then right after an update I have been
getting this error:System.Net.WebException: Error getting response stream
Am having problems getting lastripper to run on Ubuntu Lucid. Am getting
this:
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]
Help would be awesome! Thanks!
I have exactly the same problem on Ubuntu 9.04. To find a solution, I
installed TheLastRipper again. Same failure notice is showing up after
re-installment. Has anyone an idea, how I can get it running again? Thanks!
Same problem as LeRoyA and CCSW.67. I am using version 1.4 on Ubuntu 10.04.
Anyone know what is up?
Same problem as LeRoyA and CCSW and bbaird67401 on Ubuntu-netbook 10.04.
Could not just anyone tell us if it is running on that operating system?
Had the same errors, but an update of mono by adding
deb http://badgerports.org lucid main to application sources
(system-admin->[appsources]) - don't know the [en] name.
solved the net exception problem, however I still got some silly requester
without text and an exclamation mark or something when I try to tune in to
some station, it might be a user related error, but I don't know....
I did install the packages from badgerports,org. At least it didn't work
out for me. The net exception message is gone, but I always get a empty
error message instead. I could not figure one channel out which works.
HI,
I have the 1.4.1 ver on ubuntu 10.04, but after the log in doesn't work.
I have these message:
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]
I just installed TheLastRipper 1.4.0+dfsg-2 on a fairly fresh Ubuntu 10.04
system from the repos. I ran it from the shell when it wouldn't start a
stream:
`
jon@leon:~$ thelastripper
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
get 'Falling to Pieces' (The Real Thing) from 'Faith No More'
jon@leon:~$
`
All but the last line of output came when trying to validate my account.
When I tried to start a stream I got a popup like those above.
I just installed TheLastRipper? 1.4.0+dfsg-2 on a fairly fresh Ubuntu 10.04
hi,
I think this is the Ubuntu versin, becouse i had the same Proplem since i
use ubuntu 10.04..
bevor withe ubuntu 9.x it's running.
Thelastripper hasn't worked on an Ubuntu/Debian install in quite some time
- as in getting close to a year if not beyond. The version for Windows
still works to some degree - but it stops recording after maybe 20-30
songs. The *nix/Windows versions each have had a problem terminating early
- but as I mentioned about a year ago or so thelastripper for *nix pretty
much quit with all those error messages you have received and it seems no
one is interested in picking up the project - which is too bad, I loved
getting the songs and the album covers. --gmachine
You have to compile it yourself and then TLR works a lot better than the
precompiled version. I compiled the Windows-Version by myself and got a lot
less Exceptions. I think this also happens to the *nix-Version.
Having the same problem with the Linux version.. a blank popup alert. Cant
record shit, captain. It is most likely due to the last.fm stream.. they
change it alot. From what ive heard there are a few things invlolved with
the protocol etc. On youtube if you download a video everything has to be
perfect, if there is 1 charatec off in the header its screwed, and if it
changes we get no dice. Its been a common problem with the last ripper and
since it hasnt been updated in over a year, that is definately the culprit.
For some reason the windows version worked, but has a huge memory-related
bug, that is actually quite strange for a program like this, but also
definately has to do with the stream data, it can accumulate up to 350 mb
in hard memory and then crashes.
Follow the instructions at:
https://bugzilla.novell.com/show_bug.cgi?id=506734
I uploaded a tar.gz of System.dll for mono 2.6. You can download it from
http://gonzalo.name/tmp/system.tar.gz
Download that file and do the following (probably as root):
# tar -xzf system.tar.gz
# cd system2
# gacutil -i System.dll