Mafarricos / Mafarricos-xbmc-dev-addons

Addons still in development
GNU General Public License v2.0
1 stars 1 forks source link

Albehas Page Error.Try again. #27

Closed gb160 closed 9 years ago

gb160 commented 9 years ago

I'm getting this error, along with playback failed for a lot of stuff. Can anyone verify is this is an addon problem or a website problem?

Mafarricos commented 9 years ago

When I tested your changes I also got this error sometimes, but thought it was the site. Probably last changes are giving some kind of problem at first try?

Mafarricos commented 9 years ago

Check again with: https://github.com/Mafarricos/Mafarricos-xbmc-dev-addons/blob/master/repo/plugin.video.abelhas/plugin.video.abelhas-1.1.0.014.zip That was last version prior to your changes, on that one you almost never had the try again error.

The log file doens't clues were can be the error?

gb160 commented 9 years ago

Cant really try that now mate....but I've just tried on Albehas website and its slow as hell and some pages won't load at all. I think (hope) the problems at the website end.

Mafarricos commented 9 years ago

Probably the url isn't solved on timeout limit and gives that error, or search for the metadata takes more time?

2015-06-23 14:07 GMT+01:00 gb160 notifications@github.com:

Cant really try that now mate....but I've just tried on Albehas website and its slow as hell and some pages won't load at all. I think (hope) the problems at the website end.

— Reply to this email directly or view it on GitHub https://github.com/Mafarricos/Mafarricos-xbmc-dev-addons/issues/27#issuecomment-114494313 .

Carlos Correia

gb160 commented 9 years ago

Sorry mate, i meant I've tried in a web browser, i think the websites having issues.

Mafarricos commented 9 years ago

Yes, if site is slower probably takes more time on addon and gives timeout ;) But when I tested your changes I got also sometimes that kind of errors.

gb160 commented 9 years ago

Thats strange...ive never seen that error once in the hundreds of times i was testing my code. I hope its coincidence that the issues on the website mustve already started when you were testing last night?

ill leave this issue open until we can verify the cause.

On the website I'm getting 'video not found'

Mafarricos commented 9 years ago

If you also get errors on the site, it must be the site.

gb160 commented 9 years ago

ok, ill close this for now, and reopen later if required.

gb160 commented 9 years ago

Well the websites almost unusable atm....is it likely to be down for long?

jorgeavlobo commented 9 years ago

The site is working nice on my connection.

gb160 commented 9 years ago

It's terrible here in London....really terrible :( Can u test the addon? Are u getting errors?

jorgeavlobo commented 9 years ago

I'm unable right now, I'm on my cellphone.

Mafarricos commented 9 years ago

Can only test it in 3-4 hours

Mafarricos commented 9 years ago

Tested right now, and seems not to be any problem.

gb160 commented 9 years ago

so if u go to:

http://abelhas.pt/VTx/Series+-+TV+Shows/American.Crime.S01/HDTV

you can play s01e01 with no problems

Mafarricos commented 9 years ago

Yes, started without any problem.

gb160 commented 9 years ago

Is that in kodi?

Mafarricos commented 9 years ago

Yes.

gb160 commented 9 years ago

Weird.....I wonder what the hell is causing this?

Mafarricos commented 9 years ago

Try to check logfile.

gb160 commented 9 years ago

I'm getting script errors now as well. before it was just a dialog with 'Page Error' log: http://pastebin.com/VK2sceVR

Mafarricos commented 9 years ago

if re.search('Por favor, tenta baixar este ficheiro mais tarde.',final): It seems that variable isn't correct, even so the error is because the file isn't avaiable on abelhas.

Mafarricos commented 9 years ago

Hum, the problem is that: final= net.http_POST(endlogin,form_data=form_d,headers=ref_data).content.encode('latin-1','ignore')

is on a try code, so if response from site isn't return, final don't get started, and then you will get an error on the other part of code.

gb160 commented 9 years ago

I'm getting the same error when playing straight from the addon, ie not in my library....so the contents. Definitely there.

Mafarricos commented 9 years ago

Made a little change on beta017. final is instanciated and now I made a small loop to try gettting final response.

Check if at least the script errors don't happen.

gb160 commented 9 years ago

Script errors gone, but now just sits with the dialog "Abelhas Loading..." Eventually I get the dialog "page error" or "no internet connection"

Mafarricos commented 9 years ago

OK, but I think right now should be a problem related with that. Some problem with abelhas site.

gb160 commented 9 years ago

But you have no problems playing stuff....I can't play a single thing. Why it affect me , and not u ? Strange....

Mafarricos commented 9 years ago

Check tomorrow ;)

gb160 commented 9 years ago

Ok mate....sometimes it will start playing... But with the 'playback failed' dialog across the middle of the screen, and playback will stop as soon as I try to dismiss the dialog.

Mafarricos commented 9 years ago

Yes I also got that error some times, but right now no.

gb160 commented 9 years ago

Still completely unusable for me :( 'Page error' mainly, with the occasional 'no internet connection'

Can't understand why I'm the only one experiencing this.

Mafarricos commented 9 years ago

Try the addon from fightnight that still doesn't have the all the betas changes and see if the problem persists.

jorgeavlobo commented 9 years ago

Only now I was able to test this on Kodi. Last night I was only using the website. I just tried a 8GB movie on Kodi and it played smoothly. Beta17

gb160 commented 9 years ago

I've installed the version from the fight night repo, and I'm getting the same behaviour.

gb160 commented 9 years ago

further update...if i use my VPN connected to Spanish server(no Portuguese available)...everything plays as expected.

I thought maybe that my ISP had added Abelhas.pt to their 'blacklist"(PirateBay etc)....but the strange thing is i can still access the website through any browser with no vpn, and download directly with no problems.

When a site is blocked by my ISP and i try to access it, i normally get a message stating "this site has been blocked by the high court because of file sharing etc etc"

Mafarricos commented 9 years ago

Really Don't know what can be.

gb160 commented 9 years ago

Me 2...not ideal having to use a VPN but at least it's working now.

Mafarricos commented 9 years ago

check abelhas IP, and change on the addon the abelhas.pt address for the ip address and see if you get any change.

gb160 commented 9 years ago

i tried that and I'm just getting 'no internet connection' ....what is even weirder is that I've just set it back to abelhas.pt , tried it again with no vpn and it 'seems' to be working ok. Im still no wiser as to what caused/is causing this issue, but as of now it all seems to be working ok. Nice to know the problem can be solved by a VPN, but fingers crossed it stays working and i won't need to use it.