Open 7D7-Development opened 2 months ago
I have still the same error in log "Failed to retrieve real time from API, falling back to local time".
How can we solve this issue?
I have still the same error in log "Failed to retrieve real time from API, falling back to local time".
How can we solve this issue?
I put in a pull request, the fix is there.
Think the API is full on fail!
Think the API is full on fail!
Do you have any ideas for a alternative?
Describe the bug The script is failing to get the time from the API.
To Reproduce Steps to reproduce the behavior:
Expected behavior Real time should be synced from API and not have to fall back to local.
Screenshots
Questions (please complete the following information):
qb-
to something custom? No.Additional context This issue is here: Should be "https://".
EDIT: After more testing, and changing this to https I found that the error would still occur at random, just not after every restart, as in the results before the change.
I added to the failedCount and Wait because it seems the actual deeper issue stems from the API that is being used, as it sometimes randomly can have a longer than usual delay to load the location and time information. The fix is in pull requests.