-
Notifications
You must be signed in to change notification settings - Fork 59
Additional characters being returned with the horoscope message #8
Comments
Any suggestions to solve this? |
What I did to solve it was just edit my code locally, its in Objective-C but its really basic, just seeing if the string starts with "[" and deleting everything up to the first letter
It's not a perm fix and if it ever has a new issue with some other character prefixing strings I'll have to update the code again but I'm sure someone else can find a better solution |
Hi, There are few issues with the API.
Something is messed up. |
Are they still coming? |
@tapasweni-pathak Yes. If you try http://horoscope-api.herokuapp.com/horoscope/today/taurus , it returned:
Still coming the |
{ [ starting char |
:( Still doing it. |
Hello This link is not working showing error 404 not found . |
any workaround for java? |
Because this scrapes things from GaneshaSpeaks unofficially, I imagine this bug has been introduced by their doing.
The
horoscope
property of the result has an unnessicary['
before the actual horoscope content.See this request. The extra characters can be seen at the beginning of the
horoscope
value.The text was updated successfully, but these errors were encountered: