This is the traceback error I'm getting when I type kazam on the terminal-
Traceback (most recent call last):
File "/usr/bin/kazam", line 148, in <module>
from kazam.app import KazamApp
File "/usr/lib/python3/dist-packages/kazam/app.py", line 36, in <module>
from kazam.backend.prefs import *
File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 566, in <module>
prefs = Prefs()
File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 144, in __init__
self.read_config()
File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 224, in read_config
self.audio_source = int(self.config.get("main", "audio_source"))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Kazam was working well on my machine previously until I uninstalled few of python 2.7 packages and other packages using the autoremove command on the terminal
I highly use kazam for recording. I couldn't find any solution for this on google.Please help or suggest any other screen recording applications that would work on ubuntu
question from:
https://stackoverflow.com/questions/65913529/not-able-to-launch-kazam-on-ubuntu-16-04 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…