You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
YNAB exporter freezes (spinner keeps spinning), with the following log:
Starting
request to https://api.youneedabudget.com/v1/budgets/[REDACTED]/categories failed, reason: getaddrinfo EAI_AGAIN api.youneedabudget.com
I'm not sure of the underlying libraries, but could we increase DNS timeout? Or retry if a request fails?
To Reproduce
It's pretty rare, but does happen here and there. Probably due to some DNS load somewhere.
I didn't find a way to easily reproduce, and it normally resolves on 2nd try.
Expected behavior
YNAB exporter should complete, either with success or failure.
Screenshots
Additional context
Had this happening in Windows 10 and OSX
The text was updated successfully, but these errors were encountered:
Describe the bug
YNAB exporter freezes (spinner keeps spinning), with the following log:
I'm not sure of the underlying libraries, but could we increase DNS timeout? Or retry if a request fails?
To Reproduce
It's pretty rare, but does happen here and there. Probably due to some DNS load somewhere.
I didn't find a way to easily reproduce, and it normally resolves on 2nd try.
Expected behavior
YNAB exporter should complete, either with success or failure.
Screenshots
Additional context
Had this happening in Windows 10 and OSX
The text was updated successfully, but these errors were encountered: