Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TiVo Series 3 support: #3

Merged
merged 1 commit into from
Oct 24, 2015
Merged

TiVo Series 3 support: #3

merged 1 commit into from
Oct 24, 2015

Conversation

rscottbailey
Copy link
Contributor

Browsing more or less works, but transfers to a TiVo Series 3 (or TiVo HD)
caused the TiVo to crash. Examination of transfers of the same file using
tivohmo and pyTivo showed this difference:

Query (from TiVo):
GET /TivoConnect?Command=QueryItem&Url=...

pyTivo:
HTTP/1.1 404 Not Found

tivohmo:
HTTP/1.1 200 OK
[...headers omitted for brevity...]

It is unclear to me if my TiVos hate all QueryItem responses, or just null
responses (like above). Since there is nothing being returned anyway, this
commit removes support for QueryItem.

The result is that tivohmo matches pyTivo behavior now and my transfers
are successful.

Browsing more or less works, but transfers to a TiVo Series 3 (or TiVo HD)
caused the TiVo to crash. Examination of transfers of the same file using
tivohmo and pyTivo showed this difference:

Query (from TiVo):
    GET /TivoConnect?Command=QueryItem&Url=...

pyTivo:
    HTTP/1.1 404 Not Found

tivohmo:
    HTTP/1.1 200 OK
    [...headers omitted for brevity...]
    <?xml
      version="1.0"
      encoding="UTF-8"
      ?>
    <QueryItem/>

It is unclear to me if my TiVos hate all QueryItem responses, or just null
responses (like above). Since there is nothing being returned anyway, this
commit removes support for QueryItem.

The result is that tivohmo matches pyTivo behavior now and my transfers
are successful.
@wr0ngway
Copy link
Owner

Nice, good catch

wr0ngway added a commit that referenced this pull request Oct 24, 2015
@wr0ngway wr0ngway merged commit 4967e00 into wr0ngway:master Oct 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants