Author Topic: Wifi-radar Problem  (Read 1848 times)

VirtusRex

  • Full Member
  • ***
  • Posts: 126
    • View Profile
Wifi-radar Problem
« on: March 04, 2007, 08:41:36 pm »
Hey gang,

For some reason wifi-radar stopped working. I keep getting the following error:

Traceback ( most recent call last):
 File "/usr/local/bin/wifi-radar", line 1270, in ?
auto_profile_order = auto_profile_order.split(',')
AttributeError: 'List' object has no attribute 'splite'

any idea guys???

Thanks

VirtusRex

VirtusRex

  • Full Member
  • ***
  • Posts: 126
    • View Profile
Wifi-radar Problem
« Reply #1 on: March 05, 2007, 11:02:22 am »
Quote
Hey gang,

For some reason wifi-radar stopped working. I keep getting the following error:

Traceback ( most recent call last):
 File "/usr/local/bin/wifi-radar", line 1270, in ?
auto_profile_order = auto_profile_order.split(',')
AttributeError: 'List' object has no attribute 'splite'

any idea guys???

Thanks

VirtusRex
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155365\"][{POST_SNAPBACK}][/a][/div]


Ok, figured this one out myself

Looked on the web and found out that the problem is due to the /etc/wifi-radar.conf file is being somehow deleted. Easy fix is to reinstall wifi-radar package.

Cheers,

VirtusRex