-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error with station.get #194
Comments
Thank you for bringing this to our attention, @joe-pitt! We’re currently looking into it and will update you as soon as we have more information. |
Not sure if this is related to attempts to fix this issue, but since 2024-10-04 station.get now retrieves no info for many sites:
prints:
This means I can't retrieve data from these sites. Other sites (e.g. GAT) are still working fine. |
Other users are currently experiencing the same problem. |
OK thanks that's useful to know! |
Hey @joe-pitt, The two issues you were encountering were partially related. You shouldn't be getting duplicates of the same station, which was a bug, and the empty station information was due to a server-side request. Both issues are now fixed in the latest icoscp version.
|
Brilliant - thank you! |
I've just upgraded to icoscp-0.2.0 (from 0.1.17) and for now I am still using the legacy station.get() function. In general this is working, but when I try for the site "RGL" using the following:
I get the following error:
If I print "stn" just before this I find that it has 4 identical entries:
This doesn't seem to happen for other sites - is this a RGL-specific bug or am I doing something foolish?
The text was updated successfully, but these errors were encountered: