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

Handle source errors robustly #6

Closed
haarts opened this issue Jan 14, 2015 · 1 comment
Closed

Handle source errors robustly #6

haarts opened this issue Jan 14, 2015 · 1 comment
Labels

Comments

@haarts
Copy link
Owner

haarts commented Jan 14, 2015

Currently when one of the sources errors out (always Trakt) the entire program comes to a halt. We don't want that. Make it so that it handles the error and continues.

getme/ui/ui.go

Line 202 in c4e083e

if !isAllNil(errors) {

@haarts haarts added the bug label Jan 14, 2015
@haarts
Copy link
Owner Author

haarts commented Jan 16, 2015

Fixed in 8ae3199

@haarts haarts closed this as completed Jan 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant