Van Laere Benjamin wrote:
> benjalien@Server:~$ /usr/bin/dvdrip-master --help
> /usr/bin/dvdrip-master version [unknown] calling Getopt::Std::getopts
> (version 1.05 [paranoid]),
Ups, some incompatability with recent Perl versions, need to check this
one. But that's not the problem here...
> Can't use an undefined value as a HASH reference
> at /usr/share/perl5/Video/DVDRip/Cluster/Node.pm line 163.
>
> Anyone has a clue?
Probably a messed up ~/.dvdrip-master directory resp. a broken node
definition file. Please check the content of this directory:
~/.dvdrip-master/nodes/
You should have on file per node here (*.node). Their contents should
look like this:
$data = bless( {
'name' => 'nodename',
# more stuff here
}, 'Video::DVDRip::Cluster::Node' );
If a file doesn't look like this, delete it and try to start
dvdrip-master.
Regards,
Joern
--
LINUX - Linux Is Not gnU linuX
pgp00010.pgp
Description: PGP signature
|