Comment 13 for bug 1607867

Revision history for this message
JeanLucCoulon (jean-luc-coulon-f) wrote : Re: [Bug 1607867] Re: 0.9.04a stalls after a while

Hi,
So....

I've deleted all the already existing files. And after a while, I managed
to have all the files on the disk.

So I retried everything.
I deleted the sqlite base, the folders with the video and pictures.
And I launched rpd.

Once again, it stalled.
- The cursor is at 38%.
- This time, the system respond to comand (menu...)
- All the Photos files have been downloaded
- The same for the Video files
- I have a rpd-tmp-xxxx directory in both Photos and Videos directories.
But they are empty.

On the backup external disk, I get only 1 (one) photo in the photos
directory
On the same disk, I've only 1 (one) video.

Attached the log.
Thereafter the console messages.

About libmediainfo missing: there is a command in debian (orphaner or
deborphan) to remove "unused" packages (the package with nothing depending
on). As rpd is not "packaged" (at least this version), libmediainfo was
deleted by such a command. I use it to cleanup the system time to time.

Regards

Jean-Luc

---
Console messages:

rapid-photo-downloader
Traceback (most recent call last):
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 272, in <module>
    backup = BackupFilesWorker()
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 50, in __init__
    super().__init__('BackupFiles')
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/interprocess.py",
line 845, in __init__
    self.do_work()
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 252, in do_work
    self.save_fdo_thumbnail(rpd_file, backup_full_file_name)
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 123, in save_fdo_thumbnail
    if rpd_file.fdo_thumbnail_128_name:
AttributeError: 'Photo' object has no attribute 'fdo_thumbnail_128_name'
Traceback (most recent call last):
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 272, in <module>
    backup = BackupFilesWorker()
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 50, in __init__
    super().__init__('BackupFiles')
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/interprocess.py",
line 845, in __init__
    self.do_work()
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 252, in do_work
    self.save_fdo_thumbnail(rpd_file, backup_full_file_name)
  File
"/home/jean-luc/.local/lib/python3.5/site-packages/raphodo/backupfile.py",
line 123, in save_fdo_thumbnail
    if rpd_file.fdo_thumbnail_128_name:
AttributeError: 'Video' object has no attribute 'fdo_thumbnail_128_name'

2016-08-01 21:52 GMT+02:00 Damon Lynch <email address hidden>:

> The console output indicates you've got multiple files with the same
> file name. Rapid Photo Downloader should handle that without crashing,
> certainly. But if you want to solve the problem today, you need to
> eliminate the duplicate file names. The best way to do that generally is
> to use sequence values, and simply ignore the camera generated numbers.
>
> Check the install.py for yourself and see if it's possible to run that
> script without installing the libmediainfo package. It's a simple
> script, nothing complex.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1607867
>
> Title:
> 0.9.04a stalls after a while
>
> Status in Rapid Photo Downloader:
> New
>
> Bug description:
> Hi,
>
> This applies to the 0.9 alpha version.
> I run Debian GNU/Linux sid.
>
> Desktop is gnome 3.20
>
> The transfer begin then the remaining time stay identical and it stops
> working.
> Sometimes it even doesnt start transfer.
>
> This occurs from a CF card which has already transfered pictures.
>
> After a while, gnome says the program is not responding and asks for
> force exit or wait.
>
> Version of python is 3.5.2
>
> Regards
>
> Jean-Luc
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/rapid/+bug/1607867/+subscriptions
>