Crash-m / thelastripper

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

Unhandled Exception in Generating Playlist #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Started TheLastRipper, logged on and steamed "personal".
Using the File Menu -> Generate Playlists
I recieve the following exception in v1.3.0 Release

(it's german, saying JIT Debugger caught exception. The Remote Server
returned an internal servererror (500).

----

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben:
(500) Interner Serverfehler.
   bei System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest&
request)
   bei System.Net.WebClient.DownloadString(Uri address)
   bei System.Net.WebClient.DownloadString(String address)
   bei LibLastRip.PlayListGenerator.GeneratePlayList(String Feed, Boolean
Clean, Boolean Mixed, String FileName)
   bei LibLastRip.PlayListGenerator.Generate()
   bei
WinFormsClient.MainForm.GeneratePlaylistsToolStripMenuItemClick(Object
sender, EventArgs e)
   bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   bei System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   bei System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e,
ToolStripItemEventType met)
   bei System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e,
ToolStripItemEventType met)
   bei System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   bei System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.ToolStrip.WndProc(Message& m)
   bei System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.832 (QFE.050727-8300).
    CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
WinFormsClient
    Assembly-Version: 1.3.2933.34412.
    Win32-Version: 1.3.2933.34412.
    CodeBase: file:///C:/Programme/TheLastRipper/TheLastRipper.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.832 (QFE.050727-8300).
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.832 (QFE.050727-8300).
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.832 (QFE.050727-8300).
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy
stem.Drawing.dll.
----------------------------------------
LibLastRip
    Assembly-Version: 1.1.2930.34097.
    Win32-Version: 1.1.2930.34097.
    CodeBase: file:///C:/Programme/TheLastRipper/LibLastRip.DLL.
----------------------------------------
System.Configuration
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.832 (QFE.050727-8300).
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50
a3a/System.Configuration.dll.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.832 (QFE.050727-8300).
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System
.Xml.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.832 (QFE.050727-8300).
    CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.42 (RTM.050727-4200).
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.resources/2.0.0.0_de_b77a5c561934e08
9/System.resources.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.42 (RTM.050727-4200).
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b
77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms
festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

Original issue reported on code.google.com by strubi...@googlemail.com on 7 Aug 2008 at 7:18

GoogleCodeExporter commented 9 years ago
I guess the feature haven't been reviewed for quite a few releases and last.fm 
APIs
may have changed a bit...

Maybe we should remove the feature it's not really useful... It was just there
because TheLastRipper started as a school project in a subject called technology
which required some innovation to take place... :)

Original comment by jopsen@gmail.com on 7 Aug 2008 at 8:36

GoogleCodeExporter commented 9 years ago
is this the same bug: ?
ripping my "playlist"
on windows xp sp3 with .net v2.0

after finishing to download the first song he saves it and then:

System.Net.WebExeption: Remote Server returned Error: 403 (Forbidden)

Original comment by madmax7002@gmail.com on 3 Sep 2008 at 12:19

GoogleCodeExporter commented 9 years ago
comment to the above:
I now ripped "personal"
and that seems to be ok ripping (now 2nd song without problem)

Original comment by madmax7002@gmail.com on 3 Sep 2008 at 12:24

GoogleCodeExporter commented 9 years ago
#2, 3
No, that is NOT the same bug... Just read the bug description is says:
Started TheLastRipper, logged on and steamed "personal".
Using the File Menu -> Generate Playlists
I recieve the following exception in v1.3.0 Release

With regards to your issue... Please start a new issue, and before that try 
recording
without playing from the same account at the same time...

Original comment by jopsen@gmail.com on 3 Sep 2008 at 2:46