KiLMaN / T411-Torznab

A NodeJs proxy to download from T411 in Sonarr
26 stars 15 forks source link

Error : 301 #40

Closed toshi24 closed 7 years ago

toshi24 commented 7 years ago

Hello, I have just installed your code on Docker (syno DS415+) and I have the following error in the log : Response from T411 invalid. Error : 301 Do you know what it mean ? I already chech the password and login many time and the T411 website adress is correct in ''server'' file.

FarLight83 commented 7 years ago

Hello, Mine has been working well for 1 year. But T411 changes url a few days ago and now it has problems. It may be just wait

foux commented 7 years ago

T411 api is currently down, that's why it's not working.

ninuxio commented 7 years ago

Hello everyone,

@foux did you check https://t411.xyz ? dont know if this is trustable

dadadounee commented 7 years ago

Hi !

I don't know if this is relevant but i can see that api.t411.ai is https now.... was it before ?

PastaGringo commented 7 years ago

Same error "error: Response from T411 invalid. Error : 301"

ghost commented 7 years ago

Yes I think they force http request to https now It may be relevant.

foux commented 7 years ago

The t411 API is down, it has nothing to do with HTTPS right now (you've got another error if you switch to HTTPS).

All we have to do is wait for the API to be fixed before seeing if anything else needs to be changed

ghost commented 7 years ago

Alright :/

KiLMaN commented 7 years ago

Still waiting. If you have any information please update the ticket so I can test quickly. Thanks

clem73 commented 7 years ago

Any news? For me it still does not work.

KiLMaN commented 7 years ago

No news. When I have time I will change the proxy to a scrapper that can use the website instead of the api.

ChibiTomo commented 7 years ago

You can know if the API is back HERE. For the scrapper, look at this cardigann definition, I think it can help for starting.

foux commented 7 years ago

@KiLMaN is it really necessary? We already have cardigann that does this. The whole point of your software is, in fact, that it is using the API, way more precise that just scraping the website.

ghost commented 7 years ago

Oh my god Api is working !

clem73 commented 7 years ago

I tried with https, and it still does not work. Is it working for you ?

ghost commented 7 years ago

Are you sure you changed the api url to https in server.js I made a pull request here https://github.com/KiLMaN/T411-Torznab/pull/42 And yes it's working like a charm.

clem73 commented 7 years ago

Yes I saw your pull request and made the modification. But it does not work. Is there anyone else who try this too?

edit : It works ! I must redo npm install, and it is ok, module imdb was missing. But as I run the server.js with forever, I don't see the error message. Thanks

ninuxio commented 7 years ago

hi all

toshi24 commented 7 years ago

It work for me, thanks !

2017-04-13 19:20 GMT+02:00 Nicolas notifications@github.com:

hi all

  • 1 change http to https for the api var in server.js
  • 2 docker build
  • 3 docker run with the new image

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KiLMaN/T411-Torznab/issues/40#issuecomment-293966002, or mute the thread https://github.com/notifications/unsubscribe-auth/AANtynMVIxQ_JEO7CW58dUCWPHFzjV8_ks5rvll7gaJpZM4MzSOt .

KiLMaN commented 7 years ago

Fixed in the last commit.