Crashes during startup

Bug #1951244 reported by Robsen Plotz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rapid Photo Downloader
New
Undecided
Unassigned

Bug Description

System: Fedora 35
Crashes when starting with the Traceback:

Traceback (most recent call last):
  File "/home/robert/.local/lib/python3.10/site-packages/raphodo/rapid.py", line 866, in initStage4
    self.temporalProximity = TemporalProximity(rapidApp=self, prefs=self.prefs)
  File "/home/robert/.local/lib/python3.10/site-packages/raphodo/proximity.py", line 1835, in __init__
    self.temporalValuePicker = TemporalValuePicker(self.prefs.get_proximity())
  File "/home/robert/.local/lib/python3.10/site-packages/raphodo/proximity.py", line 1742, in __init__
    self.display.setFixedWidth(width + 6)
TypeError: setFixedWidth(self, int): argument 1 has unexpected type 'float'

When I wrap an int() around width in proximity.py I get the next error:

Traceback (most recent call last):
  File "/home/robert/.local/lib/python3.10/site-packages/raphodo/rapid.py", line 866, in initStage4
    self.temporalProximity = TemporalProximity(rapidApp=self, prefs=self.prefs)
  File "/home/robert/.local/lib/python3.10/site-packages/raphodo/proximity.py", line 1835, in __init__
    self.temporalValuePicker = TemporalValuePicker(self.prefs.get_proximity())
  File "/home/robert/.local/lib/python3.10/site-packages/raphodo/proximity.py", line 1752, in __init__
    layout.setSpacing(QFontMetricsF(font).height() / 6)
TypeError: setSpacing(self, int): argument 1 has unexpected type 'float'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.