View Single Post
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#26
Code:
!! Traceback (most recent call last):
!!   File "maebbled.py", line 913, in configure
    cfg.readfp(open(config_file, 'r'))
!! TypeError: coercing to Unicode: need string or buffer, bool found

could not read config file
!! Traceback (most recent call last):
!!   File "maebbled.py", line 925, in configure
    bt_address = cfg.get('btservice', 'address')
!!   File "/usr/lib/python2.5/ConfigParser.py", line 511, in get
    raise NoSectionError(section)
!! NoSectionError: No section: 'btservice'

find nearby devices
no device found
None
Any ideas?

EDIT::
Unicode thing was stopping it from opening the config file.


Code:
_send_message
C2:3A:79:20:0A:76
0.25
30.0
4
True
[]
connect
(112, 'Host is down')
connect
(77, 'File descriptor in bad state')
connect
(77, 'File descriptor in bad state')
connect
(77, 'File descriptor in bad state')
None
__________________
2016 - N900 todo list
  • Update Smartcam M5 (rewrite, client+server)
  • Simple Skype client (chat)
  • Translink Brisbane script (time to bus/train)
  • Commbank client (check balance)
  • Uber (basic client, request ride, etc)
 

The Following 3 Users Say Thank You to azkay For This Useful Post: