All4Gis/QGISFMV

[BUG]: QGIS Crashes when installing FMV plugin

vlsalsa opened this issue · 4 comments

Describe the bug
Under Ubuntu, QGIS crashes when I attempt to install the QGIS FMV plugin.

To Reproduce
Steps to reproduce the behavior:

  1. Go to QGIS
  2. Click on plugins
  3. Scroll down to install plugin.
  4. QGOS Crashes
  5. Open relaunching it appears the plugin is installed, but I am unable to select it, when I do, QGIS crashes.

Expected behavior
I expected to be able to click on the plugin and open the videos as shown.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • QGIS Version 3.14
  • Plugin Version 1.9

Additional context
Add any other context about the problem here.

HI, can you try with the manual installation please? https://github.com/All4Gis/QGISFMV#installation-on-ubuntu

so I uninstalled everything, reinstalled using those instructions on Ubuntu, and the plugin did not show up in QGis.

I tried installing the plugin from the repository and it crashed again.

Loading from Zip caused this error:

`Couldn't load plugin 'QGIS_FMV/about' 

ModuleNotFoundError: No module named 'QGIS_FMV/about' 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 312, in loadPlugin
    __import__(packageName)
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 743, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'QGIS_FMV/about'


Python version: 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] 
QGIS version: 3.14.1-Pi Pi, de08d6b71d 

Python Path:
/usr/share/qgis/python
/home/salsa/.local/share/QGIS/QGIS3/profiles/default/python
/home/salsa/.local/share/QGIS/QGIS3/profiles/default/python/plugins
/usr/share/qgis/python/plugins
/usr/lib/python36.zip
/usr/lib/python3.6
/usr/lib/python3.6/lib-dynload
/home/salsa/.local/lib/python3.6/site-packages
/usr/local/lib/python3.6/dist-packages
/usr/lib/python3/dist-packages
/home/salsa/.local/share/QGIS/QGIS3/profiles/default/python`

any update @vlsalsa ?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.