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

Thread 10: Fatal error: Index out of range #2

Open
ghost opened this issue Jan 26, 2019 · 5 comments
Open

Thread 10: Fatal error: Index out of range #2

ghost opened this issue Jan 26, 2019 · 5 comments

Comments

@ghost
Copy link

ghost commented Jan 26, 2019

Not sure if this is still an active thread, but I came across this and thought i'd give it a shot. I am getting the following error Thread 10: Fatal error: Index out of range when clicking on the sign name. It takes me to the details page then crashes.

i've tried in both Xcode 9 & 10 on various simulators. Attached is the xcode screenshot

screen shot 2019-01-26 at 4 50 24 pm

@moh1122
Copy link

moh1122 commented Feb 4, 2019

hello @onurcelikeng @esdonmez
im facing the above error also any clue?
it seems horoscope.com changed in there css styles?
Can you please check?

@JesseRubio
Copy link

They did change their css style. On line 89, you may want to change the url to:

let url = NSURL(string: "https://www.horoscope.com/us/horoscopes/general/horoscope-general-daily-today" + time + ".aspx?sign=" + sign)

It's a small fix to get the app going but will not pull up the information.

@onurcelikeng
Copy link
Owner

They did change their css style. On line 89, you may want to change the url to:

let url = NSURL(string: "https://www.horoscope.com/us/horoscopes/general/horoscope-general-daily-today" + time + ".aspx?sign=" + sign)

It's a small fix to get the app going but will not pull up the information.

Hello my friend,

I will develop the project again this weekend. stay on hold ;)

@BacancyKaushik
Copy link

hello
i also facing same issue
can you please fix it ?

@BacancyKaushik
Copy link

it's crashing because of 0 element
something is going wrong there in response so not able to fetch the data from the HTML.

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

No branches or pull requests

4 participants