Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Bluez, Python, dbus.String Error

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
teevee
Posts: 1
Joined: 2017-05-15 19:19

Bluez, Python, dbus.String Error

#1 Post by teevee »

Hello,

How would one go about resolving a "TypeError: tuple indices must be integers, not dbus.String" error produced by attempting to setup a PAN by using Bluez? I want to set up a piconet consisting of my laptop and 2 Android devices for the purpose of file/data synchronization. I can provide any additional information on request.

Any help will be greatly appreciated, Tee

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Bluez, Python, dbus.String Error

#2 Post by GarryRicketson »

Have you tried this:
TypeError: tuple indices must be integers, not dbus.String

You certainly are not the first person to ask this.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: Bluez, Python, dbus.String Error

#3 Post by pylkko »

Please provide much more info. The Python error referring to a tuple (a basic data type in Python where many data units are combine into a collection) is to general to give much anything to work on.

Post Reply