Kodi Community Forum
[Release] Skygo V2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [Release] Skygo V2 (/showthread.php?tid=189805)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: [Release] Skygo V2 - syborg - 2014-04-04

Update pushed to repo.

Version 2.0.7
- Much better thumbnails
- Caching of menus for quicker access
- Various code improvements
- Actual fix for tvguide return issue
- Other small bugs and fixes
- Removed BeautifulSoup folder - using XBMC module now


RE: [Release] Skygo V2 - MistaWu - 2014-04-04

(2014-04-02, 22:17)syborg Wrote:
(2014-04-02, 19:38)MistaWu Wrote: Nope, tried increasing them both incremental, same error. Also tried to add skygo url to trusted sites in IE, no change.

Looks like the error message popup before IE is started, hard to judge tho, since they both load up fairly quick on the ssd.

I'll investigate further.

Can I ask was the log of the skygo exe file one attempt or many? If it was could you delete it and retry once and post me the log file. Cheers.

Hey, removed the log and tried again:

Traceback (most recent call last):
File "skygov3.py", line 134, in <module>
File "skygov3.py", line 112, in main
File "skygov3.py", line 29, in channel_launcher
File "win32com\client\dynamic.pyc", line 511, in __getattr__
pywintypes.com_error: (-2147417848, 'The object invoked has disconnected from its clients.', None, None)

Is this related? http://support.microsoft.com/default.aspx?scid=kb;en-us;Q319832


[Release] Skygo V2 - syborg - 2014-04-04

(2014-04-04, 15:19)MistaWu Wrote:
(2014-04-02, 22:17)syborg Wrote:
(2014-04-02, 19:38)MistaWu Wrote: Nope, tried increasing them both incremental, same error. Also tried to add skygo url to trusted sites in IE, no change.

Looks like the error message popup before IE is started, hard to judge tho, since they both load up fairly quick on the ssd.

I'll investigate further.

Can I ask was the log of the skygo exe file one attempt or many? If it was could you delete it and retry once and post me the log file. Cheers.

Hey, removed the log and tried again:

Traceback (most recent call last):
File "skygov3.py", line 134, in <module>
File "skygov3.py", line 112, in main
File "skygov3.py", line 29, in channel_launcher
File "win32com\client\dynamic.pyc", line 511, in __getattr__
pywintypes.com_error: (-2147417848, 'The object invoked has disconnected from its clients.', None, None)

Is this related? http://support.microsoft.com/default.aspx?scid=kb;en-us;Q319832

Probably - I will probably need to add a wait in here for you - as it seems your machine is trying to access the login button before it loads.


Is this using the latest 2.0.7?


RE: [Release] Skygo V2 - MistaWu - 2014-04-04

2.0.6, tried to force refresh your repo, but it didn't grab the new build yet.


[Release] Skygo V2 - syborg - 2014-04-04

(2014-04-04, 19:29)MistaWu Wrote: 2.0.6, tried to force refresh your repo, but it didn't grab the new build yet.

There's a check for updates option too - that might bring it up. The code has changed between the two so I needed to know for the line reference.


RE: [Release] Skygo V2 - MistaWu - 2014-04-04

Weird, still on 2.0.6 here.

Edit: not sure if any use, but this is the xbmc log from when I start up the addon:

22:30:39 T:4564 NOTICE: Previous line repeats 2 times.
22:30:39 T:4564 NOTICE: Thread XBPyThread start, auto delete: false
22:30:39 T:4772 NOTICE: Thread Jobworker start, auto delete: true
22:30:39 T:3468 NOTICE: Previous line repeats 1 times.
22:30:39 T:3468 ERROR: Control 51 in window 10025 has been asked to focus, but it can't
22:30:39 T:124 ERROR: Texture manager unable to load file: special://skin/backgrounds/default.jpg
22:30:39 T:4564 NOTICE: -->Python Interpreter Initialized<--
22:30:40 T:5072 NOTICE: Thread Background Loader start, auto delete: false
22:30:40 T:4216 NOTICE: Thread XBPyThread start, auto delete: false
22:30:40 T:124 ERROR: Texture manager unable to load file: special://skin/backgrounds/default.jpg
22:30:40 T:4216 NOTICE: -->Python Interpreter Initialized<--


