I'm not sure if this is related to a version of Python or what, but if I set enableValueFilters = true in my configuration, I get an error attempting to ls the mount directory. Disabling valueFilters works successfully.
It appears to be a problem with line 303 of _itemaccess.py, as per the following log: http://pastebin.com/BRNtqs78
I've created a patch file which does fix the symptom (though I'm not presuming that it is fixing the issue as it should be fixed):
http://pastebin.com/rXy0KPFv
The patch simply wraps item.tags inside a set() call to avoid the type mismatch.
I'm not sure if this is related to a version of Python or what, but if I set enableValueFilters = true in my configuration, I get an error attempting to ls the mount directory. Disabling valueFilters works successfully.
It appears to be a problem with line 303 of _itemaccess.py, as per the following log: http://pastebin.com/BRNtqs78
I've created a patch file which does fix the symptom (though I'm not presuming that it is fixing the issue as it should be fixed): http://pastebin.com/rXy0KPFv
The patch simply wraps item.tags inside a set() call to avoid the type mismatch.