question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue Description

I experience an issue when I start the client.

Reproduction Steps

  1. Start King Phisher
  2. Do something to trigger the crash

Environment Details

Host OS: Linux kali 4.9.0-kali2-amd64 #1 SMP Debian 4.9.10-1kali1 (2017-02-20) x86_64 GNU/Linux King Phisher Version: 1.11.1

Error Details / Stack Trace

Error Type: builtins.AttributeError
Error Details: AttributeError("'NoneType' object has no attribute 'get'",)
Error UID: 8bb4fddd-39dc-4cfa-ab39-4dc043a60d57
RPC Error: N/A (Not a remote RPC error)
King Phisher Version: 1.11.1 (rev: 0d6c0c19f0c2)
Platform Version: Linux: Kali kali-rolling kali-rolling
Python Version: 3.6.6
Gtk Version: 3.22.30
Timezone: Etc/UTC

Thread Information:
 => MainThread (alive=True daemon=False)

Stack Trace:
Traceback (most recent call last):
  File "/opt/king-phisher/king_phisher/client/application.py", line 401, in do_activate
    self.main_window = main.MainAppWindow(self.config, self)
  File "/opt/king-phisher/king_phisher/client/windows/main.py", line 251, in __init__
    mailer_tab = MailSenderTab(self, self.application)
  File "/opt/king-phisher/king_phisher/client/tabs/mail.py", line 1132, in __init__
    config_tab = MailSenderConfigurationTab(self.application)
  File "/opt/king-phisher/king_phisher/client/tabs/mail.py", line 869, in __init__
    super(MailSenderConfigurationTab, self).__init__(*args, **kwargs)
  File "/opt/king-phisher/king_phisher/client/gui_utilities.py", line 684, in __init__
    self.objects_load_from_config()
  File "/opt/king-phisher/king_phisher/client/tabs/mail.py", line 917, in objects_load_from_config
    super(MailSenderConfigurationTab, self).objects_load_from_config()
  File "/opt/king-phisher/king_phisher/client/gui_utilities.py", line 763, in objects_load_from_config
    value = self.config.get(config_name)
AttributeError: 'NoneType' object has no attribute 'get'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
bobscaggscommented, Sep 6, 2018

Fixed!!! I left out the quotes around the value. Thanks for your help.

0reactions
zeroSteinercommented, Sep 6, 2018

No, if you need to specify the ssh_preferred_key value, you need to do it manually and ensure that the result is still proper JSON. That particular option isn’t exposed through the GUI since it’s required before authentication. Make sure you have a trailing comma. There should be tools online that can validate your JSON data.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Find your error code - Xbox Support
This page features a list of common error codes and solutions. Learn how to find your error code quickly.
Read more >
Error codes in Device Manager in Windows - Microsoft Support
Lists the error codes that may be reported by Device Manager and the possible resolutions in Windows.
Read more >
Fix connection errors - Google Chrome Help
If you go to a website and get an error, try these troubleshooting steps first: Check the web address for typos. Make sure...
Read more >
Windows Error Help: Home Page
Solve Windows™ Errors Yourself. Use our free troubleshoothing guides to easily fix Windows™ Errors.
Read more >
iOS update and restore errors - Apple Support
iOS update and restore errors · Try these steps first · Choose your error number or message · Update the software on your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found