Kodi Community Forum
[RELEASE] Free Cable - US station aggregator - 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] Free Cable - US station aggregator (/showthread.php?tid=101938)



- Rogue26 - 2011-10-20

I am also getting the script failed notice and am running version 0.1.9 o. The atv2 with the pre-11.0 compiled june 23 2011. When I open the add-on all i get is a black screen and the pop up error script failed. Not sure how to get any type of log info but would be more than happy to work towards log info if needed.

Thanks


Script not working - rips4u - 2011-10-28

I am getting script error when I load up Free Cable v0.9 on my ATV2.
I just went thru this forum and found that this issue has been reported only by one..is there any workaround of this error.
Please help as I am unable to watch any of the content thru this fantastic add on.


- elmerohueso - 2011-10-31

I, too, would love to see AMC added.


- BlueCop - 2011-11-01

I have been trying to figure out something for The Turner Neworks which are TBS, TNT, Adult Swim, and Cartoon Network. They now use flash to generate tokens from their flash cookie tokens. It is complicated to reverse. I found a way to bypass the need for the tokens completely but it would get shut down.

TV Land has also gone swf verify2. spike will probably follow suit with its viacom brothers and use swf verify2.

FOX is using a "flash access" drm on their videos. these would take reversing the f4v file format and their encryption.

AMC didn't have any full episodes when I started planning. It seems they might start showing more so should be added. I am a fan or walking dead and breaking bad.

There are other problems too. It is becoming a wreak. I am going to refactor and change the design a bit. I think it will be easier to manage and enable/disable stations.


- bharath23 - 2011-11-03

Any chance of fixing NBC, I was trying to see if I could watch "Free Agents".

edit: thought will post the relevant part from the log file.

Code:
INFO: -->Python script returned the following error<--
ERROR: Error Type: <type 'exceptions.AttributeError'>
ERROR: Error Contents: 'NoneType' object has no attribute 'findAll'
ERROR: Traceback (most recent call last):
    File "/root/.xbmc/addons/plugin.video.free.cable/default.py", line 47, in <module>
        modes ( )
    File "/root/.xbmc/addons/plugin.video.free.cable/default.py", line 43, in modes
        exec 'sitemodule.%s()' % common.args.sitemode
    File "<string>", line 1, in <module>
    File "/root/.xbmc/addons/plugin.video.free.cable/resources/lib/nbc.py", line 160, in fullepisodes
         items=items.findAll(attrs={'class' : 'list_full_detail_horiz'})
         AttributeError: 'NoneType' object has no attribute 'findAll'
INFO: -->End of Python script error report<--



- bladeds - 2011-11-03

freeagents is probabily on icefilms


- BlueCop - 2011-11-03

it is also on hulu


- IOERROR - 2011-11-10

No clue why but FreeCable just doesn't work any more. It worked at one time but now nothing will please. No script error, no buffering/loading box. nothing.. Any clue?


- mrdally204 - 2011-11-10

uninstall and try again. you should have some kind of error I would think!


- BlueCop - 2011-11-10

I am not sure. do you mean playback or listing stations, shows and videos?

I really only use it for non-hulu mirrored content. cbs, the cw(soon to be on hulu), nbc has some shows in 720p that hulu doesnt though.

I need to recheck which stations are working. I need to really change how it is programmed. i just haven't had the energy to get to it.

viacom companies have been breaking due to swfverify2.


- Johnnyfive - 2011-11-14

Hi Bluecop

I've got a couple of small fixes for the History Channel.

Change line 74 in history.py from
Code:
link = common.getURL(url)
to
Code:
link = common.getURL(BASE+url)

and change
Code:
bitrate = int(video['system-bitrate'])
to
Code:
try:
            bitrate = int(video['system-bitrate'])
        except:
            bitrate = int(video['systembitrate'])



- Zeee1 - 2011-11-17

BC, is their a problem with FX - American Horror Story? When I click on Full Episodes I get script failed. I also wanted to ask you if you have any plans to add Sons of Anarchy to the list. Thank you once again, and keep up the great work.

Zeee1


- dynaflash - 2011-11-17

Confirmed, fixes History Channel here on OS X running yesterday's nightly. Thanks Johnnyfive !

Johnnyfive Wrote:Hi Bluecop

I've got a couple of small fixes for the History Channel.

Change line 74 in history.py from
Code:
link = common.getURL(url)
to
Code:
link = common.getURL(BASE+url)

and change
Code:
bitrate = int(video['system-bitrate'])
to
Code:
try:
            bitrate = int(video['system-bitrate'])
        except:
            bitrate = int(video['systembitrate'])



- FishOil - 2011-11-20

Johnnyfive Wrote:Hi Bluecop

I've got a couple of small fixes for the History Channel.

Worked for me. THX


- IwantMyXBMC - 2011-11-27

Yeah, American Horror Story doesn't work, and Grimm stopped working. Guessing the websites changed the web pages for those shows or something?