Can't open preferences or download pictures

Bug #1730236 reported by Andreas Weigl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rapid Photo Downloader
New
Undecided
Unassigned

Bug Description

Hi

this might be similar to bug 1730062.

I can't open the preferences or download pictures. I did a uninstall and install again but that didn't fix the problem. Here the output from the install:

$ python3 install.py
Downloading https://launchpad.net/rapid/pyqt/0.9.4/+download/rapid-photo-downloader-0.9.4.tar.gz (6.63 MB)
0% [##############################] 100% | ETA: 00:00:00
Total time elapsed: 00:00:01
Checking if previous version installed with pip...

Installing application requirements...

Collecting psutil>=3.4.2 (from -r /tmp/tmpgajdd6_v (line 4))
Collecting gphoto2>=1.4.0 (from -r /tmp/tmpgajdd6_v (line 5))
Collecting pyzmq>=16.0.2 (from -r /tmp/tmpgajdd6_v (line 7))
  Using cached pyzmq-16.0.3-cp36-cp36m-manylinux1_x86_64.whl
Collecting pyxdg>=0.25 (from -r /tmp/tmpgajdd6_v (line 8))
Collecting arrow>=0.6.0 (from -r /tmp/tmpgajdd6_v (line 9))
Collecting python-dateutil>=2.2 (from -r /tmp/tmpgajdd6_v (line 10))
  Using cached python_dateutil-2.6.1-py2.py3-none-any.whl
Collecting rawkit>=0.6.0 (from -r /tmp/tmpgajdd6_v (line 11))
  Using cached rawkit-0.6.0-py2.py3-none-any.whl
Collecting PyPrind>=2.9.4 (from -r /tmp/tmpgajdd6_v (line 12))
Collecting colorlog>=2.6 (from -r /tmp/tmpgajdd6_v (line 13))
  Using cached colorlog-3.1.0-py2.py3-none-any.whl
Collecting easygui<=0.97.4 (from -r /tmp/tmpgajdd6_v (line 16))
  Using cached easygui-0.97.4-py2.py3-none-any.whl
Collecting colour (from -r /tmp/tmpgajdd6_v (line 17))
  Using cached colour-0.1.4-py2.py3-none-any.whl
Collecting pymediainfo>=2.1.4 (from -r /tmp/tmpgajdd6_v (line 18))
Collecting sortedcontainers (from -r /tmp/tmpgajdd6_v (line 19))
  Using cached sortedcontainers-1.5.7-py2.py3-none-any.whl
Collecting requests (from -r /tmp/tmpgajdd6_v (line 20))
  Using cached requests-2.18.4-py2.py3-none-any.whl
Collecting PyQt5 (from -r /tmp/tmpgajdd6_v (line 21))
  Using cached PyQt5-5.9-5.9.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl
Collecting six>=1.5 (from python-dateutil>=2.2->-r /tmp/tmpgajdd6_v (line 10))
  Using cached six-1.11.0-py2.py3-none-any.whl
Collecting idna<2.7,>=2.5 (from requests->-r /tmp/tmpgajdd6_v (line 20))
  Using cached idna-2.6-py2.py3-none-any.whl
Collecting urllib3<1.23,>=1.21.1 (from requests->-r /tmp/tmpgajdd6_v (line 20))
  Using cached urllib3-1.22-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests->-r /tmp/tmpgajdd6_v (line 20))
  Using cached chardet-3.0.4-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests->-r /tmp/tmpgajdd6_v (line 20))
  Downloading certifi-2017.11.5-py2.py3-none-any.whl (330kB)
Collecting sip<4.20,>=4.19.3 (from PyQt5->-r /tmp/tmpgajdd6_v (line 21))
  Using cached sip-4.19.4-cp36-cp36m-manylinux1_x86_64.whl
Installing collected packages: psutil, gphoto2, pyzmq, pyxdg, six, python-dateutil, arrow, rawkit, PyPrind, colorlog, easygui, colour, pymediainfo, sortedcontainers, idna, urllib3, chardet, certifi, requests, sip, PyQt5
Successfully installed PyPrind-2.11.1 PyQt5-5.9 arrow-0.10.0 certifi-2017.11.5 chardet-3.0.4 colorlog-3.1.0 colour-0.1.4 easygui-0.97.4 gphoto2-1.8.0 idna-2.6 psutil-5.4.0 pymediainfo-2.1.9 python-dateutil-2.6.1 pyxdg-0.25 pyzmq-16.0.3 rawkit-0.6.0 requests-2.18.4 sip-4.19.4 six-1.11.0 sortedcontainers-1.5.7 urllib3-1.22

Installing application...

Processing /tmp/tmp3timkvdg/rapid-photo-downloader-0.9.4.tar.gz
Building wheels for collected packages: rapid-photo-downloader
  Running setup.py bdist_wheel for rapid-photo-downloader: started
  Running setup.py bdist_wheel for rapid-photo-downloader: finished with status 'done'
  Stored in directory: /home/weigla/.cache/pip/wheels/98/99/0a/fbb1d314392bf04f913114df9ff4d0a906693d88dc196297cd
Successfully built rapid-photo-downloader
Installing collected packages: rapid-photo-downloader
Successfully installed rapid-photo-downloader-0.9.4

Installing man pages into /usr/local/share/man/man1
If you uninstall the application, remove these manpages yourself.
sudo may prompt you for the sudo password.

sudo /bin/cp /home/weigla/.local/share/man/man1/rapid-photo-downloader.1 /usr/local/share/man/man1/rapid-photo-downloader.1
[sudo] password for weigla:
sudo /bin/cp /home/weigla/.local/share/man/man1/analyze-pv-structure.1 /usr/local/share/man/man1/analyze-pv-structure.1

(If a segmentation fault occurs at exit, you can ignore it...)
Segmentation fault (core dumped)

The error message I get when I try to open the preferences:
Traceback (most recent call last):
  File "/home/weigla/.local/lib/python3.6/site-packages/raphodo/rapid.py", line 2476, in doPreferencesAction
    dialog = PreferencesDialog(prefs=self.prefs, parent=self)
  File "/home/weigla/.local/lib/python3.6/site-packages/raphodo/preferencedialog.py", line 780, in __init__
    self.restoreButton.clicked.connect(self.restoreDefaultsClicked)
AttributeError: 'NoneType' object has no attribute 'clicked'

I also can't download pictures. I am stuck in the "Apply Job Code to Download" dialog. There is no "OK" button or anything and pressing enter with a job code selected doesn't work either.

0.9.4 worked before on this machine. I am running Kubuntu 17.10.

Revision history for this message
Andreas Weigl (andreas-weigl) wrote :
Revision history for this message
Andreas Weigl (andreas-weigl) wrote :

This is how the"Apply Job Code to Download" dialog looks like

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.