Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

T-log won't load when Arc16 power readings are inaccessible #57

Open
radioblazer opened this issue Sep 15, 2015 · 1 comment
Open

T-log won't load when Arc16 power readings are inaccessible #57

radioblazer opened this issue Sep 15, 2015 · 1 comment

Comments

@radioblazer
Copy link

No description provided.

@mmanguno
Copy link
Contributor

The issue seems to stem from Arc16 hanging on something, and the Nokogiri command to scrape the XML from the webpage hangs forever. Namely, this line

doc = Nokogiri::XML(open('http://opdesk.wrek.org/engineering/arc16xml.php'))

never times out. Even though it is wrapped in a try-block. So we need to wrap it in some timeout thing.

mmanguno added a commit that referenced this issue Sep 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants