[mythtv-users] ERROR: LocalFilePath unable to find local path for ...

Brian J. Murrell brian at interlinx.bc.ca
Thu Mar 2 19:27:31 UTC 2017


On Mon, 2017-02-27 at 21:42 -0500, Michael T. Dean wrote:
> if 
> you find a bug, please report it.

Weird.  In MainServer::HandleAnnounce():

    else if (commands[1] == "FileTransfer")
    {
...
        QUrl qurl = *(it);

qurl has it's firs letter lower-cased.  Not always though.

At the point that qurl is created, slist[1] and by extension it[1] both
have the case preserved.  It's only when it[1] is used to create a QUrl
that it gets lowercased.  QT bug?

Looks like QT is up-to-date on this machine, at least as far as vendor
packages go.

Cheers,
b.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20170302/27b305eb/attachment.sig>


More information about the mythtv-users mailing list