Ticket #9350 (closed Patch - Bug Fix: Fixed)
Opened 2 years ago
Last modified 2 years ago
Frontend requests for file list in a slave backend's storage group directory doesn't return the correct result
| Reported by: | fedora@… | Owned by: | robertm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.1 |
| Component: | MythTV - General | Version: | 0.24-fixes |
| Severity: | low | Keywords: | storage group file list |
| Cc: | Ticket locked: | no |
Description (last modified by wagnerrp) (diff)
Frontend sends a request to the master backend for file list on a slave backend's storage group (Fanart in this case) but receives only the directory "sgdir::<fanart_dir>"
Message (without size header) sent from frontend to master backend: QUERY_SG_GETFILELIST[]:[]slavebackend.testdomain[]:[]Fanart[]:[][]:[]1
Message sent from master backend to slave backend: QUERY_SG_GETFILELIST[]:[]slavebackend.testdomain[]:[]Fanart[]:[]
Seems like the last parameter is dropped. I made a small change to "playbacksock.cpp" (patch attached) that seems to have solved this problem.
MythTV Version : Unknown MythTV Branch : Network Protocol : 63 Library API : 0.24.20101129-1 QT Version : 4.6.2
Attachments
Change History
comment:1 Changed 2 years ago by robertm
- Owner set to robertm
- Status changed from new to assigned
Seems like a no-brainer fix.
comment:2 Changed 2 years ago by robertm
- Status changed from assigned to closed
- Resolution set to Fixed
Fixed in 2ec3a29f2.
