Openshot-qt: Openshot stopped running unexpectedly

Created on 6 Mar 2020  路  4Comments  路  Source: OpenShot/openshot-qt

bug Linux 馃惂

Most helpful comment

Ugh. Ok, that's it, we're definitely fixing the PPA. openshot-qt has a VERSIONED dependency on python3-openshot (which in turn depends on a specific libopenshot version), and if that's not codified in the package metadata then things break.

@jonoomph, are you able to give me commit access to the daily PPA repo, or should I shoot patches your way?

In terms of your install, @Peacepill, just run

sudo apt upgrade python3-openshot

That should solve it.

All 4 comments

OPENSHOT_VERSION_FULL AttributeError

Look for the solution (libopenshot lib update) here: https://github.com/OpenShot/openshot-qt/issues/3235#issuecomment-590540210

Ugh. Ok, that's it, we're definitely fixing the PPA. openshot-qt has a VERSIONED dependency on python3-openshot (which in turn depends on a specific libopenshot version), and if that's not codified in the package metadata then things break.

@jonoomph, are you able to give me commit access to the daily PPA repo, or should I shoot patches your way?

In terms of your install, @Peacepill, just run

sudo apt upgrade python3-openshot

That should solve it.

Ugh. Ok, that's it, we're definitely fixing the PPA. openshot-qt has a VERSIONED dependency on python3-openshot (which in turn depends on a specific libopenshot version), and if that's not codified in the package metadata then things break.

@jonoomph, are you able to give me commit access to the daily PPA repo, or should I shoot patches your way?

In terms of your install, @Peacepill, just run

sudo apt upgrade python3-openshot

That should solve it.

thanks it solved my problem

installing from PPA 6JULY.
for
OpenShot version 2.5.1-dev2

errors:

openshot-qt
Loaded modules from installed directory: /usr/lib/python3/dist-packages/openshot_qt
app:INFO ------------------------------------------------
app:INFO Mon Jul 6 21:49:25 2020
app:INFO Starting new session
app:INFO ------------------------------------------------
app:INFO OpenShot (version 2.5.1-dev2)
app:INFO ------------------------------------------------
app:INFO openshot-qt version: 2.5.1-dev2
metrics:ERROR Error determining OS version in metrics.py
logger:ERROR Traceback (most recent call last):
logger:ERROR File "/usr/bin/openshot-qt", line 11, in <module>
logger:ERROR load_entry_point('openshot-qt==2.5.1.dev2', 'gui_scripts', 'openshot-qt')()
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 97, in main
logger:ERROR app = OpenShotApp(argv)
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/classes/app.py", line 115, in __init__
logger:ERROR from classes import exceptions
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/classes/exceptions.py", line 30, in <module>
logger:ERROR from classes.metrics import track_exception_stacktrace
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/classes/metrics.py", line 83, in <module>
logger:ERROR "cd1": openshot.OPENSHOT_VERSION_FULL, # Dimension 1: libopenshot version
logger:ERROR AttributeError
logger:ERROR :
logger:ERROR module 'openshot' has no attribute 'OPENSHOT_VERSION_FULL'
app:INFO OpenShot's session ended
app:INFO Mon Jul 6 21:49:26 2020
app:INFO ================================================

fix =
sudo apt upgrade python3-openshot
then
openshot-qt

Was this page helpful?
0 / 5 - 0 ratings

Related issues

carlosnewmusic picture carlosnewmusic  路  3Comments

sspmrsomebody1 picture sspmrsomebody1  路  3Comments

gbbbbb picture gbbbbb  路  3Comments

BofingerRick picture BofingerRick  路  3Comments

ppkakkar picture ppkakkar  路  3Comments