Since updating to owfs-2.8p14, owfs.py fails:

     owfs.py -slocalhost:4304

    Traceback (most recent call last):
      File "/runtime/exec/owfs.py", line 38, in <module>
        tree( ow.Sensor( '/' ) )
File "/usr/lib/python2.6/dist-packages/ow/__init__.py", line 169, in __init__
        self.useCache(self._useCache)
File "/usr/lib/python2.6/dist-packages/ow/__init__.py", line 321, in useCache
        self._type    = self._connection.read('/system/adapter/name.0')
File "/usr/lib/python2.6/dist-packages/ow/connection.py", line 126, in read
        s.connect((self._server, self._port))
      File "<string>", line 1, in connect
    TypeError: coercing to Unicode: need string or buffer, NoneType found

If I do this (space after -s)

    owfs.py -s localhost:4304

I get:

    Traceback (most recent call last):
      File "/runtime/exec/owfs.py", line 37, in <module>
        ow.init( sys.argv[ 1 ] )
File "/usr/lib/python2.6/dist-packages/ow/__init__.py", line 106, in init
        raise exNoController
    ow.exNoController


Perplexing.

The python support would be good to maintain in my setup. Am I missing something here?


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to