Skip to content
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

Update belchertown.js.tmpl - new_radar_image #953

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bctrainers
Copy link

When using Aeris API, the radar API does not like the added variables.

This pull request revokes the &t=123456789 variable from being appended.

In some instances, the &t=12345679 would become duplicated and show something like &t=12345679&t=12345679&t=12345679.

In any method of the above, when the &t=numeric is appended, Aeris API responds with the following error:

{
  "error": {
    "code": "request_url_error",
    "message": "Invalid url: /RedactedKey/flat-dk,water-depth-dk,counties:60,rivers,interstates:60,admin-cities-dk,alerts-severe:50:blend(lighten),radar:blend(lighten)/650x360/38.80,-94.78,8/20240820110300_20240820110300.png&t=12345679"
  }
}

When using Aeris API, the radar API does not like the added variables.
@bctrainers bctrainers marked this pull request as ready for review August 20, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant