Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Exaile - error adding asx
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
rona_dinihari
n00b
n00b


Joined: 16 Mar 2010
Posts: 17

PostPosted: Sat Jul 17, 2010 2:29 am    Post subject: Exaile - error adding asx Reply with quote

I was trying to add a streaming radio station in Exaile. But I get error instead:

Code:

$ exaile
INFO    : Loading Exaile 0.3.1.0...
INFO    : Loading settings...
INFO    : Setting up deferred idle manager function...
INFO    : Loading plugins...
INFO    : Loading collection...
INFO    : Loading devices...
INFO    : HAL Providers: [<cd.CDHandler object at 0x8f71f8c>, <massstorage.MassStorageHandler object at 0x8f74fcc>]
INFO    : Loading interface...
INFO    : Loading main window...
INFO    : Connecting main window events...
INFO    : Loading panels...
INFO    : Connecting panel events...
INFO    : Done loading main window...
INFO    : WARNING: could not open podcast file
Exception in thread Thread-9:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/exaile/xlgui/panel/radio.py", line 195, in _do_add_playlist
    pl = playlist.import_playlist(uri)
  File "/usr/lib/exaile/xl/playlist.py", line 347, in import_playlist
    return import_from_asx(path)
  File "/usr/lib/exaile/xl/playlist.py", line 263, in import_from_asx
    loc = t.find("ref").get("href")
AttributeError: 'NoneType' object has no attribute 'get'


I was trying to add:
http://www.progrockandmetal.net/prm_player.asx

Other url from other stations seems to be just fine, I can add and play, but not this one. Is there anyone who can help me with this?

The url works fine in Rhythmbox.
Back to top
View user's profile Send private message
rona_dinihari
n00b
n00b


Joined: 16 Mar 2010
Posts: 17

PostPosted: Thu Jul 22, 2010 1:45 am    Post subject: Reply with quote

None?

This is the content of the .asx:
Code:

<ASX VERSION="3.0">

  <TITLE>Prog Rock and Metal</TITLE>

  <COPYRIGHT>? MyStation 2010</COPYRIGHT>

  <ABSTRACT>Playing the latest in Prog Rock/Metal from around the world.</ABSTRACT>

  <ENTRY>

    <TITLE>PRM Live</TITLE>

    <REF HREF="http://sc1-fmt.spacialnet.com:25764" />

    <AUTHOR>Progman55</AUTHOR>

    <ABSTRACT>24/7 Progressive Rock and Progressive Metal</ABSTRACT>

  </ENTRY>

</ASX>


The href seems to be just fine.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum