aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Companion install problem + FF 59.0.2 64bits crashes on Ubuntu 17.10 #24

Closed liar666 closed 3 years ago

liar666 commented 6 years ago

Hi,

My context:

$ lsb_release -a
...
Description:    Ubuntu 17.10
Codename:       artful
...

# apt-get dist-upgrade
...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

What I did:

Is there a way to find some logs that would explain the crashes?

(*) I had a few tabs opened in 2 windows plus a 3rd tab with the 2 following videos to be downloaded (in the lowest resolution) https://labs.spotify.com/2014/03/27/spotify-engineering-culture-part-1/ https://labs.spotify.com/2014/09/20/spotify-engineering-culture-part-2/

liar666 commented 6 years ago

UPDATE: I tried again to download the videos one after the other:

mi-g commented 6 years ago

We recommend using dpkg -i net.downloadhelper.coapp-1.1.3-1_amd64.deb, not dpkg -x ....

The VDH coapp is unlikely to be the direct cause of the Firefox crash (otherwise it's a big bad bug in Firefox, but i haven't heard about such reports). Most of the times, Firefox crashes are due to the browser trying to write somewhere on the disk and the system fails to do so in a bad way (quite often a disk/mounted-filesystem issue) causing the main app to terminate without proper error handling.

liar666 commented 6 years ago

Hi, Thanks for the quick reply.

FYI, I tried with second video only, while playing it. It worked until 95% when it crashed at ~35% when paused, but then it crashed also :{

Sorry, typing error, I indeed used dpkg -i not dpkg -x...

VDH is supposed to write on ~/dwhelper, which is local and where I have 148GB free...

mi-g commented 6 years ago

The vdh coapp was developed and tested on Ubuntu 16.04 (latest ESR), i cannot tell why you get this error on 17.10, i haven't heard of it before. Very soon, a new ESR will be available (18.04) and the procedure will be rechecked and fixed where required. Hopefully, this will solve the 17.10 issue.

It's important to know if the downloads are made by the coapp or the browser: if it's a "complex" download (YouTube, DASH, HLS, ...), this is done by the coapp (due to new limited Firefox Quantum download capabilities), if it's "simple" (1 URL to 1 File) you are asked for browser or coapp (you can change this from the VDH settings). If it is using the coapp, even if there is a crash of the app, it should be on the coapp not Firefox.

Note you may have sector errors on the local disk, and if you are downloading using the browser, this may cause the crash.

mi-g commented 6 years ago

Are you having the same problem with vdhcoapp 1.2.1 ?