sinkaroid / jandapress

RESTful and experimental API for nhentai and other doujinshi
https://janda.merahputih.moe
MIT License
50 stars 17 forks source link

Can't connect to janda.mod.land #5

Open exodustw opened 1 year ago

exodustw commented 1 year ago

Hi, I think janda.mod.land is down again? Janda is not working. I received following error: requests.exceptions.SSLError: HTTPSConnectionPool(host='janda.mod.land', port=443): Max retries exceeded with url: /nhentai/get?book=XXX (Caused by SSLError(CertificateError("hostname 'janda.mod.land' doesn't match '*.up.railway.app'")))

vichubenzene commented 1 year ago

I tried without Certificate verification

url="https://janda.mod.land/nhentai/get?book=177013"
r = requests.get(url, verify=False)
print(r)
<Response [404]>

Server is offline i guess... response is 404

exodustw commented 1 year ago

It seems like to base on railway.app, and the project is expired. Its page says "This domain is available to use" when I enter the website (janda.mod.land) after passing the SSL error.

sinkaroid commented 1 year ago

Actually you right. This issue is related to the railway itself, and I cannot reproduce for it's overload and fair-use, the railway production should be fine again in the next month. I made an alternative deployment here: https://janda.sinkaroid.org

exodustw commented 1 year ago

Thanks for helping, sinkaroid! It works now. I just discover this project, and it is awesome!

sinkaroid commented 1 year ago

Hey, I decided to make this issue keep pinned. It is always be overloaded at the end of every month on janda.mod.land, hence the users will know by reading this issue.