Ubuntu Pastebin

Paste from bdmurray at Thu, 16 Feb 2017 22:19:54 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
brian-murray@localhost:~$ /snap/bin/apport.apport-cli --help
Traceback (most recent call last):
  File "/snap/apport/x7/bin/apport-cli", line 369, in <module>
    app = CLIUserInterface()
  File "/snap/apport/x7/bin/apport-cli", line 127, in __init__
    apport.ui.UserInterface.__init__(self)
  File "/snap/apport/x7/lib/python3.5/site-packages/apport/ui.py", line 187, in __init__
    self.crashdb = apport.crashdb.get_crashdb(None)
  File "/snap/apport/x7/lib/python3.5/site-packages/apport/crashdb.py", line 822, in get_crashdb
    with open(conf) as f:
FileNotFoundError: [Errno 2] No such file or directory: '$SNAP/lib/python3.5/site-packages/etc/apport/crashdb.conf\n'
Download as text