
noreply at mythtv
Apr 30, 2012, 9:48 AM
Views: 40
Permalink
|
|
mythtv branch master updated by beirdo. v0.26-pre-138-ge778f23
|
|
The branch, master has been updated on the mythtv repository by gitolite user beirdo. via e778f23d0eeabf99be23121cebc190191aa7041f (commit) from ef2c748f001a0fd560583cb3ddbe72bcc9b03fcd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e778f23d0eeabf99be23121cebc190191aa7041f Author: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 30 Apr 2012 09:43:07 -0700 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 30 Apr 2012 09:47:34 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=e778f23d0eeabf99be23121cebc190191aa7041f Add more debug logs in the DataDirect and MythDLMgr code Refs #10662 Turns out the problem we are seeing is a known bug in Qt 4.7.1 that is fixed in 4.7.2 (and wasn't there before 4.7.1). In particular, if your Schedules Direct username is an email address, Qt4.7.1 stupidly puts the username as the part before the @ and the realm as the portion after the @, even though the realm was already provided. SO, if you have a Schedules Direct username that is an email address, either upgrade to 4.7.2 (or higher), or downgrade to 4.7.0 (or lower). ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythbase/mythdownloadmanager.cpp | 13 +++++++++++++ mythtv/libs/libmythtv/datadirect.cpp | 1 + 2 files changed, 14 insertions(+), 0 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|