Skip to content

Commit

Permalink
Merge pull request #14 from TheJF/12.handle_tvheadend_connection_errors
Browse files Browse the repository at this point in the history
Make config error problem a bit clearer
  • Loading branch information
jfarseneau authored Jan 6, 2018
2 parents e54884d + 948145a commit 450125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antennas.cr
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_connection_status
return "Failed to authenticate with Tvheadend" if response && response.status_code == 401
"Unknown"
rescue
"Unable to find Tvheadend server"
"Unable to find Tvheadend server, make sure the server is up and the configuration is pointing to the right spot"
end
end

Expand Down

0 comments on commit 450125d

Please sign in to comment.