Crash-m / thelastripper

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

Never rips. #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the issue:No music ever downloads. I log on, select a
station, click "Tune in" and nothing happens.

What steps will reproduce the problem?
1. Start the program.
2. Enter user name and password.
3. Click "Login".
4. Select lastfm://globaltags/alternative
5. Click "Tune in".
6. Wait forever.

What is the expected output?

Music ripped to my ~/Music directory.

GENERAL INFORMATION ABOUT YOUR SYSTEM:

TheLastRipper version? 1.1.1
Mono/.Net runtime version? 1.9.1
Operating system and version? Ubuntu 8.10

Original issue reported on code.google.com by marcrwhi...@gmail.com on 4 Feb 2009 at 4:33

GoogleCodeExporter commented 8 years ago
Does it print anything to stdout if you execute thelastripper from terminal... 
Post
the content here...

Also have you tested alternate global tags?

Original comment by jopsen@gmail.com on 4 Feb 2009 at 9:16

GoogleCodeExporter commented 8 years ago
Same thing happens to me.  It used to work, and then just stopped.  I see the
following in terminal:

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

And then nothing happens.

Original comment by zako...@gmail.com on 4 Feb 2009 at 1:48

GoogleCodeExporter commented 8 years ago
Could be that the old last.fm api is down... that's happened before... let's 
give it
a few days it'll probably come back to live :)
Otherwise I guess we'll have to move the new api... Which I probably should 
have done
a long time ago...

Original comment by jopsen@gmail.com on 4 Feb 2009 at 4:25

GoogleCodeExporter commented 8 years ago
Okay, the port I should have done along time ago is about to be done... If 
somebody
would please test it and let me know if it works... before I release that'd be 
great...

It's been a while since I've packaged debs, so it's not unlikely that I've 
forgotten
something... :)

I've attached the deb package... It doesn't include all the latest features of 
the
Windows.Forms 1.3 series, but it uses the latest LibLastRip, actually from 
beta...
Which means it's using a new last.fm API, and that skip should work...
The featues might come later, all that's needed is the UI, the backend is in 
place...

Anyway, somebody please let me know if it runs :)

Original comment by jopsen@gmail.com on 4 Feb 2009 at 9:31

Attachments:

GoogleCodeExporter commented 8 years ago
The .deb installs fine, but there seem to be a few bugs left in the software. 
Recording will occasionally stop and an error box with no text will pop up.  In
terminal this gives:

(TheLastRipper:7660): Gtk-WARNING **: Failed to set text from markup due to 
error
parsing markup: Error on line 5: Character ' ' is not valid at the start of an 
entity
name; the & character begins an entity; if this ampersand isn't supposed to be 
an
entity, escape it as &

Also, album covers will sometimes not save with an error message in terminal of:

Exception occured: System.ArgumentException: The specified path is not of a 
legal
form (empty).
Parameter name: path
  at System.IO.Path.InsecureGetFullPath (System.String path) [0x00000] 
  at System.IO.Path.GetFullPath (System.String path) [0x00000] 
  at System.Net.WebClient.MakeUri (System.String path) [0x00000] 
  at System.Net.WebClient.CreateUri (System.String address) [0x00000] 
  at System.Net.WebClient.DownloadFile (System.String address, System.String
fileName) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadFile
(string,string)
  at LibLastRip.LastManager.SaveSong (System.IO.Stream Song, Int32 Count,
LibLastRip.MetaInfo SongInfo) [0x00000] 

Finally, it seems like sometimes the software just stops writing songs to the 
disk. 
It's hard to notice when this happens, but there were some songs that were 
listed in
the terminal output that were not stored on the disk.

Original comment by zako...@gmail.com on 5 Feb 2009 at 11:21

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I get an install error on version thelastripper_1.3.0-1_all.deb 

     Error: Dependency is not satisfiable:libglib2.0-cil

I'm running Ubuntu 8.04. Synaptic shows that library is in fact installed.

Original comment by marcrwhi...@gmail.com on 15 Feb 2009 at 4:22

GoogleCodeExporter commented 8 years ago
perfect!
I got the same problem, but with 1.3 all is perfect.

good job! thanks!

Original comment by leif.ho...@gmail.com on 16 Feb 2009 at 10:09

GoogleCodeExporter commented 8 years ago
Installing the deb works fine and it also starts ripping without any problems. 
I'm
running 1.3 with Ubuntu 8.10.

But: Song health calculation seem to be wrong! Even if one song has been ripped
several times it always has the same song health. If this song health is lower 
than
100 the song is skipped every time. Therefore you are not able to rip this song 
any more.

Original comment by st...@pkoffler.net on 18 Feb 2009 at 9:50

GoogleCodeExporter commented 8 years ago
that is a new and unreleased feature which will be controllable via settings 
soon...
the health calculation is only an assumption and cannot calculate a correct 
value, so
it will rename possibly defect files to be checked manually by the user.

Original comment by andreas....@gmail.com on 18 Feb 2009 at 11:06

GoogleCodeExporter commented 8 years ago
Ah cool! Sounds like a good feature.

Original comment by st...@pkoffler.net on 18 Feb 2009 at 11:50

GoogleCodeExporter commented 8 years ago
Quote:

I get an install error on version thelastripper_1.3.0-1_all.deb 

     Error: Dependency is not satisfiable:libglib2.0-cil

I'm running Ubuntu 8.04. Synaptic shows that library is in fact installed.

/Quote:

Indeed the package was built for Ubuntu 8.10, but it is working on Ubuntu 8.04 
too.
Just download the package and install it in a console with ...

sudo dpkg -i --force-depends thelastripper_1.3.0-1_all.deb

Original comment by mini...@gmail.com on 1 Mar 2009 at 11:37

GoogleCodeExporter commented 8 years ago
Hi!

1.3.0-1..deb on Ubuntu 8.10 works OK; the station is shown in the window; but
skipping songs still seems to be buggy... It works for on song, but after that 
the
button stays gray (actually all of them, except for the tune-in button).

What about the health-calculation issue mentioned above? Am I missing 
something; or
is it a windows-version feature?)

german-speaking/reading people could have a look at
http://wiki.ubuntuusers.de/TheLastRipper ; I#ll add the new version there.

so long
hank

Original comment by hanksch...@googlemail.com on 1 Mar 2009 at 1:38

GoogleCodeExporter commented 8 years ago
The skip button thing is probably a bug... I'll take a look at it...

Original comment by jopsen@gmail.com on 1 Mar 2009 at 1:58

GoogleCodeExporter commented 8 years ago
Hi!

I just got this error message ripping a user-playlist:

Exception occurred. Please restart ripping.
Exception:
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] 
  at LibLastRip.LastManager.Save (IAsyncResult Res) [0x00000] 

I use the new 1.3.0-1.deb on Ubuntu 8.10. The Player just "hangs" near the end 
of a
Track. I had to kill it; anew tune in via tuni in button didn'T have any effect.
Any suggestions what is wrong here?

so long\\
hank

Original comment by hanksch...@googlemail.com on 1 Mar 2009 at 2:55

GoogleCodeExporter commented 8 years ago
Maybe the playlist if out of tracks have you tried to reproduce it using a 
globaltags
station... 

Original comment by jopsen@gmail.com on 1 Mar 2009 at 3:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi!

Of course it could have been a problem with the playlist, even though it was not
'empty' at the time. But I got another crash, without any message, just an
error-window with the 'no-entrance'-sign, but no text...

The last messages in the Terminal were:
(TheLastRipper:15516): Gtk-WARNING **: Failed to set text from markup due to 
error
parsing markup: Fehler in Zeile 5: Zeichen  ist am Anfang eines Entitätsnamens
ungültig; eine Entität beginnt mit dem Zeichen &; wenn das Et keine Entität 
sein
soll, es als & umschreiben (translates to: 'Error in line 5: Character  » « 
is not
valid as the beginning of an entity name; an entitiy has to start with the sign 
&; if
this et is  not meant as entity, it should be written as &' - I'm not sure what 
it
means, therefore I don't know if my translation is correct...)
download cover /home/heinrich/Music/Compay Segundo/Cubacuba2/cover.jpg
Tracks left: 5
get 'Guarachando' (El Repartero De La Habana)  from 'Samá y El Expreso De 
Oriente'
Song length in bytes: 2804
Song length announced: 302000
Song health: 0,0580298013245033
Song skipped (incomplete or user request)
Tracks left: 4
get 'Maria Bárba' (Lagrima E Suplica)  from 'Maria Alice'
heinrich@ubuntu:~$ 
I couldn't restart the player with the tune in button.

I am running a tag-radio right now, to see if I can reproduce the error; and I 
hate
to say it -  here we go:.

Exception occurred. Please restart ripping.
Exception:
System.Net.WebException: The remote server returned an error: (404) File not
available right now.
  at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result)
[0x00000] 
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data)
[0x00000] 
 Last messages in the terminal are:

Tracks left: 1
get 'Guajira (I Love U 2 Much)' (President Alien)  from 'Yerba Buena'
download cover /home/heinrich/Music/TheLastRipperTest/Jerry Rivera/Cuenta
Conmigo/cover.jpg
Song length in bytes: 4028707
Song length announced: 248000
Song health: 101,529914314516
Tracks left: 5
get 'Una aventura' (The Best)  from 'Grupo Niche'
download cover /home/heinrich/Music/TheLastRipperTest/Yerba Buena/President
Alien/cover.jpg

The new song never started; the window hangs showing the last song at about 98% 
of
the staus bar completed... 

Any idea what is wrong?

btw: I found the song health issue running thelastripper in a terminal... 

Is there another location for the sourcecode beside the SVN here:
http://thelastripper.googlecode.com/svn/branches/LinuxGeneric/  ?

so long
hank

Original comment by hanksch...@googlemail.com on 1 Mar 2009 at 5:29

GoogleCodeExporter commented 8 years ago
I've patched the Linux version to ignore song health for the moment being...
Also I've fixed the issue with the skip button... These changes should be in 
SVN.
The source is the svn location you're linking to... I'll release a tarball too 
when
this linux version gets stable...

The issue with the GTK-WARNING is probably caused by some string that's not 
properly
escaped... I just can't figure out where... I've escaped the metadata labels... 
But
perhaps I'm missing something...

By the way, the 404 issue might be related to this
http://groups.google.com/group/thelastripper-dev/browse_thread/thread/58a302b74c
816994
Which may have caused general instability... And the beta version you're 
testing have
not yet been patched for this...

Original comment by jopsen@gmail.com on 1 Mar 2009 at 7:23

GoogleCodeExporter commented 8 years ago
Quote:

Indeed the package was built for Ubuntu 8.10, but it is working on Ubuntu 8.04 
too.
Just download the package and install it in a console with ...

sudo dpkg -i --force-depends thelastripper_1.3.0-1_all.deb

/Quote

As this solution corrupts the apt-get/synaptic package system, I hacked 
jopson's deb
file and corrected the dependencies for ubuntu hardy heron.

The deb file can be downloaded below. I tested it on my hardy heron 
installation.

Cheers
minimec

Original comment by mini...@gmail.com on 1 Mar 2009 at 7:55

Attachments:

GoogleCodeExporter commented 8 years ago
Hi!

@ minimec, comment 20
Thanks for your effort; unfortunatly my hardy-heron machine crashed completely 
trying
to run your .deb - I'll give it another tray, but perhaps it is wiser to 
compile the
whole thing for oneself...

