Catfish search broken. Package does not function at all.
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Catfish |
Fix Released
|
Medium
|
|||
| Python |
New
|
Undecided
|
Unassigned | ||
Bug Description
~ $ catfish
(catfish:3117): Gtk-WARNING **: /build/
Traceback (most recent call last):
File "/usr/bin/catfish", line 42, in <module>
catfish.main()
File "/usr/lib/
window = CatfishWindow.
File "/usr/lib/
new_
File "/usr/lib/
super(
File "/usr/lib/
settings = CatfishSettings
File "/usr/lib/
self.read()
File "/usr/lib/
for line in open(self.
File "/usr/lib/
(result, consumed) = self._buffer_
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x95 in position 1: invalid start byte
| Changed in catfish-search: | |
| importance: | Undecided → Unknown |
| status: | New → Unknown |
| Changed in catfish-search: | |
| importance: | Unknown → Medium |
| status: | Unknown → Confirmed |
| Changed in catfish-search: | |
| status: | Confirmed → Fix Released |

Added Python to bug report because of utf-8 decode error. Someone can correct me if I am wrong. However, most of the errors I am getting seem to have the .py extension error on them too, so I am wondering if the errors I am getting are extensions of that one error.