** Description changed:

+ **Workaround**
+ Open the terminal and type :
+ sudo gedit /usr/lib/python3/dist-packages/kazam/backend/config.py
+ click the magnifier and in the search box type def get
+ locate the highlighted def get(self, section, key): 
+ and modify to have:
+ 
+ def get(self, section, key,raw=True,fallback='rest'):
+         try:
+             return super(KazamConfig,self).get(section, 
key,raw=raw,fallback=fallback)
+             ret = ConfigParser.get(self, section, key)
+ 
+ save and run Kazam
+ 
  Hallo
  Just clicked the icon on the dash and it crash.
  No way to run it.
  Please fix it soooooon.
  Best regards
  
  Traceback (most recent call last):
    File "/usr/bin/kazam", line 146, in <module>
      from kazam.app import KazamApp
    File "/usr/lib/python3/dist-packages/kazam/app.py", line 35, in <module>
      from kazam.backend.prefs import *
    File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 478, in 
<module>
      prefs = Prefs()
    File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 121, in 
__init__
      self.read_config()
    File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 199, in 
read_config
      self.audio_source = int(self.config.get("main", "audio_source"))
    File "/usr/lib/python3/dist-packages/kazam/backend/config.py", line 103, in 
get
      return ConfigParser.get(self, section, key)
    File "/usr/lib/python3.4/configparser.py", line 772, in get
      d)
    File "/usr/lib/python3.4/configparser.py", line 371, in before_get
      self._interpolate_some(parser, option, L, value, section, defaults, 1)
    File "/usr/lib/python3.4/configparser.py", line 384, in _interpolate_some
      rawval = parser.get(section, option, raw=True, fallback=rest)
  TypeError: get() got an unexpected keyword argument 'raw'
  njin@ForeverYoung:~$
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: kazam 1.4.5-1build1
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Sep 26 20:30:17 2015
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/kazam
  InstallationDate: Installed on 2015-09-12 (14 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150911)
  InterpreterPath: /usr/bin/python3.4
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/kazam
  PythonArgs: ['/usr/bin/kazam']
  SourcePackage: kazam
  Title: kazam crashed with TypeError in _interpolate_some(): get() got an 
unexpected keyword argument 'raw'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1500083

Title:
  kazam [1.4.5 and 1.5.3] crashed with TypeError in _interpolate_some():
  get() got an unexpected keyword argument 'raw'

To manage notifications about this bug go to:
https://bugs.launchpad.net/kazam/+bug/1500083/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to