-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Error: Request failed with status code 400 #42
Comments
Hey @Lekhrajk, I have the same error. Looking for ways to resolve the issue. |
I think there is something changed in the backend. Please let me know if find any solution |
yes, even I am getting this error 400 from 29th March 2023. |
Is there anyway to reach him out? |
check twitter and LinkedIn links in his profile |
Let's all send an email to this: [email protected] |
api is down |
since when does it not work? the same happens to me |
Is there any alternative to this API? . |
Hi, I made an issue on the PyAztro page. The issue is that the source for the code, http://astrology.kudosmedia.net/ , appears to have died. Unless the website comes back up, Aztro is also not going to work. The code would need to be completely rewritten to use another source, if such a source exists. |
For those who need an alternative, here is a code that works to retrieve horoscope:
|
@PaulRosset Could you give some details on how this code works? |
It bascically go on horoscope.com website and retrieve horoscope text posted there. |
We built a replacement - same output
Ex horoscope:
We'd consider opening the service up to others. Not $0 but relatively low to what others are charging. But you'd have a usage license to the horoscopes vs. taking a risk on using other's work. Contact if interested: |
quick update -> we have a preview of the API that we can let you try. Email us and we'll give a token. In general, the mods to your app if you were using Aztro should be lightweight: Same basic call but:
Response is similar:
|
Does anyone know a similar alternative in Node.js? |
Gee that's interesting, it's going to be hard for Sameer to fix as this code has been scraping my website for years without me knowing and I've been paying $$$ to AWS for database and hosting fees. Unfortunately, I am not going to be bringing the website back as a free resource to be scraped anymore. |
ohh! you are the original owner. Sorry about it. |
@leekuo I didn't realise this was happening to your website but, if you won’t consider a free tier for the open-source community, who clearly rely on your source, rather than shut it down, perhaps a minimal charge could be introduced? |
More info regarding our alternative here, open source API codeline if you want to build your own; hosted/subscription if you want to use our content: |
Same here I'd pay to use the database because the pyaztro library is so easy to use and it'd be super fun to integrate into my discord bot |
Getting this error again and again
Exact error :
"message": "'NoneType' object has no attribute 'text'"
Status : 400
Could you please tell me how to resolve or what is the issue
The text was updated successfully, but these errors were encountered: