From e97a673a5de2acc0491ee1f0a69f8ef7dc8f0f5b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 31 Jan 2010 04:16:20 +0100 Subject: [PATCH] Add list of despotify issues --- docs/despotify-issues.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/despotify-issues.rst diff --git a/docs/despotify-issues.rst b/docs/despotify-issues.rst new file mode 100644 index 00000000..810913b8 --- /dev/null +++ b/docs/despotify-issues.rst @@ -0,0 +1,18 @@ +Despotify issues +---------------- + +* r483: s.lookup('spotify:track:1mr3616BzLdhXfJmLmRsO8') returns error: + "SpytifyError: URI specifies invalid type: track" + Possibly fixed in r497. +* r483: When accessing an_artist.albums one get the error: + "TypeError: Cannot convert spytify.AlbumDataFull to spytify.ArtistDataFull" +* r483: Sometimes segfaults when traversing stored playlists. May work if one + try again immediately. Another example segfault:: + + >>> In [45]: s.lookup('spotify:user:klette:playlist:5rOGYPwwKqbAcVX8bW4k5V') + Segmentation fault + +* r497: spytify fails on ``make'':: + + src/spytify.c: In function ‘__pyx_pf_7spytify_7Spytify___init__’: + src/spytify.c:7325: error: too few arguments to function ‘despotify_init_client’