nagyistoce / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
1 stars 0 forks source link

Database issues #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running fern 
2. Cracking a wlan, acquiring a key OR 
3. Inserting a key in the DB manually

What is the expected output? What do you see instead?

No items are added to the DB

What version of the product are you using? On what operating system?

Fern 1.5, Ubuntu 10.04 updated as of now.
All dependencies are met according to Fern.

Please provide any additional information below.

Traceback (most recent call last):
  File "/usr/local/bin/Fern-Wifi-Cracker/core/database.py", line 86, in save_changes
    access_point1 = QtGui.QTableWidgetItem(self.key_table.item(controller,0))   # Get Cell content
TypeError: arguments did not match any overloaded call:
  QTableWidgetItem(int type=QTableWidgetItem.Type): argument 1 has unexpected type 'NoneType'
  QTableWidgetItem(QString, int type=QTableWidgetItem.Type): argument 1 has unexpected type 'NoneType'
  QTableWidgetItem(QIcon, QString, int type=QTableWidgetItem.Type): argument 1 has unexpected type 'NoneType'
  QTableWidgetItem(QTableWidgetItem): argument 1 has unexpected type 'NoneType'

Original issue reported on code.google.com by Sebastia...@gmail.com on 11 Oct 2011 at 2:40

GoogleCodeExporter commented 9 years ago
Thanks for this :-), ill start work on fixing this.... When you get the "New 
Update available", you can then update..

Original comment by saviob...@rocketmail.com on 12 Oct 2011 at 8:33

GoogleCodeExporter commented 9 years ago
Fixed..

Original comment by saviob...@rocketmail.com on 16 Oct 2011 at 2:08