K-vanc / Tempest-EPG-Generator

The fastest XMLTV formatted EPG Generator with GUI and the lowest memory usage
https://hub.docker.com/r/kvanc/tempest_epg
Other
100 stars 17 forks source link

Request to update [ENC][EX]sky.de_0 #115

Closed cyb3rgh05t closed 2 months ago

cyb3rgh05t commented 2 months ago

possible to update [ENC][EX]sky.de_0 in german folder?

Request Error(url1): The requested URL returned error: 403

Thanks

K-vanc commented 2 months ago

Hi,

I don't see any problem on siteconfig. it all runs fine.

image

If you fulfill the issue template properly for make me understanding your tempest version, OS, php version etc. and which channel is not working for you.. Maybe I can help to resolve your side problem.. Because your pasted "error" has no meaning without this information..

K-vanc commented 2 months ago

just to mention, 403 code means forbidden from server side. usually happens when website blocks your ip adress for some reason such as burst or flood requests etc and usually resolves by itself after waiting period or refreshing your ip adress

cyb3rgh05t commented 2 months ago

ah ok thanks for this information. i will check again if the error presists or not

cyb3rgh05t commented 2 months ago

image

still on 403 error

i am on ubuntu 20.04 latest tempest version

image

image

K-vanc commented 2 months ago

You are still receiving 403 error which means you have been banned by website. Usually these bans are for limited times such as a few hours or a day but hard to know how long it will be blocked. If you have a vpn or proxy, just try again with it and you will see it is working fine

K-vanc commented 2 months ago

I think you are using a shared host so this could probably be a bad neighbour effect as you have been blocked due to some other user's actions since you are in the same ip block

cyb3rgh05t commented 2 months ago

it is a dedicated root server i am the only person using it

K-vanc commented 2 months ago

hmm, so it is directly related with your ip. You can set proxy from siteconfig(for the ones unlocked) or from configuration file(as general). Open Configurator and in the first tab there is proxy box;

image

it will be;

protocol://ipadress:port

format. If you have a private proxy, you can add your credential also as below;

protocol://username:password@ipadress:port

or if you have vpn, just enable it on the system where tempest.php runs

cyb3rgh05t commented 2 months ago

great got it thanks :) donations?

cyb3rgh05t commented 2 months ago

just another question. why do some siteconfig have a expire time?

K-vanc commented 2 months ago

great got it thanks :) donations?

welcome. Donations are not mandatory or requested by me. Have a look below;

DECLARATION.md

If you still want to, you can use github sponsor option as you wish

K-vanc commented 2 months ago

just another question. why do some siteconfig have a expire time?

Short answer is I like to torture people and sometimes myself

Long answer is protect websites and myself as to make some of this siteconfigs work, you need to bypass several security levels and not sure if they are legal or not. So if i get a complain from website, I will delete file from repo and file will be useless after expiry date.

cyb3rgh05t commented 2 months ago

ok thanks

cyb3rgh05t commented 2 months ago

hmmm even if i add add a sock5 proxy it throws me the error

image

but he proxy works image

K-vanc commented 2 months ago

because you are using wrong protocol. socks5 for ip adress:port. If you want to use host name than your protocol shall be socks5h:// to resolve host name

cyb3rgh05t commented 2 months ago

my bad sorry

cyb3rgh05t commented 2 months ago

hmmm that also doesnt work :(

socks5h://test:test@146.59.35.180:1080

i made a test user config could you mabye try it out please?

image

K-vanc commented 2 months ago

if you are using ip adress as numbers, it should be socks5 but instead if you are using name(such as dynamic dns, it should be socks5h.

I will try now

K-vanc commented 2 months ago

this is what I get with your proxy image

It is 403, means your proxy address is also blocked by website. and below without any proxy/vpn since my adress is probably in whitelist

image

cyb3rgh05t commented 2 months ago

ok thanks i will check that out thanks

K-vanc commented 2 months ago

well, there are tons of ways to identify and block a user by ip adress, mac adress, some other cookie or javascript injection, user-agent value, ssl handshake fingerprint so this is a war that mostly you will lose. If there is nothing very important in this website, just step back and continue with other working options. after some time it will be work again.

I remember that magenta was blocked my raspberry pi once for 2,5 months. it was working in all my other devices in the same network except raspberry. Still dont know how they identified and blocked only that device

cyb3rgh05t commented 2 months ago

ok i see but could you please explain me this?

if you are using ip adress as numbers, it should be socks5 but instead if you are using name(such as dynamic dns, it should be socks5h.

i do not understand what you really mean :( for me this is a numbered ip address:

socks5h://test:test@146.59.35.180:1080

K-vanc commented 2 months ago

socks5h://test:test@myverygoodproxy.com

socks5://test:test@146.59.35.180:1080

On your previous screenshot, I saw as you are using host name under red line but checked again, it was my bad as it was numeric

cyb3rgh05t commented 2 months ago

ah ok i undestand now :) sorry

cyb3rgh05t commented 2 months ago

is it normal taht it takes so much time to grab shows for a channel?

image

K-vanc commented 2 months ago

Yes, if you are using detail page siteconfigs.. for a single channel with 800+ shows, Tempest making 800+ additional page request and processing their data. If you use all-index siteconfig or enable index-only grabbing from your configuration file, it will grab much more faster. But for some siteconfigs detail pages are mandatory. Check below post for understanding better;

https://github.com/K-vanc/Tempest-EPG-Generator/issues/15#issuecomment-1467329319

K-vanc commented 2 months ago

Also update your Tempest version by using Tempest Updater