-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
add error handling to weather fetch functions, including cors #3791
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
base: develop
Are you sure you want to change the base?
Conversation
|
all tests run locally, electron and e2e |
the 2 failed tests are unit tests - and they fail if I run them locally ... |
|
Running this patch locally with success thus far.... Thanks! |
|
Every other provider had to be fixed as well |
|
@sdetweil I worked on a solution and pushed it directly into your branch. I hope that's okay(?) Unfortunately, I was not able to provoke the error before and after this PR, but the tests are now running again. Can you check if the error occurs with it? |
|
I saw. Will try to test today. I had forced the error path |
|
@sdetweil What do you think? Can we merge this? |
|
let me do some testing, been pretty busy lately |
|
No problem. Take your time 🙂 |
96c8853 to
e9fb1cd
Compare
|
I have rebased this PR because I still consider it a beneficial change 🙂 However, since I have added changes myself, I do not like to merge it myself. Could someone else please take another look at it? |
add error detection and handling for weather and cors fetch
fixes #3687