pyaztro icon indicating copy to clipboard operation
pyaztro copied to clipboard

Python Wrapper for aztro - The Astrology API | Get Daily Horoscope 💫

Results 4 pyaztro issues
Sort by recently updated
recently updated
newest added

Could not get a successful response from aztro API Stack trace: > File "C:\Users\eeean\OneDrive\Υπολογιστής\CsharpLearn\PythonApplication1\PythonApplication1.py", line 2, in (Current frame) > horoscope = pyaztro.Aztro(sign='aries') > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ >pyaztro.exceptions.PyAztroInvalidAPIResponseException: Could not get a...

i am not able to get response from https://aztro.sameerkumar.website , also pyaztro is giving the same error

>>> import pyaztro >>> horoscope = pyaztro.Aztro(sign='aries') Traceback (most recent call last): File "", line 1, in horoscope = pyaztro.Aztro(sign='aries') File "C:\Users\HP\AppData\Local\Programs\Python\Python37\lib\site-packages\pyaztro\aztro.py", line 44, in __init__ 'Could not get a...

Currently getting an Exception returning "Could not get a successful response from aztro API" I suspect it's due to astrology.kudosmedia.net/ being down and the API needs to be reworked to...