AntonyCorbett / OnlyT

Meeting Timer
MIT License
109 stars 43 forks source link

Error downloading meeting feed #402

Closed DavidIQ closed 4 years ago

DavidIQ commented 4 years ago

Describe the bug Started getting the following error in the logs over the past few days:

2020-06-16 00:00:29.003 -04:00 [Error] Downloading meeting feed
System.Net.WebException: The remote server returned an error: (403) Forbidden.
   at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadString(Uri address)
   at System.Net.WebClient.DownloadString(String address)
   at OnlyT.Utils.WebUtils.InternalLoadWithUserAgent(String url)
   at OnlyT.Utils.WebUtils.LoadWithUserAgent(String url)
   at OnlyT.MeetingTalkTimesFeed.TimesFeed.LoadFileInternal(DateTime today)

To Reproduce Steps to reproduce the behavior:

  1. Open the app
  2. Let it sit
  3. See error

Expected behavior No error.

Screenshots N/A

Desktop (please complete the following information):

DavidIQ commented 4 years ago

Looks like it's caused by https://soundbox.blob.core.windows.net/meeting-feeds/feed.json which is returning:

<Error>
<Code>AccountIsDisabled</Code>
<Message>The specified account is disabled. RequestId:beec08fc-901e-0006-663d-446d6c000000 Time:2020-06-17T00:24:31.1223954Z</Message>
</Error>
AntonyCorbett commented 4 years ago

@DavidIQ yes, I'm aware of this. I have exceeded my spending limit on this Azure subscription. It will reset shortly.

AntonyCorbett commented 4 years ago

@DavidIQ now fixed