@ jopsen, comment 19
Where do I find the 'fixed' version? I downloaded the 
http://thelastripper.googlecode.com/svn/branches/LinuxGeneric/thelastripper-1.3.
0.tar.gz
(Version 417 it says) and compiled it, but the health-calculation is still 
there (it
doesn't seem to cause any trouble, though); and the skip button doesn't work; 
either.
There seems to be no difference to the 416-version from yesterday.

Which files would I need to get those changes?

I'm not a hotshot at using SVNs; so what command would I need to download it at 
one go?

Thanks!

hank

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 9:46

GoogleCodeExporter commented 8 years ago
The fixed version is not packaged... you'll have to check it out of svn... I 
think
this should do it...
You can build it using monodevelop:
svn checkout http://thelastripper.googlecode.com/svn/branches/LinuxGeneric/
thelastripper-read-only

Yes, it should probably be compiled for 8.04 specifically...

Original comment by jopsen@gmail.com on 2 Mar 2009 at 10:08

GoogleCodeExporter commented 8 years ago
Hi!

svn checkout
http://thelastripper.googlecode.com/svn/branches/LinuxGeneric/thelastripper-read
-only

Worked; thanks! Even though I don't know what to do with 
/thelastripper-read-only;
adding that I get an error message "URL doesen't exist".

Now I've got the SVN in LinuxGeneric; to configure, I nedded these commands:

export RSVG_SHARP_20_LIBS="-r:/usr/lib/mono/rsvg2-sharp-2.0/rsvg2-sharp.dll"
export RSVG_SHARP_20_CFLAGS="-I:/usr/share/rsvg2-sharp/2.0/rsvg2-api.xml"

But make stops with this:  

./MetaInfo.cs(60,35): error CS0246: The type or namespace name `XSPF' could not 
be
found. Are you missing a using directive or an assembly reference?
./MetaInfo.cs(60,46): error CS0246: The type or namespace name `XSPFTrack' 
could not
be found. Are you missing a using directive or an assembly reference?
./LastManager/LastManager.Stream.cs(36,27): error CS0246: The type or namespace 
name
`XSPF' could not be found. Are you missing a using directive or an assembly 
reference?
./LastManager/LastManager.Stream.cs(37,27): error CS0246: The type or namespace 
name
`XSPFTrack' could not be found. Are you missing a using directive or an assembly
reference?
./LastManager/LastManager.Stream.cs(72,42): error CS0246: The type or namespace 
name
`XSPFTrack' could not be found. Are you missing a using directive or an assembly
reference?

I installed about everything I could find with XSPF; cleaned the bit, 
reconfigurd;
but the error reamins... What am I missing? I've installed monodevelop, too, 
but how
do I build the package with it? Do I need it? I usually use ./configutre, make, 
sudo
checkinstall to build my own packages...

so long
hank

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 10:55

GoogleCodeExporter commented 8 years ago
i think the thelastripper-read-only was suppose to be separated by a 
space...but I'm
not sure if it's needed

I use monodevelop to generate the makefiles using autoconf, automake etc... The
current svn source can probably not be build with the make scripts that are in 
SVN,
as these are not updated... 

There's an .mds file... it's a Mono Develop Solution open it with 
monodevelop... Or
open monodevelop and op the solution... then press the build button in 
monodevelop...

Original comment by jopsen@gmail.com on 2 Mar 2009 at 11:10

GoogleCodeExporter commented 8 years ago
Hi!

Yes, you were right about the space - now the whole bit is saved to
/thelastripper-read-only

I managed to "build" the solution calling thelastripper.mds in MonoDevelop; I 
did the
build; I can run it within monodevelop (using the 'run' button) - and it 
skipping
works! (health calculation seems still to be there...)
Great, thank you!

But is there some kind of package, or is this Version just running from within
monodevelop? Or is it installed?...Could I share the version with others?
(Sorry, if I'm asking stupid questions - never worked with mono before...)

so long
hank

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 12:04

GoogleCodeExporter commented 8 years ago
This version just runs from within monodevelop, now you can build a tarball 
using
monodevelop and share it with others... I plan to do that when I'm done porting 
the
latest features from the windows client, or at the very least the subset that I 
think
will be usable...

Yes, health calculation is still printed to terminal, but it shouldn't skip 
anything...

Original comment by jopsen@gmail.com on 2 Mar 2009 at 12:14

GoogleCodeExporter commented 8 years ago
Hi!

Great; thank you so much!!!!

Would you mind if I put a test.deb in the german ubuntuusers.wiki? I know, 
you're not
done yet, but it would make at least these changes available - and actually it 
seems
to be much more stable than before; no more error-messages at startup etc.; and 
the
first time skipping works!

I add my version for intrepid, 32-bit-system here.

so long\\
hank

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 12:38

Attachments:

GoogleCodeExporter commented 8 years ago
Feel free to do so... But it's not bug free yet, so if you'd ask people to 
report
bugs here, or on http://groups.google.com/group/thelastripper-dev
That would be great, also maybe call it version "1.3.0 beta 1", so we know what
version people are reporting bugs from...

Original comment by jopsen@gmail.com on 2 Mar 2009 at 12:54

GoogleCodeExporter commented 8 years ago
Hi!

Ok, I'll do that (it's a bad habit I have developed to just count up every time 
I
compile a 'new' package; makes it easier to install without having to remove 
the old
version ;-)

I will call it 1.3.0~beta-intrepid; and try to compile one for hardy as well, 
ok? Or
would it be better to publish the tarball? (As the other hardy-deb didn't work?)

so long
hank

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 1:41

GoogleCodeExporter commented 8 years ago
Hmm... I don't know, if you can get pbuilder to build for hardy, I guess that 
would
be best... Otherwise just publish the tarball... It's not really that important 
as
it's just a beta release... If you want to compile for hardy you might, I'm not 
sure,
have to change some of the dependencies...

By the way, my control files are also in svn in 
/branches/Debian/TheLastRipper-1.3.0
but just compile however you do it...

Original comment by jopsen@gmail.com on 2 Mar 2009 at 3:23

GoogleCodeExporter commented 8 years ago
@hankschwie, comment 21

I cannot confirm any malicious behaviour with the hacked hardy heron package. I 
asked
a friend of mine to test the package on his hardy machine. The package installs
without problems and the software works.

All I did was to change the 'Depends' line from the original jopsen-deb...

Quote:

Depends: gnome-icon-theme, xdg-utils, mono-runtime (>= 1.1.8.1), libglib2.0-cil 
(>=
2.12.0), libgtk2.0-cil (>= 2.12.0), libmono-corlib2.0-cil (>= 1.2.2.1),
libmono-system2.0-cil (>= 1.2), libmono2.0-cil (>= 1.2)

/Quote

Original comment by mini...@gmail.com on 2 Mar 2009 at 4:03

GoogleCodeExporter commented 8 years ago
Hi!

@minimec
Yes, sorry,  you are right; I just tried it again, and this time it worked; the 
crash
was probably caused by something else. But I'll try and build a new version 
which is
able to skip songs nevertheless (on my machine the one you posted isn't).

@jopsen
I should have a look at pbuilder anyway, perhaps this is the chance to do it...
But first I'll try and work with minimecs "trick" with the dependencies...; it 
should
work with "my" deb too, shouldn't it? 

so long
hank 

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 4:30

GoogleCodeExporter commented 8 years ago
@Hankschwie
Hacking the deb is probably find... at the very least for a beta release... Also
there might be some dependency issues if you try to build it against hardy 
libraries
as these have other names... So just post a hacked deb, as long as it's just for
testing...

Original comment by jopsen@gmail.com on 2 Mar 2009 at 4:49

GoogleCodeExporter commented 8 years ago
Hi!

No problem; I did the whole thing again on my hardy installation (checkout svn,
monodevelop, the whole shebang).

Here's the new 1.3.0~beta-hardy package which is able to skip songs...

so long
hank

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 5:26

Attachments:

GoogleCodeExporter commented 8 years ago
Hi!

Got the same error again: No text, just the sign;
get 'Sonido Bestial' (A life time of Hits.. (Live At Centro De Bellas Artes, San
Juan, Puerto Rico.))  from 'Richie Ray & Bobby Cruz'

(TheLastRipper:8371): Gtk-WARNING **: Failed to set text from markup due to 
error
parsing markup: Fehler in Zeile 5: Zeichen » « ist am Anfang eines 
Entitätsnamens
ungültig; eine Entität beginnt mit dem Zeichen &; wenn das Et keine Entität 
sein
soll, es als & umschreiben

And this time there is a &-sign in the Artist name. Perhaps it has to be 
replaced lik
[ or ]?

so long\\
hank

Original comment by hanksch...@googlemail.com on 2 Mar 2009 at 9:28

GoogleCodeExporter commented 8 years ago
Okay, I've made hack that replaces ampersands with "and" before escaping the 
strings
using GLib.Markup.EscapeText(). Please see if it fixes the issue...

Beta 2 attached...

Original comment by jopsen@gmail.com on 3 Mar 2009 at 9:01

Attachments:

GoogleCodeExporter commented 8 years ago
@hankschwie, comment 34 

Your hardy package runs very well on my system. Thanks.

Original comment by mini...@gmail.com on 3 Mar 2009 at 11:02

GoogleCodeExporter commented 8 years ago
Hi!

@ jopsen
Thanks; I tried the same song (from 'Richie Ray & Bobby Cruz') and it works! 
(I'll
check if the &-sign inthe artist name was the problem with the older version, 
or just
a coincidence).

The tar.gz should work for hardy,too? (only checked on intrepid so far)

so long

hank

Original comment by hanksch...@googlemail.com on 3 Mar 2009 at 6:02

GoogleCodeExporter commented 8 years ago
Yes, figured that the hack might fix the bug... But it sounds like a bug in 
gtk# as
it should escape it...

I'm not sure of the tar.gz works for hardy, give it a try... It probably will..

Original comment by jopsen@gmail.com on 3 Mar 2009 at 6:35

GoogleCodeExporter commented 8 years ago
Hi!

Used the'old' version now to check with this song; but I couldn't reproduce the 
crash
... So it probably was something else?

I'll try with hardy; I could also try to 'rebuild' the thing on hardy via 
monodevelop
(if you did put the fit in the SVN...)

so long
hank

Original comment by hanksch...@googlemail.com on 3 Mar 2009 at 6:49

GoogleCodeExporter commented 8 years ago
Hi!

Tried the new tar.gz on hardy, too; and it works! Thanks!

Two other things: on Hardy, I can't listen to the stream via 
http://127.0.0.1:8000 on
Kaffeine or Rhythmbox or whatever; whenever I try, TheLastRipper just stops - no
message, nothing; but I have to restart the whole thing. On intrepid it works 
great
(about 20 sec, delay, but that fine with me...)

The other thing: Would it be possible to scale the covers to a fixed size for 
the
display in the window? Apparently the new version uses the first (and by now 
that it
the largest) cover found; to the effect that the size of the window 'explodes'. 
It
stays that way, even if the next cover is way smaller.

Vagalume and Last-Exit don't do that; the window always stays the same there. I 
don't
know how to implement that on TheLastRipper, though.

(btw: I taught my 'privat' version ot TheLastRipper not to save the covers, 
since I
don't need them - by just dropping lines 651-665 in LastManager.stream.cs...)

so long
hank

Original comment by hanksch...@googlemail.com on 4 Mar 2009 at 6:34

GoogleCodeExporter commented 8 years ago
Hi!

Just as service: the new 32-bit-1.3.0~beta2-packages for intrepid and hardy.

have fun!

so long
hak

Original comment by hanksch...@googlemail.com on 5 Mar 2009 at 9:22

Attachments:

GoogleCodeExporter commented 8 years ago
Also, note: they are not 32 bit... it's CIL, architecture independent, in 
debian "all"...

Original comment by jopsen@gmail.com on 5 Mar 2009 at 9:34

GoogleCodeExporter commented 8 years ago
if you have the time - an update to 1.4 (actual trunc) would be nice ;-)

Original comment by andreas....@gmail.com on 5 Mar 2009 at 9:39

GoogleCodeExporter commented 8 years ago
Hi!

@ jopsen
Oh, thank you! Something I didn't know...I thought as I kompiled it on a
32-bitmachine it would only work for those... 

 @ andreas.langmann
if you have the time - an update to 1.4 (actual trunc) would be nice ;-)

1.4 for Linux? That would be great - but  that was meant for jopsen, not me, 
wasn't it?

so long
hank

Original comment by hanksch...@googlemail.com on 5 Mar 2009 at 10:25

GoogleCodeExporter commented 8 years ago
Hi!
Can I do something to use thelastripper-1.3.0-beta2.tar.gz or another 1.3 beta 
on
openSuse 11.1? I have never compiled/kompiled something before. But I think I 
would
need the source code before. Can I find that somewhere?
Thanks
pistazienfresser

Original comment by MJPSeid...@gmail.com on 11 Mar 2009 at 9:42

GoogleCodeExporter commented 8 years ago
the tar.gz for 1.3.0 can be found above... All you need to do is to download 
it...
Extract it... Navigate to the extracted files in a terminal and build them, 
e.g. type
something like:
$ cd /path/to/extracted/files/
$ ./configure
$ make
$ sudo make install

As is done with any other tarball...

Original comment by jopsen@gmail.com on 11 Mar 2009 at 11:23

GoogleCodeExporter commented 8 years ago
I'm on Intrepid and the Intrepid .deb file in comment 42 is the only one that 
allows
me to record.

Original comment by david.m.ron on 16 Mar 2009 at 10:43

GoogleCodeExporter commented 8 years ago
Hi!

I still get occasional errors in the terminal; same as mentioned above:

"get 'Vitoriosa' (Millennium)  from 'Ivan Lins'

(TheLastRipper:6545): Gtk-WARNING **: Failed to set text from markup due to 
error
parsing markup: Fehler in Zeile 5: Zeichen » « ist am Anfang eines 
Entitätsnamens
ungültig; eine Entität beginnt mit dem Zeichen &; wenn das Et keine Entität 
sein
soll, es als & umschreiben"

and a small window displaying a "no entrance" sign, but no text.

So the hack about the &-signs probably wasn't neccessary... (I am using the
intrepid-1.3.0beta2-version). 

At startup, sometimes I get this in an error-pop-up:

"Exception occurred. Please restart ripping.
Exception:
System.ArgumentNullException: Argument cannot be null.
Parameter name: stringToUnescape
  at System.Uri.UnescapeDataString (System.String stringToUnescape) [0x00000] 
  at LibLastRip.MetaInfo..ctor (LibLastRip.XSPF xspf, LibLastRip.XSPFTrack xspfTrack)
[0x00000] 
  at LibLastRip.LastManager.Save (IAsyncResult Res) [0x00000] "

but no message in the terminal; I can restart, the first song is skipped with a
message like this:

"get 'Brown, Warm And Wintry' (The DeJohnette Complex)  from 'Jack DeJohnette'
Song length in bytes: 1402
Song length announced: 303000
Song health: 0,0289191419141914
Song skipped (incomplete or user request)
Tracks left: 4
get 'Made for Radio' (A Livingroom Hush)  from 'Jaga Jazzist'"

even though I didn't skip anything... The track-health check seems to work here,
doesn't it? Afterwards it usually works just fine...

so long
hank

Original comment by hanksch...@googlemail.com on 17 Mar 2009 at 3:39

GoogleCodeExporter commented 8 years ago
[deleted comment]