Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#10705 closed Bug Report - General (fixed)

Spurious "Response too short" messages

Reported by: Ian Dall <ian@…> Owned by: sphery
Priority: minor Milestone: 0.25.1
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

PlaybackSock::GetMaxBitrate() expects 2 tokens in the reply but only one is sent. This error also results in a default value being used for max bitrate instead of the value reported by the slave backend.

Attachments (1)

get_max_bitrate.diff (616 bytes ) - added by Ian Dall <ian@…> 14 years ago.
Patch to expect correct response from GET_MAX_BITRATE

Download all attachments as: .zip

Change History (5)

by Ian Dall <ian@…>, 14 years ago

Attachment: get_max_bitrate.diff added

Patch to expect correct response from GET_MAX_BITRATE

comment:1 by sphery, 14 years ago

In 69118953b:

Fix PlaybackSock::GetMaxBitrate protocol usage.

QUERY_REMOTEENCODER now returns only one value. This change was missed when the protocol was changed to send 64-bit values directly, instead of encoded as two 32-bit ints (this part, specifically, in 1508085eb3 ).

comment:2 by Ian Dall <ian@…>, 14 years ago

Owner: set to Ian Dall <ian@…>
Resolution: fixed
Status: newclosed

In 5c56d5bc4ddc44b04265cabb8048878833ad3eaf/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:3 by sphery, 14 years ago

Milestone: unknown0.25.1

Thanks for the patch, Ian!

comment:4 by Kenni Lund [kenni a kelu dot dk], 14 years ago

Owner: changed from Ian Dall <ian@…> to sphery
Note: See TracTickets for help on using tickets.