• 1
  • 35
  • 36
  • 37(current)
  • 38
  • 39
  • 53
[RELEASE] TFC.tv (Filipino) Video Addon Available
Hi CMIK.

Long time admirer. Just letting you know that version 0.49 seemed to work fine with the updated website.

From Australia.
(2017-06-01, 08:26)ace1024 Wrote: Hi CMIK.

Long time admirer. Just letting you know that version 0.49 seemed to work fine with the updated website.

From Australia.

Got a download link ?
What happen to TFC addon? It went completely blank. Please advise, this is an awesome app that I use very often.
(2017-06-01, 08:37)bolinao Wrote:
(2017-06-01, 08:26)ace1024 Wrote: Hi CMIK.

Long time admirer. Just letting you know that version 0.49 seemed to work fine with the updated website.

From Australia.

Got a download link ?

You can check here : https://github.com/cmik/cmik.xbmc/tree/m...ideo.tfctv
Direct download here : https://github.com/cmik/cmik.xbmc/raw/ma...0.0.49.zip
(2017-06-01, 08:42)cmik Wrote:
(2017-06-01, 08:37)bolinao Wrote:
(2017-06-01, 08:26)ace1024 Wrote: Hi CMIK.

Long time admirer. Just letting you know that version 0.49 seemed to work fine with the updated website.

From Australia.

Got a download link ?

You can check here : https://github.com/cmik/cmik.xbmc/tree/m...ideo.tfctv
Direct download here : https://github.com/cmik/cmik.xbmc/raw/ma...0.0.49.zip

Thanks, I installed it, but I get the red box error message when I go to open the shows folder, tried on 2 different devices.
(2017-06-01, 08:51)bolinao Wrote:
(2017-06-01, 08:42)cmik Wrote:
(2017-06-01, 08:37)bolinao Wrote: Got a download link ?

You can check here : https://github.com/cmik/cmik.xbmc/tree/m...ideo.tfctv
Direct download here : https://github.com/cmik/cmik.xbmc/raw/ma...0.0.49.zip

Thanks, I installed it, but I get the red box error message when I go to open the shows folder, tried on 2 different devices.

Yeah, I thought so. There is not a big gap between version 49 and 55.
But can't explain why it is still working for ace1024.
0.49 didn't work for me as well on v17
(2017-06-01, 08:51)bolinao Wrote:
(2017-06-01, 08:42)cmik Wrote:
(2017-06-01, 08:37)bolinao Wrote: Got a download link ?

You can check here : https://github.com/cmik/cmik.xbmc/tree/m...ideo.tfctv
Direct download here : https://github.com/cmik/cmik.xbmc/raw/ma...0.0.49.zip

Thanks, I installed it, but I get the red box error message when I go to open the shows folder, tried on 2 different devices.
Mine does not work now too. Using fire stick with Kodi Krypton.
(2017-06-01, 11:08)DavidAlcatraz Wrote:
(2017-06-01, 08:09)cmik Wrote:
(2017-06-01, 07:45)lloydangelo Wrote: nice... so do we have a better chance for you to fix it today?


Wink Not that simple. They've done a lot of changes in their API services.

How do you determine those API changes? I do know some Python and have done some development before so I might be able to help out to maintain/fix issues in the future.. [emoji51] I just don't know where to look and make the changes [emoji16]

(2017-06-01, 08:37)bolinao Wrote:
(2017-06-01, 08:26)ace1024 Wrote: Hi CMIK.

Long time admirer. Just letting you know that version 0.49 seemed to work fine with the updated website.

From Australia.

Got a download link ?

There you go mate..

https://github.com/cmik/cmik.xbmc/tree/m...ideo.tfctv


In fact, I don't have specs. I decompile Android app apk to get new API URL and services.
(2017-06-01, 13:13)DavidAlcatraz Wrote:
(2017-06-01, 12:28)cmik Wrote: In fact, I don't have specs. I decompile Android app apk to get new API URL and services.

That seems complicated?.. since most of the classes have been obfuscated.

I tried decompiling the app but all I can see is a bunch of smali files, is that where the API stuff lives? It seems that those were the only files that are worth looking at (which I think requires further decompilation) aside from the AndroidManifest.xml.

I don't really know how to reverse engineer.. [emoji28]


Those info are in some XML configuration files.
Hi CMIK,

Download link did not work for me as well. Using firestick on Kodi Krypton. I tried the latest (55) and (49) both failed.
Same as Kodi Kryton via Windows it does not work from .47 to .55, the only thing that work is when you login to tfc.tv page. It will be limited to number of devices but will be unlimited when you connect first to vpn (free) before launching the site. Smile
This is what I get on .55: (in case it helps with the revisions process)

08:51:25.377 T:1329591200 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ssl.CertificateError'>
Error Contents: hostname 't2.tfc.tv' doesn't match either of 'tfc.tv', 'www.tfc.tv'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.tfctv/default.py", line 1053, in <module>
showMainMenu()
File "/storage/.kodi/addons/plugin.video.tfctv/default.py", line 52, in showMainMenu
checkAccountChange(forceSignIn=True)
File "/storage/.kodi/addons/plugin.video.tfctv/default.py", line 828, in checkAccountChange
(signedIntoWebsite, signedIntoWebservice) = login()
File "/storage/.kodi/addons/plugin.video.tfctv/default.py", line 839, in login
signedIntoWebservice = loginToWebservice(True)
File "/storage/.kodi/addons/plugin.video.tfctv/default.py", line 847, in loginToWebservice
userSession = callJsonApi("/Synapse/Login", params = param, base_url = 'https://tfc.tv', useCache = False)
File "/storage/.kodi/addons/plugin.video.tfctv/default.py", line 921, in callJsonApi
res = callServiceApi(path, params = params, headers = headers, base_url = base_url, useCache = useCache)
File "/storage/.kodi/addons/plugin.video.tfctv/default.py", line 907, in callServiceApi
response = opener.open(base_url + path, data_encoded)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
File "/usr/lib/python2.7/urllib2.py", line 467, in error
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
File "/usr/lib/python2.7/urllib2.py", line 654, in http_error_302
File "/usr/lib/python2.7/urllib2.py", line 429, in open
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
File "/usr/lib/python2.7/urllib2.py", line 1195, in do_open
File "/usr/lib/python2.7/httplib.py", line 1042, in request
File "/usr/lib/python2.7/httplib.py", line 1082, in _send_request
File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders
File "/usr/lib/python2.7/httplib.py", line 882, in _send_output
File "/usr/lib/python2.7/httplib.py", line 844, in send
File "/usr/lib/python2.7/httplib.py", line 1263, in connect
File "/usr/lib/python2.7/ssl.py", line 363, in wrap_socket
File "/usr/lib/python2.7/ssl.py", line 611, in __init__
File "/usr/lib/python2.7/ssl.py", line 848, in do_handshake
File "/usr/lib/python2.7/ssl.py", line 282, in match_hostname
CertificateError: hostname 't2.tfc.tv' doesn't match either of 'tfc.tv', 'www.tfc.tv'
-->End of Python script error report<--
08:51:25.765 T:1962057536 ERROR: GetDirectory - Error getting plugin://plugin.video.tfctv/
08:51:25.767 T:1962057536 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.tfctv/) failed
I am hoping that this addon will be ok the soonest! Thank you CMIK!
  • 1
  • 35
  • 36
  • 37(current)
  • 38
  • 39
  • 53

Logout Mark Read Team Forum Stats Members Help
[RELEASE] TFC.tv (Filipino) Video Addon Available9