Skip to content

Instantly share code, notes, and snippets.

@nknskn
Created November 7, 2015 11:13
Show Gist options
  • Save nknskn/9cb48b97a7da866a6740 to your computer and use it in GitHub Desktop.
Save nknskn/9cb48b97a7da866a6740 to your computer and use it in GitHub Desktop.
btproxy Traceback log
Traceback (most recent call last):
File "/usr/local/bin/btproxy", line 5, in <module>
pkg_resources.run_script('btproxy==0.1', 'btproxy')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/btproxy-0.1-py2.7-linux-x86_64.egg/EGG-INFO/scripts/btproxy", line 39, in <module>
btproxy.mitm()
File "/usr/local/lib/python2.7/dist-packages/btproxy-0.1-py2.7-linux-x86_64.egg/libbtproxy/mitm.py", line 535, in mitm
server_sock = self.start_service(service)
File "/usr/local/lib/python2.7/dist-packages/btproxy-0.1-py2.7-linux-x86_64.egg/libbtproxy/mitm.py", line 260, in start_service
if service['protocol'].lower() == 'l2cap':
AttributeError: 'NoneType' object has no attribute 'lower'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment