Advertisement
Guest User

traceback error

a guest
Jun 27th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/stratheon/.local/bin/pdiary", line 11, in <module>
  3. sys.exit(main())
  4. File "/home/stratheon/.local/lib/python3.6/site-packages/pdiary/main.py", line 37, in main
  5. MyApp.run()
  6. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/apNPSApplication.py", line 30, in run
  7. return npyssafewrapper.wrapper(self.__remove_argument_call_main)
  8. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/npyssafewrapper.py", line 41, in wrapper
  9. wrapper_no_fork(call_function)
  10. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/npyssafewrapper.py", line 97, in wrapper_no_fork
  11. return_code = call_function(_SCREEN)
  12. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/apNPSApplication.py", line 25, in __remove_argument_call_main
  13. return self.main()
  14. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/apNPSApplicationManaged.py", line 172, in main
  15. self._THISFORM.edit()
  16. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/fm_form_edit_loop.py", line 47, in edit
  17. self.edit_loop()
  18. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/fm_form_edit_loop.py", line 38, in edit_loop
  19. self._widgets__[self.editw].edit()
  20. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/wgwidget.py", line 458, in edit
  21. self._edit_loop()
  22. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/wgwidget.py", line 474, in _edit_loop
  23. self.get_and_use_key_press()
  24. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/wgwidget.py", line 610, in get_and_use_key_press
  25. self.handle_input(ch)
  26. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/wgwidget.py", line 71, in handle_input
  27. self.handlers[_input](_input)
  28. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/wgbutton.py", line 99, in h_toggle
  29. self.whenPressed()
  30. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/fmActionFormV2.py", line 10, in whenPressed
  31. return self.parent._on_ok()
  32. File "/home/stratheon/.local/lib/python3.6/site-packages/npyscreen/fmActionFormV2.py", line 51, in _on_ok
  33. self.editing = self.on_ok()
  34. File "/home/stratheon/.local/lib/python3.6/site-packages/pdiary/forms.py", line 236, in on_ok
  35. db = database.dbManager(self.passbox.value)
  36. File "/home/stratheon/.local/lib/python3.6/site-packages/pdiary/lib/database.py", line 43, in __init__
  37. db.create_tables([Entry])
  38. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 3132, in create_tables
  39. model.create_table(**options)
  40. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 6296, in create_table
  41. cls._schema.create_all(safe, **options)
  42. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 5456, in create_all
  43. self.create_table(safe, **table_options)
  44. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 5311, in create_table
  45. self.database.execute(self._create_table(safe=safe, **options))
  46. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 2962, in execute
  47. return self.execute_sql(sql, params, commit=commit)
  48. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 2947, in execute_sql
  49. cursor = self.cursor(commit)
  50. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 2933, in cursor
  51. self.connect()
  52. File "/home/stratheon/.local/lib/python3.6/site-packages/peewee.py", line 2891, in connect
  53. self._state.set_connection(self._connect())
  54. File "/home/stratheon/.local/lib/python3.6/site-packages/playhouse/sqlcipher_ext.py", line 71, in _connect
  55. conn = sqlcipher.connect(self.database, isolation_level=None, **params)
  56. TypeError: 'kdf_iter' is an invalid keyword argument for this function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement