<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: fusedaap - 0.3</title>
	<link>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/</link>
	<description>Fusedaap development news</description>
	<pubDate>Wed, 25 Nov 2009 06:34:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Jorik Caljouw</title>
		<link>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-892</link>
		<pubDate>Sun, 05 Aug 2007 14:07:04 +0000</pubDate>
		<guid>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-892</guid>
					<description>If I try to install fusedaap 0.3.1 I get the following error when I use the current fuse-py:

No handlers could be found for logger "fusedaap"
Traceback (most recent call last):
  File "fusedaap.py", line 626, in 
    main()
  File "fusedaap.py", line 596, in main
    server = DaapFS()
  File "fusedaap.py", line 159, in __init__
    fuse.Fuse.__init__(self, *args, **kw)
  File "/usr/lib/python2.5/site-packages/fuse.py", line 678, in __init__
    """
RuntimeError: fuse.fuse_python_api not defined.

! Please define fuse.fuse_python_api internally (eg.
!
! (1)  fuse.fuse_python_api = (0, 2)
!
! ) or in the enviroment (eg.
!
! (2)  FUSE_PYTHON_API=0.1
!
! ).
!
! If you are actually developing a filesystem, probably (1) is the way to go.
! If you are using a filesystem written before 2007 Q2, probably (2) is what
! you want."

So I added fuse.fuse_python_api = (0, 1)
after
import fuse

Now I get the following message many times:
  File "/usr/lib/python2.5/site-packages/fuse.py", line 889, in __getattr__
    m = self.methproxy(meth)

and then:
RuntimeError: maximum recursion depth exceeded

Is it possible to make fusedaap compatible with the most recent fuse-py?

Thanks,
Jorik Caljouw</description>
		<content:encoded><![CDATA[<p>If I try to install fusedaap 0.3.1 I get the following error when I use the current fuse-py:</p>
<p>No handlers could be found for logger &#8220;fusedaap&#8221;<br />
Traceback (most recent call last):<br />
  File &#8220;fusedaap.py&#8221;, line 626, in<br />
    main()<br />
  File &#8220;fusedaap.py&#8221;, line 596, in main<br />
    server = DaapFS()<br />
  File &#8220;fusedaap.py&#8221;, line 159, in __init__<br />
    fuse.Fuse.__init__(self, *args, **kw)<br />
  File &#8220;/usr/lib/python2.5/site-packages/fuse.py&#8221;, line 678, in __init__<br />
    &#8220;&#8221;"<br />
RuntimeError: fuse.fuse_python_api not defined.</p>
<p>! Please define fuse.fuse_python_api internally (eg.<br />
!<br />
! (1)  fuse.fuse_python_api = (0, 2)<br />
!<br />
! ) or in the enviroment (eg.<br />
!<br />
! (2)  FUSE_PYTHON_API=0.1<br />
!<br />
! ).<br />
!<br />
! If you are actually developing a filesystem, probably (1) is the way to go.<br />
! If you are using a filesystem written before 2007 Q2, probably (2) is what<br />
! you want.&#8221;</p>
<p>So I added fuse.fuse_python_api = (0, 1)<br />
after<br />
import fuse</p>
<p>Now I get the following message many times:<br />
  File &#8220;/usr/lib/python2.5/site-packages/fuse.py&#8221;, line 889, in __getattr__<br />
    m = self.methproxy(meth)</p>
<p>and then:<br />
RuntimeError: maximum recursion depth exceeded</p>
<p>Is it possible to make fusedaap compatible with the most recent fuse-py?</p>
<p>Thanks,<br />
Jorik Caljouw
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ian Monroe</title>
		<link>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-735</link>
		<pubDate>Fri, 06 Apr 2007 18:00:31 +0000</pubDate>
		<guid>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-735</guid>
					<description>Hi, I'm the Amarok developer and developed its DAAP support.

iTunes 7 DAAP support is unlikely in the open source world unless someone really has the time I think...</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m the Amarok developer and developed its DAAP support.</p>
<p>iTunes 7 DAAP support is unlikely in the open source world unless someone really has the time I think&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: anon</title>
		<link>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-403</link>
		<pubDate>Tue, 27 Feb 2007 04:09:37 +0000</pubDate>
		<guid>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-403</guid>
					<description>Hi, are you also working on a version for iTunes after 7.0 ? cu Annon</description>
		<content:encoded><![CDATA[<p>Hi, are you also working on a version for iTunes after 7.0 ? cu Annon
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Island in the Net</title>
		<link>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-356</link>
		<pubDate>Mon, 19 Feb 2007 21:05:32 +0000</pubDate>
		<guid>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-356</guid>
					<description>I may me dense but how do I go about using this python code with macfuse?</description>
		<content:encoded><![CDATA[<p>I may me dense but how do I go about using this python code with macfuse?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: psanford</title>
		<link>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-307</link>
		<pubDate>Sat, 17 Feb 2007 21:11:02 +0000</pubDate>
		<guid>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-307</guid>
					<description>Ola, 

I suspect that the problem is related to the '!' in the filenames. I have added a filter to remove '!' from filenames in svn. You can either wait for the next release or checkout the current code from the svn repository.

-Peter</description>
		<content:encoded><![CDATA[<p>Ola, </p>
<p>I suspect that the problem is related to the &#8216;!&#8217; in the filenames. I have added a filter to remove &#8216;!&#8217; from filenames in svn. You can either wait for the next release or checkout the current code from the svn repository.</p>
<p>-Peter
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ola</title>
		<link>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-203</link>
		<pubDate>Fri, 02 Feb 2007 20:48:27 +0000</pubDate>
		<guid>http://fusedaap.sourceforge.net/news/2007/01/26/fusedaap-03/#comment-203</guid>
					<description>I have some problems with it on MacOSX with MacFuse. I am using 0.3.1 .

What debugging info would you be interested in?

:~/Desktop/FuseDaap/artists/Dire_Straits/Communique$ ls -la
ls: ANGEL_OF_MERCY06!!s.mp3.mp3: Invalid argument
ls: COMMUNIQUE04!!s.mp3.mp3: Invalid argument
ls: FOLLOW_ME_HOME09!!s.mp3.mp3: Invalid argument</description>
		<content:encoded><![CDATA[<p>I have some problems with it on MacOSX with MacFuse. I am using 0.3.1 .</p>
<p>What debugging info would you be interested in?</p>
<p>:~/Desktop/FuseDaap/artists/Dire_Straits/Communique$ ls -la<br />
ls: ANGEL_OF_MERCY06!!s.mp3.mp3: Invalid argument<br />
ls: COMMUNIQUE04!!s.mp3.mp3: Invalid argument<br />
ls: FOLLOW_ME_HOME09!!s.mp3.mp3: Invalid argument
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
