• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
[Request] www.EpixHD.com plugin
#61
HiJack: check here http://forum.xbmc.org/showpost.php?p=839939&postcount=8 for atv1

wired57: yea that associates the device to the service. I am not sure what authentication is used after that point. It is probably some token we could extract and use.

sorry been working on other projects. I should have some better login code soon.
Reply
#62
Bluecop, any update on the Verizon login for this?
Reply
#63
hi!!! i have epix with dish network account...anyhow, when i installed the epix, entered my log in but keep getting error message
Reply
#64
Smile 
I was having problems with dish auth., but am sucessful now. Here are steps that worked for me:

1. Go to http://www.epixhd.com on your pc and login select Dish. Enter dish logon id (not email) and password. Set rating prefs and respond to emails. Have the account completely setup (a prompt may cause an xbmc script error). Logout from the pc.

2. I assume you installed epix from bluecop repo. Go to epix-->addon settings. Select Dish login from the dropdown and enter your dish login id from step 1 (not email).

3. I unchecked the cookie box.

Running epix failed to load movie details first try, but works every time now. xbmc debug log shows a responce with a msg from dish
Reply
#65
Necochino Wrote:Bluecop, any update on the Verizon login for this?

I'm still interested in this as well.
Reply
#66
I don't have the needed cable logins to figure out how they all work.

It will require people with account collaborating with me.

My account on epix still works. that is a long 2 weeks.
Reply
#67
The addon-settings for verizon are similiar to dish. Verizon prompt for id. If you haven't tried already, try my solution-- Put login id instead of email in the email field in addon-settings.
Reply
#68
It will not play movies anymore. It will however, play the clips. Signon still works in Chrome browser and will play movies.

Thanks in advance.
Reply
#69
I run eden 11.0 on ubuntu 11.10. Most of my bluecop video plugins stopped working. Debug logs show issues with rtmp handshake.

I built rtmpdump with librtmp0 from git (2.4) and replaced the 2.3 versions on ubuntu 11.10. Hulu and other plugins now handshake and function. Epix still shows the Problem:

13:36:08 T:140658858280704 NOTICE: getURL: http://www.epixhd.com/iron-man-2/
13:36:09 T:140658858280704 NOTICE: getURL: http://www.epixhd.com/epx/ajax/theater/s...ron-man-2/
13:36:09 T:140658858280704 NOTICE: getURL: http://www.epixhd.com/epx/ajax/myqueue/check/
13:36:16 T:140660023945088 ERROR: GetDirectory - Error getting zip://%2fhome%2fjonj%2f%2exbmc%2ftemp%2fMapIconPack%2dsmall%2ezip/
...
1:36:20 T:140660023945088 WARNING: HandShake: Type mismatch: client sent 6, server answered 9
13:36:20 T:140658858280704 NOTICE: EPIX --> Not Playing
13:36:20 T:140660023945088 ERROR: rtmp server sent error
13:36:20 T:140660023945088 ERROR: rtmp server requested close
13:36:20 T:140660023945088 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.epix/?url="%2Firon
-man-2%2F"&mode="play"&name="Play+Movie%3A+Iron+Man+2"&sitemode="PLAYVIDEO"]
13:36:20 T:140658858280704 NOTICE: EPIX --> Not Playing
Reply
#70
upgrade your librtmp.

HandShake: Type mismatch: client sent 6, server answered 9

it is using an old one.
Reply
#71
Thanks for the help.

I added the repo for Umantu 12 (mirror.pnl.gov/ubuntu/) and have librtmp0_2.4~20110711.gitc28f1bab-1_amd64.deb installed. I also have rtmpdump_2.4~20110711 installed from that repo.

I can get most bluecop addons functioning (hulu search even works), but epix and yahoo videos try to run but error. epix will show clips, trailers, but not movies.

I'm wondering if I should git the source and compile with different options. In the past, I have had problems with ubuntu builds. Any ideas?
Reply
#72
nostradomis Wrote:Thanks for the help.

I added the repo for Umantu 12 (mirror.pnl.gov/ubuntu/) and have librtmp0_2.4~20110711.gitc28f1bab-1_amd64.deb installed. I also have rtmpdump_2.4~20110711 installed from that repo.

I can get most bluecop addons functioning (hulu search even works), but epix and yahoo videos try to run but error. epix will show clips, trailers, but not movies.

I'm wondering if I should git the source and compile with different options. In the past, I have had problems with ubuntu builds. Any ideas?

this is the same issue that i am having too.
Reply
#73
So I have included my xbmc log here to help get this plugin working for xbmc (verizon fios login):
Code:
====================EPIX START====================
15:01:03 T:139929032488704 M:3115171840  NOTICE: getURL: http://www.epixhd.com/epx/ajax/chooseMSO/
15:01:05 T:139929032488704 M:3114176512   ERROR: Error Type: exceptions.IndexError
15:01:05 T:139929032488704 M:3114176512   ERROR: Error Contents: list index out of range
15:01:05 T:139929032488704 M:3114176512   ERROR: Traceback (most recent call last):
                                              File "/home/justin/.xbmc/addons/plugin.video.epix/default.py", line 43, in ?
                                                modes ( )
                                              File "/home/justin/.xbmc/addons/plugin.video.epix/default.py", line 28, in modes
                                                common.login()
                                              File "/home/justin/.xbmc/addons/plugin.video.epix/resources/lib/common.py", line 95, in login                                                cablelogin(logintype)
                                              File "/home/justin/.xbmc/addons/plugin.video.epix/resources/lib/common.py", line 147, in cablelogin
                                                redirect = 'http://www.epixhd.com' + re.compile('self.parent.location="(.*?)"').findall(data)[0]
                                            IndexError: list index out of range
15:01:05 T:139929653372992 M:3114176512   ERROR: GetDirectory - Error getting plugin://plugin.video.epix/
15:01:05 T:139929653372992 M:3114176512   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.epix/) failed
15:01:10 T:139929653372992 M:3113947136  NOTICE: Storing total System Uptime
15:01:10 T:139929653372992 M:3113947136  NOTICE: Saving settings
15:01:10 T:139929653372992 M:3113947136  NOTICE: stop all15:01:10 T:139929653372992 M:3113947136  NOTICE: ES: Stopping event server
15:01:10 T:139929653372992 M:3113947136  NOTICE: stopping zeroconf publishing
15:01:10 T:139929258931968 M:3113431040  NOTICE: DS: DBUS server stopped
15:01:10 T:139929267324672 M:3113431040  NOTICE: ES: UDP Event server stopped
15:01:10 T:139929653372992 M:3113431040  NOTICE: stop dvd detect media
15:01:10 T:139929653372992 M:3113431040  NOTICE: stop sap announcement listener
15:01:10 T:139929653372992 M:3113431040  NOTICE: clean cached files!
15:01:10 T:139929653372992 M:3113431040  NOTICE: unload skin
15:01:13 T:139929653372992 M:3113459712  NOTICE: stop python
15:01:13 T:139929653372992 M:3150290944  NOTICE: stopped
15:01:13 T:139929653372992 M:3150290944  NOTICE: destroy
15:01:13 T:139929653372992 M:3150290944  NOTICE: unload sections
Reply
#74
I recompiled the newest rtmpdump from git (librtmp0 comes from this source) with static librtmp0 and a make install (I changed the makefiles to correspond to ubuntu 11.10 i386).

The errors changed:


11:16:37 T:2797595504 NOTICE: getURL: http://www.epixhd.com/the-expendables/
11:16:42 T:2797595504 NOTICE: getURL: http://www.epixhd.com/epx/ajax/theater/s...pendables/
11:16:44 T:2797595504 NOTICE: getURL: http://www.epixhd.com/epx/ajax/myqueue/check/
11:16:56 T:2805988208 WARNING: FillBuffer: curl failed with code 22
11:16:56 T:2805988208 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
11:17:07 T:3015046928 ERROR: GetDirectory - Error getting zip://%2fhome%2fjonj%2f%2exbmc%2ftemp%2fMapIconPack%2dsmall%2ezip/
11:17:07 T:2797595504 NOTICE: -->Python Interpreter Initialized<--
11:17:07 T:2797595504 NOTICE: ['plugin://plugin.video.epix/', '0', '?url="%2Fthe-expendables%2F"&mode="play"&name="Play+Movie%3A+The+Expendables"&sitemode="PLAYVIDEO"']
11:17:07 T:2797595504 NOTICE: common.args
11:17:07 T:2797595504 NOTICE: {'url': '/the-expendables/', 'sitemode': 'PLAYVIDEO', 'name': 'Play Movie: The Expendables', 'mode': 'play'}
11:17:07 T:2797595504 NOTICE:

Ideas?
Reply
#75
what type of login are you using?

edit:
oh seems to be dish


they have changed their site tokens slightly. I will need to update it.

edit2:

committed an update to fix the tokens. they changed a parameter.


I also disable the stop/resume support from the site. The new eden betas support resuming from plugins built into xbmc.
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
[Request] www.EpixHD.com plugin0