[Release] Skygo V2 - syborg - 2014-04-05

Nah! Your issue is contained within the exe file so xbmc log isn't going to see anything - we'll get to the bottom of it. Did you have the issues before 2.0.6?


RE: [Release] Skygo V2 - sn196 - 2014-04-05

Hi,

I installed the addon but I get script error straight away. Im running this from Cyprus, I have an active Sky Go account in the UK and am running via a VPN. Works fine through IE but not through XBMC.

Any help would be appreciated.

Error Log:

Traceback (most recent call last):
File "skygov2.py", line 212, in <module>
File "skygov2.py", line 207, in main
File "skygov2.py", line 116, in channel_selector
File "skygov2.py", line 126, in channel_launcher
pywintypes.error: (0, 'SetForegroundWindow', 'No error message is available')
Traceback (most recent call last):
File "skygov2.py", line 212, in <module>
File "skygov2.py", line 207, in main
File "skygov2.py", line 116, in channel_selector
File "skygov2.py", line 132, in channel_launcher
File "win32com\client\dynamic.pyc", line 522, in __getattr__
AttributeError: <unknown>.signinform
Traceback (most recent call last):
File "skygov2.py", line 212, in <module>
File "skygov2.py", line 207, in main
File "skygov2.py", line 109, in channel_selector
IndexError: list index out of range

Forgot to mention that im using version 2.0.7


RE: [Release] Skygo V2 - MistaWu - 2014-04-05

(2014-04-05, 01:47)syborg Wrote: Nah! Your issue is contained within the exe file so xbmc log isn't going to see anything - we'll get to the bottom of it. Did you have the issues before 2.0.6?

Don't remember the exact version I had before, but it was a while back did work. The one which you had to setup user/pwd in the batch file.
This is the first try on a fairly fresh install of windows and xbmc with 2.x version of the addon.

Any way I can manually update it to 2.0.7?


[Release] Skygo V2 - syborg - 2014-04-05

(2014-04-05, 10:18)MistaWu Wrote:
(2014-04-05, 01:47)syborg Wrote: Nah! Your issue is contained within the exe file so xbmc log isn't going to see anything - we'll get to the bottom of it. Did you have the issues before 2.0.6?

Don't remember the exact version I had before, but it was a while back did work. The one which you had to setup user/pwd in the batch file.
This is the first try on a fairly fresh install of windows and xbmc with 2.x version of the addon.

Any way I can manually update it to 2.0.7?

Yeah there's a link to the zip in the first post


RE: [Release] Skygo V2 - MistaWu - 2014-04-05

Hmmm.. Uninstalled 2.0.6 and installed 2.0.7 from .zip, now the addon stops when launching it in xbmc:

11:13:16 T:2412 NOTICE: Thread Jobworker start, auto delete: true
11:13:16 T:556 NOTICE: Thread XBPyThread start, auto delete: false
11:13:16 T:556 NOTICE: -->Python Interpreter Initialized<--
11:13:16 T:556 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.SyntaxError'>
Error Contents: ('invalid syntax', ('C:\\Users\\xbmc\\AppData\\Roaming\\XBMC\\addons\\plugin.video.skygo\\resources\\lib\\other\\scrap_grid.py', 37, 57, '\t\tfor t in x.findAll(\'span\', "clickAttractor" , {\'title\'}):\n'))
Traceback (most recent call last):
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.skygo\default.py", line 18, in <module>
import resources.lib.other.list_items as list_items
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.skygo\resources\lib\other\list_items.py", line 5, in <module>
import scrap_grid
SyntaxError: ('invalid syntax', ('C:\\Users\\xbmc\\AppData\\Roaming\\XBMC\\addons\\plugin.video.skygo\\resources\\lib\\other\\scrap_grid.py', 37, 57, '\t\tfor t in x.findAll(\'span\', "clickAttractor" , {\'title\'}):\n'))
-->End of Python script error report<--
11:13:16 T:468 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.skygo/
11:13:16 T:468 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.skygo/) failed
11:13:16 T:1128 NOTICE: Thread Background Loader start, auto delete: false


RE: [Release] Skygo V2 - vitony - 2014-04-05

I use your new V2 with the Unotelly DNS service and have a problem because Sky requires a captcha screen to be completed before the login process. However, the captcha screen appears to be 'hidden' behind the main screens in V2, i.e., I cannot access it. I don't have the same problem if I use a VPN service because no captcha is required but the VPN isn't as efficient for me. Anything you can do on this?
Many thanks for your great work on this new version!


[Release] Skygo V2 - syborg - 2014-04-05

(2014-04-05, 11:16)MistaWu Wrote: Hmmm.. Uninstalled 2.0.6 and installed 2.0.7 from .zip, now the addon stops when launching it in xbmc:

11:13:16 T:2412 NOTICE: Thread Jobworker start, auto delete: true
11:13:16 T:556 NOTICE: Thread XBPyThread start, auto delete: false
11:13:16 T:556 NOTICE: -->Python Interpreter Initialized<--
11:13:16 T:556 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.SyntaxError'>
Error Contents: ('invalid syntax', ('C:\\Users\\xbmc\\AppData\\Roaming\\XBMC\\addons\\plugin.video.skygo\\resources\\lib\\other\\scrap_grid.py', 37, 57, '\t\tfor t in x.findAll(\'span\', "clickAttractor" , {\'title\'}):\n'))
Traceback (most recent call last):
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.skygo\default.py", line 18, in <module>
import resources.lib.other.list_items as list_items
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.skygo\resources\lib\other\list_items.py", line 5, in <module>
import scrap_grid
SyntaxError: ('invalid syntax', ('C:\\Users\\xbmc\\AppData\\Roaming\\XBMC\\addons\\plugin.video.skygo\\resources\\lib\\other\\scrap_grid.py', 37, 57, '\t\tfor t in x.findAll(\'span\', "clickAttractor" , {\'title\'}):\n'))
-->End of Python script error report<--
11:13:16 T:468 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.skygo/
11:13:16 T:468 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.skygo/) failed
11:13:16 T:1128 NOTICE: Thread Background Loader start, auto delete: false

I'll have a look

(2014-04-05, 11:16)vitony Wrote: I use your new V2 with the Unotelly DNS service and have a problem because Sky requires a captcha screen to be completed before the login process. However, the captcha screen appears to be 'hidden' behind the main screens in V2, i.e., I cannot access it. I don't have the same problem if I use a VPN service because no captcha is required but the VPN isn't as efficient for me. Anything you can do on this?
Many thanks for your great work on this new version!

I don't know anything about DNS or VPN. Do you have put a captcha in every time?


RE: [Release] Skygo V2 - vitony - 2014-04-05

The skygo site appears to identify an issue when I use the DNS service and then requires me to fill in the captcha screen. The captcha screen is presented immediately after signing in, and once completed, I can access the main screen to view the live tv. This captcha screen is visible when using skygo directly from a web browser and was visible in your original version of the addin. I don't get presented with the captcha screen when I use the VPN.


RE: [Release] Skygo V2 - dmn1981 - 2014-04-06

Syborg,

You're a genius! Been wanting to try and get SkyGo on XBMC since the last version, which was massively flaky! This works brilliant!

I know the answer to this question is probably no, because it needs Silverlight, which is Microsoft only, hence it's only supported on Windows at the moment, but is there any way to get this to work on Android? I'm using an Ouya box for my XBMC set up...? Where there's a will there's a way right?! :-)

This would be the perfect addition to XBMC on Android.....

Cheers
Dmn198