[mythtv-users] mythtools v0.5

Bilge Tutak bilge.tutak at gmail.com
Fri Jan 19 23:27:42 UTC 2007


Another thing I discovered is that it can connect to my database, but
unfortunately cannot fetch any data.
Any idea why?

Thank you.

Bilge.

On 1/19/07, Bilge Tutak <bilge.tutak at gmail.com> wrote:
> There is a missing curly bracket after the _getSynopsis sub. The curly
> closing the sub is missing.
>
> After fixing that, when I run the vidupdate.pl it shows nothing and
> drops back to prompt. I checked the sql, it should be returning
> something. I am not sure what is the problem.
>
> Thank you.
>
> Bilge.
>
> On 1/19/07, Ryszard <ryszard99 at gmail.com> wrote:
> > Ok,
> >
> > so some good news, its not a dependency related problem.
> >
> > skip this if you're not technical
> > ---------8<--------------------------------------
> > When programming perl you can code in a "strict" manner which means all
> > variables must be defined with a scoping statement ("my").
> >
> > when i program in perl, i use the strict method of programming as it leads
> > to tighter and cleaner code that is easier to troubleshoot.
> >
> > the error that you have indicates the variable "@tokens" has not been
> > pre-declared.
> > ---------8<--------------------------------------
> >
> > so, if you go to line 127 and change the line "my ($tag, $synopsis);" to "my
> > ($tag, $synopsis, @tokens);" it will work for you.
> >
> > i've attached a new release with the fix.
> >
> > HTH
> > Ryszard
> >
> >
> > On 19/01/07, Bilge Tutak <bilge.tutak at gmail.com> wrote:
> > > Hi,
> > > When I run the ./vidupdate I get this error.
> > > "Global symbol "@tokens" requires explicit package name at
> > > Mythtv/TVcom.pm line 133."
> > >
> > > Any idea what this is? I am pretty sure I have all the necessary packages.
> > >
> > > Thank you.
> > >
> > > Bilge.
> > >
> > > On 1/18/07, Ryszard <ryszard99 at gmail.com> wrote:
> > > > for those interested, i've fixed the problem with the parser not getting
> > the
> > > > synopsis where a show as the "Watch Video" link next to it (at least for
> > the
> > > > shows i'm testing with).
> > > >
> > > > suggestions/comments welcome,
> > > >
> > > > regs
> > > > Ryszard.
> > > >
> > > > _______________________________________________
> > > > mythtv-users mailing list
> > > > mythtv-users at mythtv.org
> > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > >
> > > >
> > > >
> > > >
> > > _______________________________________________
> > > mythtv-users mailing list
> > > mythtv-users at mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >
> >
> >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> >
> >
>


More information about the mythtv-users mailing list