Opened 15 years ago
Closed 15 years ago
#8628 closed patch (wontfix)
mythfrontend logs multiple "Could not connect to server :6543" errors while trying to generate preview images
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The current trunk #25218 seems to have problems in generating the preview images without trying to connect to undefined server at first. Ie. the logic is slightly flawed in a way that the destination port number is fine, while the backend hostname/ip-address is missing completely. The attached patch at least shows what is the problem and it works quite fine in here.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | remotefile.cpp.patch added |
|---|
comment:1 by , 15 years ago
| Milestone: | unknown → 0.24 |
|---|
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
The patch in #7195 gets rid of the RemoteFile stuff in the preview generator, so this patch will be unnecessary once that is applied.
Note:
See TracTickets
for help on using tickets.

Patch that fixes the "Could not connect to server :6543" errors from mythfrontend