gingerbeur / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

GCKDevice Icon has incorrect URL (notably the port) #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
var device: GCKDevice
var icons = device.icons
var url = icons.first!.URL
Log("\(url)")
Console: http://192.168.0.5:8009/setup/icon.png
This is an invalid URL

What is the expected output? What do you see instead?
var url should be
http://192.168.0.5:8008/setup/icon.png
I believe it should be the above URL with a redirect to
http://www.gstatic.com/eureka/images/eureka_device.png

What version of the product are you using? On what operating system?
In Swift Using Googlecast SDK 2.5.1
Reproducable on Yosemite / XCode Simulator & iOS 8.1.2

Please provide any additional information below.

Original issue reported on code.google.com by samson1...@gmail.com on 6 Jan 2015 at 2:12

GoogleCodeExporter commented 9 years ago
To be more explicit the port number is off by one. It should be 8008 not 8009.

Original comment by samson1...@gmail.com on 8 Jan 2015 at 11:13

GoogleCodeExporter commented 9 years ago

Original comment by na...@google.com on 9 Jan 2015 at 2:23

GoogleCodeExporter commented 9 years ago
This has been fixed for the next SDK release.

Original comment by mlind...@google.com on 10 Jan 2015 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by na...@google.com on 12 Jan 2015 at 6:22