Open GoogleCodeExporter opened 8 years ago
Log seems incomplete :(
Can you try BuildingFromSource to get an SVN build running?
Original comment by windypo...@gmail.com
on 25 Jun 2012 at 6:10
The logs are abreviated because I have only just installed the application
and tried to download videos using it.
It doesn't matter how I try to install the application (to include
compiling from source), whatever I try the application does not work. I've
tried it on 32Bit and 64Bit OS, and everything else that I can think of and
nothing helps.
Ryan L. Stillwell
Information Technology Specialist
M 719.650.3379 W 719.524.0619
Original comment by ryan.l.s...@gmail.com
on 25 Jun 2012 at 6:17
How is the log file incomplete? I've posted every one of the log files when
I've tried to install Damnvid and get it to work. If you mean it's abreviated,
it's abreviated due to only just installing the application and trying to
convert a couple of videos.
I have tried to build from source and nothing works.
Original comment by ryan.l.s...@gmail.com
on 25 Jun 2012 at 6:19
No, I'm saying the log file seems incomplete because the attached file ends
mid-line:
DamnURLPicker summoned. URLs:
[u'http://www.youtube.com/get_video?video_id=CGbOs0vgYOA&t=vjVQa1PpcFPPyHMbWizlJ
pXH5OcFVC3uHIS73nPXQzU%3D&fmt=22',
u'http://www.youtube.com/get_video?video_id=CGbOs0vgYOA&t=vjVQa1Pp
If the line was complete, it'd at least end by the characters "']" in order to
be a valid Python list. There must be some buffering occurring there that makes
the log file not completely written out to disk, and thus not complete here.
I've only now discovered that the Wiki pages didn't make it to the migration;
I've copied them back, so now BuildingFromSource should link to the appropriate
page.
Once you have done all that, could you do your own log by running
damnvid | tee mylog.log
And then attaching mylog.log?
Original comment by windypo...@gmail.com
on 25 Jun 2012 at 6:54
Ok. Conversion works but still cannot run the executable from the menu because
it fails with the error "cannot execute child process".
Original comment by ryan.l.s...@gmail.com
on 25 Jun 2012 at 11:51
Attachments:
Correction, conversion only works for converting the file to online formats.
Everything else fails.
Original comment by ryan.l.s...@gmail.com
on 25 Jun 2012 at 11:56
This looks like a different ffmpeg build than the main one. The log says this
at the top of the ffmpeg output:
ffmpeg> *** THIS PROGRAM IS DEPRECATED ***
ffmpeg> This program is only provided for compatibility and will be removed in
a future release. Please use avconv instead.
Looking further into the issue, it seems that Ubuntu is using a less-featured
fork of ffmpeg:
http://stackoverflow.com/questions/9477115/who-can-tell-me-the-difference-and-re
lation-between-ffmpeg-libav-and-avconv/9477756#9477756
Which I assume cannot do some conversions, which would be why you get those
errors. So you can either not convert your videos (Set the profile to "Do not
encode"), or use an ffmpeg build that has all the required features
(http://ubuntuforums.org/showthread.php?p=12044358#post12044358 suggests using
this PPA: https://launchpad.net/~jon-severinsson/+archive/ffmpeg)
Not really sure what those features are because the log, if it includes
information about that, seems to be cut again (annoying!).
Also, you still haven't tried BuildingFromSource ;) Otherwise it would not say
that version number.
Original comment by windypo...@gmail.com
on 26 Jun 2012 at 12:10
Also, I still haven't tried to build from source because your instructions
don't make any sense. All you talk about is running the dependencies script,
and then rehash installing from the PPA. And yes it is annoying, sort of like
wanting to buy a car to get from a to b (Converting Videos with Damnvid), going
to the dealership to get the car you want (Using the PPA for DamnVid that is
supposed to work on Ubuntu 12.04), and then having the dealer tell you that non
of the cars at the dealership will start and you have to build the car from
scratch (Building From Source). It's important to note that judging from your
own bug reports I do not seem to be alone in having this problem.
Original comment by ryan.l.s...@gmail.com
on 26 Jun 2012 at 2:07
When I try to build from source (Run the Dependencies Script) it yells at me
about Python. Specifically, Package python2.5 is not available, but is
referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package python2.5-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python-old-doctools
Which I suppose answers the question about why the program will only work from
the CLI.
Original comment by ryan.l.s...@gmail.com
on 26 Jun 2012 at 2:16
The version of Python you are deploying with Damnvid is obsolete. Ubuntu 12.04
ships with 2.7.3 and 2.5 is no longer available.
Original comment by ryan.l.s...@gmail.com
on 26 Jun 2012 at 2:20
Then replace 2.5 in the dependency script by a newer version number (or by
"python" without a version number). IT should work with recent versions too,
it's just that I tested things back then with Python 2.5 so I know it works
with that one. It should work with more recent ones.
I am not the maintainer of the PPA but I apologize anyway if it doesn't work.
Right now I just want to find out why it doesn't work, though, so that you can
have a functional version of DamnVid. (I have no idea about the
works-from-CLI-but-not-GUI issue though).
Original comment by windypo...@gmail.com
on 27 Jun 2012 at 3:07
I'll try and rebuild the ppa tonight.
Original comment by anot...@gmail.com
on 27 Jun 2012 at 7:03
Would you please try this build:
https://launchpad.net/~damnvid/+archive/testing/+build/3611821
Do not add the testing PPA to your sources, only install the one package.
Original comment by anot...@gmail.com
on 28 Jun 2012 at 8:28
The patch fixed the application will not launch problem, but made the icon not
visible in the menu. The patch has done nothing about Damnvid not converting
videos with the exception of now it conversion fails immediately rather than
not doing anything.
Original comment by ryan.l.s...@gmail.com
on 28 Jun 2012 at 10:44
Original issue reported on code.google.com by
ryan.l.s...@gmail.com
on 25 Jun 2012 at 3:19Attachments: