mattmartini / itivo

Automatically exported from code.google.com/p/itivo
Other
0 stars 0 forks source link

Could not connect to Tivo #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Version of iTiVo?
1.7.7b3

What Version of MacOS X?
10.7.2

What download format did you select?
Irrelevant
What steps will reproduce the problem?
1. Launch iTivo
2. Try to connect
3. "Could not connect to tivo"

Please provide any additional information below.
I had an iTiVo install that I had been using for several months with no 
problems.  Recently it started failing to connect to my TiVo.  I had to update 
/Applications/iTiVo.app/Contents/Resources/ParseXML.pl to get it to function 
again.  I'm not sure if this was due to an update to perl or what but the patch 
is attached.

Original issue reported on code.google.com by drew.mos...@gmail.com on 7 Dec 2011 at 3:13

Attachments:

GoogleCodeExporter commented 9 years ago
Needed to patch ParseDetail.xml as well.

Original comment by drew.mos...@gmail.com on 7 Dec 2011 at 1:26

Attachments:

GoogleCodeExporter commented 9 years ago
After a bit more debugging it looks like curl is not writing these xml files to 
stdout by default.  The attached patch is cleaner and seems to work on all the 
auxiliary perl scripts.

Original comment by drew.mos...@gmail.com on 8 Dec 2011 at 3:14

Attachments:

GoogleCodeExporter commented 9 years ago
Heh.  Guess this was a result of a change to my .curlrc file.  Ignore.

Original comment by drew.mos...@gmail.com on 8 Dec 2011 at 5:45

GoogleCodeExporter commented 9 years ago
iTiVo should probably invoke curl with -q (ignore .curlrc) to prevent this type 
of issue.

Original comment by tony1ath...@gmail.com on 26 Feb 2012 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by tony1ath...@gmail.com on 26 Feb 2012 at 7:36

GoogleCodeExporter commented 9 years ago
That would be a nice change.  I tried building on MacOS Lion with XCode but got 
a failure in compiling one of the applescript pieces.  Any idea if this is 
somehow buildable on a newer Mac system?

Original comment by drew.mos...@gmail.com on 7 Apr 2012 at 10:24

GoogleCodeExporter commented 9 years ago
Yes, I'm working from a Lion system.  The trick is that you have to install the 
OLD Xcode.

Original comment by tony1ath...@gmail.com on 7 Apr 2012 at 10:46

GoogleCodeExporter commented 9 years ago
Please see the latest test image (20120426)

Original comment by tony1ath...@gmail.com on 26 Apr 2012 at 4:41

GoogleCodeExporter commented 9 years ago

Original comment by tony1ath...@gmail.com on 26 Apr 2012 at 6:30

GoogleCodeExporter commented 9 years ago
Finally got around to playing with this today.  This fix works just fine.

Original comment by drew.mos...@gmail.com on 2 May 2012 at 8:33

GoogleCodeExporter commented 9 years ago

Original comment by tony1ath...@gmail.com on 21 May 2012 at 5:45