Coder Social home page Coder Social logo

tivo-sdks's People

Contributors

jbcooley avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ljvankuiken

tivo-sdks's Issues

Views don't dispose when application ends

What steps will reproduce the problem?
Write sample app that creates view and exits the application 

What is the expected output? What do you see instead?
Expect Dispose to be called on View
No Dispose is called when application exits



Original issue reported on code.google.com by [email protected] on 12 Feb 2008 at 12:54

Throwing an exception

What steps will reproduce the problem?
1. Happens whenever I try to use the application from my TiVo

What is the expected output? What do you see instead?
C:\Program Files\Tivo Disk Usage>TivoDiskUsage.exe
Tivo disk usage application started.  Press enter to exit.

Unhandled Exception: System.InvalidOperationException: There is an error 
in XML document (
1, 330). ---> System.OverflowException: Value was either too large or too 
small for an unsigned byte.
   at System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo 
info)
   at System.Xml.XmlConvert.ToByte(String s)
   at 
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderTiVoCon
tainer.Read2_TiVoContainerDetails(Boolean isNullable, Boolean checkType)
   at 
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderTiVoCon
tainer.Read9_TiVoContainer(Boolean isNullable, Boolean checkType)
   at 
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderTiVoCon
tainer.Read10_TiVoContainer()
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader 
xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader 
xmlReader, String encodingStyle)
   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
   at Tivo.Hmo.TivoConnection.client_OpenReadCompleted(Object sender, 
OpenReadCompletedEventArgs e)
   at System.Net.WebClient.OnOpenReadCompleted(OpenReadCompletedEventArgs 
e)
   at System.Net.WebClient.OpenReadOperationCompleted(Object arg)
   at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object 
state)
   at System.Threading.ExecutionContext.Run(ExecutionContext 
executionContext, ContextCallback callback, Object state)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
(_ThreadPoolWaitCallback tpWaitCallBack)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object 
state)

C:\Program Files\Tivo Disk Usage>

What version of the product are you using? On what operating system?
0.1.0.0
XP Pro

Please provide any additional information below.

HmeProtocol Verbose: 2 : DeviceInfo: 
(com.tivo.examine.idType.stationId,tivo)(version,9.4-01-2-648)(host,Bill's 
TiVo 2)(platform,Gen05)(brand,TiVo)(com.tivo.examine.idType.contentId,tivo)
(com.tivo.examine.showing,true)
HmeProtocol Verbose: 2 : DisplayInfo: (MetricsPerResolutionInfo,4)
(CurrentResolution,Resolution 640x480 1:1) (SupportedResolution
[0],Resolution 1280x720 1:1)(SupportedResolution[1],Resolution 704x480 
40:33)(SupportedResolution[2],Resolution 640x480 1:1)
HmeProtocol Verbose: 2 : UnknownEventInfo: 7 818080

Original issue reported on code.google.com by [email protected] on 10 Oct 2008 at 5:30

Applications won't exit

What steps will reproduce the problem?
1. Start the hello world sample.
2. press the left direction key
3. application doesn't exit

What is the expected output? What do you see instead?

The dispose method should end the application.  Even better if there is an
Application.Close method.



Original issue reported on code.google.com by [email protected] on 29 Jan 2008 at 4:00

Drop bonjour dependency

Bonjour is required to have applications discovered on the local network. 
Would like sdk to be completely self contained, much like the java sdk from
tivo.  That uses mdns.


Original issue reported on code.google.com by [email protected] on 26 Jul 2008 at 3:58

Need common application host with GUI config

Would like a common application host that runs without a ui.  A windows
service would be ideal.

Also need a gui application to configure this service to add additional
applications to the service.


Original issue reported on code.google.com by [email protected] on 17 Mar 2008 at 12:39

Can't customize the icon used for an application

What steps will reproduce the problem?
Run an application using the Tivo.Hme.Host classes.
See default icon.

What is the expected output? What do you see instead?
Would like to replace with custom icon.



Original issue reported on code.google.com by [email protected] on 3 Feb 2008 at 5:19

Exception thrown looking for missing icon file

What steps will reproduce the problem?
1. Run sample (on a machine other than mine since mine has the missing file)

What is the expected output? What do you see instead?
- No exception.  Display default icon.




Original issue reported on code.google.com by [email protected] on 28 Jan 2008 at 1:44

throws EndOfStreamException

What steps will reproduce the problem?
Create many TextStyles (causes many FontInfo events)
eventually the reader empties the socket buffer and throws
EndOfStreamException.

What is the expected output? What do you see instead?
Block when the connection is open and is out of data.



Original issue reported on code.google.com by [email protected] on 3 Feb 2008 at 8:48

TextView doesn't display

What steps will reproduce the problem?
TextView with child ColorView of the same color

What is the expected output? What do you see instead?
Expect display text with color and color view with color
See color view but no text.


This happens because the color view resource is queued up after the text
view resource.  If the color was not already queued, this would work
because the color would be sent right away.


Original issue reported on code.google.com by [email protected] on 12 Feb 2008 at 8:21

Resize animation can move view

What steps will reproduce the problem?
Use Animation.Move to move a view.
Use Animation.Resize to resize a view at its new location

What is the expected output? What do you see instead?
Expect view to resize at its new location.
Actual: view moves to original location as well as resize.



Original issue reported on code.google.com by [email protected] on 12 Feb 2008 at 10:42

Can't set bounds on view

What steps will reproduce the problem?
Set Bounds on child view in parent's OnNewApplication

What is the expected output? What do you see instead?
Expect bounds to be set.
Get warning about undefined view 0



Original issue reported on code.google.com by [email protected] on 12 Feb 2008 at 8:43

Download throws exception in HMO library

What steps will reproduce the problem?
1. Execute query to get TivoVideo items
2. Use TivoConnection to get ContentDownloader for TivoVideo
3. Attempt to download file

What is the expected output? What do you see instead?

Expect downloaded file.  See exception.



Original issue reported on code.google.com by [email protected] on 14 Sep 2009 at 3:26

Offer options on what is considered free space

Change the Free Space label to Unused Space (or something similar).
Provide configuration that allows Free Space to be a sum of multiple
categories (such as unused space, suggestions, and expired).


Original issue reported on code.google.com by [email protected] on 17 Mar 2008 at 12:51

External storage not reported correctly

What steps will reproduce the problem?
1. Add WD My DVR Expander to TiVo Series 3 (500 GB)
2. Run TiVoDiskUsage
3. Estimated disk size is 221 GB.

What is the expected output? What do you see instead?
I'd expect to see something at least approaching 500 GB. Also, the pie 
chart shows no (0%) "Estimated Free." Since I *just* installed it, that 
can't possible be the case.

What version of the product are you using? On what operating system?
Latest. XP Pro.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Sep 2008 at 8:58

Server hits 100% cpu and application doesn't launch

What steps will reproduce the problem?
Launch application (happens intermittently)

What is the expected output? What do you see instead?
Expect application to launch with normal cpu usage
See cpu hit 100% and application fails to launch.


Thanks to wmcbrine for reporting this problem.


Original issue reported on code.google.com by [email protected] on 13 Feb 2008 at 5:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.