-
Notifications
You must be signed in to change notification settings - Fork 78
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
add owmloading.gif file #473
Conversation
Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help. |
@jywarren can you kindly review? Thanks ✌️ |
Trying to retrigger tests here! If they fail again, would you mind quoting out the error into the comments and we can troubleshoot? Thank you!!!! |
Hey @jywarren here are the failed results - I don't think they are related to this but I am not sure 😅 some of the failed tests here are also failing in this dependabot pr #474 https://travis-ci.org/github/publiclab/leaflet-environmental-layers/builds/703823456 so I am not sure |
I think you're correct. Note it seems related to Skytruth:
Can you check the blame on the skytruth test itself? Maybe it's relying on the wrong or out of date SkyTruth API? #336 #384 also show some skytruth-related view changes, maybe we broke something back then? Thank you @Tlazypanda ! Great investigating!!! |
507d2f6
to
53ae171
Compare
These errors were due to Skytruth, and since we're still on Skytruth's orig and old API i think we may need to turn off the tests for that until we can update it to v2 API -- will try to find a reference:
|
Link to Skytruth API issue: #118 |
But these are timeout errors so maybe we can just... lengthen timeout? |
Let's see how this does after #503 |
Yes, https://alerts1.skytruth.org/json?n=100&l=29.103173641957888,-90.26628971099854,29.4625145059195,-88.44942569732667 hits a HTTPS cert error and probably errors. http://alerts1.skytruth.org/json?n=100&l=29.103173641957888,-90.26628971099854,29.4625145059195,-88.44942569732667 works but... |
Last one, @RuthNjeri and then we can modify your PR! |
Nice! Merging! |
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕 People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 Read about how to help support another newcomer here, or find other ways to offer mutual support here. |
Fixes publiclab/plots2#5095
Added owmloading gif file and changed the path of referencing the file.
@publiclab/reviewers
for help, in a comment belowThanks!