python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I get too often the HTTP error 403 Forbidden using discord.py and ytdl
I built a discord bot using ytdl, it works fine but randomly, I get this error and I can't figure out the cause: (I truncated the link with ... because it was too long)
[https @ 000001ead63ee980] HTTP...

C-Gian
Votes: 0
Answers: 1
HTTPError when appending DataFrame
I am reading Python code from another programmer, particularly the following code block:
try:
df.append(df_extension)
except HTTPError as e:
if ("No data could be loaded!" in str(e))...
NerdOnTour
Votes: 0
Answers: 1
Unknown Error in Microsoft graph API Calendar module
As I'm trying to get my calendar with graph UI or with my daemon app, I get the same unknown error with the http error 404
For my app I got the needed permission Calendars.Read by the admin and added ...
Antonina Sirotina
Votes: 0
Answers: 0
Handling HTTP error with async await and try and catch clause in react typescript
I have the following code!
import React, { useState } from "react";
function App() {
const [movies, setMovies] = useState([]);
const [isLoading, setIsLoading] = useState(false);
const [...
joekevinrayan96
Votes: 0
Answers: 2