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

Crash on 404 #2

Open
rklados opened this issue Apr 15, 2011 · 0 comments
Open

Crash on 404 #2

rklados opened this issue Apr 15, 2011 · 0 comments

Comments

@rklados
Copy link

rklados commented Apr 15, 2011

When sending the results back to the main thread on a URL that responds with an error such as 404, the plugin will crash the entire application. The issue seems to be with the following call:

[self performSelectorOnMainThread:@selector(downloadCompleteWithError:)
withObject:[error description] waitUntilDone:YES];

commenting this out allows the application to fail more gracefully when encountering a page with error.

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

1 participant