YoItsTrev
YoItsTrev
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
My stackoverflow post WAS helpful. They had me add a try catch in my code, and I was able to figure out that the issues was that it was attempting requests too fast, and I put a pause in the code, and it is working without issue.
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
I wil just post it on stackoverflow then.... gotta be a billion times more helpful than this.
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
Fuck it..... I will just deal with the crashes if this is all the help I am gonna get.
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
Tried turning pageSource = GetPageSource(url); to pageSource = await GetPageSource(url); still getting an error.
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
What part of "C# NOOB NEEDS HELP
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
No description
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
What does that error mean?
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
No description
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
No description
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
No description
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
Okat, how to i define the method itself as async?
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
No description
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
I am not gonna start the app all over in a different standard. I have an entire app written for downloading images from a gallery site I frequent. I am not gonna rewrite the entire thing from the ground up just to change the standerd. It all works. I just need to find out how to get it to redo WebClient..DownloadString if it fails. That is the only issue I have.
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
No description
83 replies
CC#
Created by YoItsTrev on 8/6/2024 in #help
✅ C# noob needs help retrying WebClient .DownloadString
What header would I need to use, cause when I try to copy and paste the code you provided, it gives errors.
83 replies