Exception when using Arrow 0.14.5, causing program to not run

Bug #1839699 reported by Peter S.
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rapid Photo Downloader
Fix Released
High
Damon Lynch

Bug Description

RPD won't load now, here are files

Related branches

Revision history for this message
Peter S. (pierre6618) wrote :
Revision history for this message
Peter S. (pierre6618) wrote :

Here is config file

Revision history for this message
Peter S. (pierre6618) wrote :

And here are error details:

Traceback (most recent call last):
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/rapid.py", line 918, in initStage4
    self.createLayoutAndButtons(centralWidget)
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/rapid.py", line 1849, in createLayoutAndButtons
    self.createRenamePanels()
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/rapid.py", line 2147, in createRenamePanels
    self.renamePanel = RenamePanel(parent=self)
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/renamepanel.py", line 455, in __init__
    exiftool_process=self.rapidApp.exiftool_process
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/renamepanel.py", line 86, in __init__
    prefs=self.prefs, generation_type=self.generation_type
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/nameeditor.py", line 752, in make_sample_rpd_file
    sample_rpd_file = SamplePhoto(sequences=sequences)
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/rpdfile.py", line 899, in __init__
    device_uri='file:///media/EOS_DIGITAL/'
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/rpdfile.py", line 470, in __init__
    self.mdatatime = mdatatime
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/rpdfile.py", line 598, in mdatatime
    self.mdatatime_caused_ctime_change = not datetime_roughly_equal(self.ctime, value)
  File "/home/pierre6618/.local/lib/python3.6/site-packages/raphodo/utilities.py", line 550, in datetime_roughly_equal
    return at1.replace(seconds=-seconds) < at2 < at1.replace(seconds=+seconds)
  File "/home/pierre6618/.local/lib/python3.6/site-packages/arrow/arrow.py", line 590, in replace
    raise AttributeError('unknown attribute: "{}"'.format(key))
AttributeError: unknown attribute: "seconds"

Damon Lynch (dlynch3)
Changed in rapid:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Damon Lynch (dlynch3)
Damon Lynch (dlynch3)
summary: - install.py script errors at initial load
+ Exception when using Arrow 0.14.5, causing program to not run
Changed in rapid:
milestone: none → 0.9.16
Damon Lynch (dlynch3)
Changed in rapid:
status: Triaged → Fix Released
Revision history for this message
Peter S. (pierre6618) wrote :

Installed and running.
Great work! Thank you for the quick patch..

Revision history for this message
Peter S. (pierre6618) wrote :

Sent you a donation.
Thanks!

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.