Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
exodustw opened this issue Sep 24, 2022 · 5 comments
Open

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

exodustw opened this issue Sep 24, 2022 · 5 comments

Comments

@exodustw
Copy link

exodustw commented Sep 24, 2022

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
Copy link

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
Copy link
Author

exodustw commented Sep 25, 2022

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
Copy link
Owner

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
Copy link
Author

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

@sinkaroid
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants