jim-easterbrook / pywws

Python software for USB Wireless WeatherStations
https://pywws.readthedocs.io/
GNU General Public License v2.0
204 stars 63 forks source link

Latest master crashes on pywws-hourly.py with write fail errors #15

Closed slothbag closed 10 years ago

slothbag commented 10 years ago

I am running on a raspberry pi.

I went back to the most recent tag "v14.02.dev1140" and now it works.

jim-easterbrook commented 10 years ago

Can you provide a bit more information? E.g. an exact copy of the error message or stack trace.

slothbag commented 10 years ago

I tried the latest master again, no write errors this time but it does hang on the "Fetching data" step.

Now I cant get v14.02.dev1140 working.. let me try isolate the issue and i'll reopen the issue.

jim-easterbrook commented 10 years ago

Is this relevant? https://groups.google.com/forum/#!topic/pywws/LFwgRB9-PTA

jim-easterbrook commented 10 years ago

I think I've found the answer - I'd introduced a potentially never ending loop in commit 386c94d. Try the latest master or comment out the problem loop.

slothbag commented 10 years ago

Looks good, ran it a few times without issue. Thanks