Unknown Plugin: metadata.last.fm
#1
I've just upgraded to Dharma from the PPA, and it's working great with one problem... when I try to scan a new artist to my music library, xbmc crashes.

The last message in the debug log is

DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.last.fm.'.

Looking in my addons folder, I see metadata.artists.last.fm, and metadata.albums.last.fm, but no metadata.last.fm.

My default scanner is set to AllMusic. I've removed and re-added the source and tried to scan it to my library, but have the same problem.

Help?
Reply
#2
Sounds like you have out of date data in your database, likely due to you setting content or scanning during a period where addons was in flux.

Either way it shouldn't crash - mind posting a crashlog?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
r33411 fixes a few potential NULL dereferences. Will be merged to Dharma in time for beta2.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
Hrm. Looks like I don't have a crashlog present, for some reason. (I'm running the xbmc start script inside a standalone X session -- not sure what the problem there is, but I can fire it up by hand when I get home from work to see what happens)

Regardless, I just ran a backtrace on my last core file, and it looks like the xbmc binary I have installed has been stripped -- no debugging symbols.

I can provide a full backtrace, regardless, if it would be useful to you. bt of the parent thread gives this:

Code:
(gdb) backtrace
#0  0xb789d430 in __kernel_vsyscall ()
#1  0xb60b76d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb60b9098 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb60f534d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4  0xb60fb704 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5  0xb60fd6b6 in free () from /lib/tls/i686/cmov/libc.so.6
#6  0xb636bbce in SDL_DestroyMutex () from /usr/lib/libSDL-1.2.so.0
#7  0xb63168fc in ?? () from /usr/lib/libSDL-1.2.so.0
#8  0xb633bd36 in SDL_VideoQuit () from /usr/lib/libSDL-1.2.so.0
#9  0xb6310485 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#10 0xb631050e in SDL_Quit () from /usr/lib/libSDL-1.2.so.0
#11 0xb6310d9f in ?? () from /usr/lib/libSDL-1.2.so.0
#12 <signal handler called>
#13 0xb648c056 in XUngrabPointer () from /usr/lib/libX11.so.6
#14 0xb6347725 in ?? () from /usr/lib/libSDL-1.2.so.0
#15 0xb6352cab in ?? () from /usr/lib/libSDL-1.2.so.0
#16 0xb6352d2e in ?? () from /usr/lib/libSDL-1.2.so.0
#17 0xb633b3f7 in ?? () from /usr/lib/libSDL-1.2.so.0
#18 0xb633b4bc in ?? () from /usr/lib/libSDL-1.2.so.0
#19 0xb633bd5a in SDL_VideoQuit () from /usr/lib/libSDL-1.2.so.0
#20 0xb6310485 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#21 0xb631050e in SDL_Quit () from /usr/lib/libSDL-1.2.so.0
#22 0xb60babb9 in exit () from /lib/tls/i686/cmov/libc.so.6
#23 0xb648ee8d in _XDefaultIOError () from /usr/lib/libX11.so.6
#24 0xb634f9d7 in ?? () from /usr/lib/libSDL-1.2.so.0
#25 0xb648ef22 in _XIOError () from /usr/lib/libX11.so.6
#26 0xb6496743 in ?? () from /usr/lib/libX11.so.6
#27 0xb6496ccd in _XReply () from /usr/lib/libX11.so.6
#28 0xb6c5a854 in ?? () from /usr/lib/libGL.so.1
#29 0xbfed26c8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)

Looks like it might be totally unrelated to the last debug message?
Reply
#5
Yeah - that's a generic backtrace of X tearing stuff down by the looks.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Unknown Plugin: metadata.last.fm0