Skip to main content

Questions tagged [error-handling]

Programming language constructs designed to handle errors signaled by error codes, exceptions or other language specific means.

error-handling
0 votes
0 answers
20 views

Clipping Time Variable

I'm not sure if this is a stupid question, but I wanted to clip a .nc file by its time variable. I opened the dataset in xarray, but the following ds.sel line (which has worked before) only returns an ...
Jocelyn's user avatar
0 votes
0 answers
6 views

error during backing up my pc with windows 11 on external drive?

error encountered I'm trying to back up my Windows 11 system using the Control Panel, but I'm encountering an error (0x800700E1) stating that the operation did not complete because the file contains a ...
Omkar Akolkar's user avatar
1 vote
1 answer
21 views

Error decoding .mov file on ios and macos - DOMException when processing audio data in React app

I am working on a React application that processes video files and extracts audio for analysis. The app works well on most platforms, but when I try to upload and process a .mov file on an iPhone and ...
dnrksd's user avatar
  • 13
0 votes
0 answers
12 views

Keep getting error while uploading Django project in vercel

while i am deploying my Django project using vercel i am keep getting this error Error: No Output Directory named "staticfiles_build" found after the Build completed. You can configure the ...
Akarshan Ghosh's user avatar
0 votes
0 answers
11 views

Html Webpack Plugin: Error: Child compilation failed: how should I have to solve it

I'm facing with this error Compiled with problems:X ERROR in ./src/scenes/Home/Intro.js 6:0-40 Module not found: Error: Can't resolve 'react-particles' in '..... \React-Portfolio-main\React-Portfolio-...
Mirian's user avatar
  • 3
1 vote
0 answers
14 views

Web.Config Redirect for Azure.Core not working as expected

I have a Microsoft Web Site project (different than a Web Application) that has version 1.20.0.0 of Azure.Core.dll as an assembly in the project. However, a .cs file in the project is calling for ...
Coliwack's user avatar
0 votes
0 answers
17 views

Microsoft Azure Application Insights Next JS server side logs diggest property

We have a project on Next.js. For logging, we're using Application Insights. There's no problem with client-side errors, but I can't catch server-side errors. The Next.js error is: An error occurred ...
Feremez Bagırov's user avatar
-1 votes
0 answers
13 views

npx error. the npx did not run what should i do for this

npm error could not determine executable to run npm error A complete log of this run can be found in: C:\Users\Manuj\AppData\Local\npm-cache_logs\2024-07-19T07_10_33_916Z-debug-0.log i try to run npx ...
Manuja Prasad's user avatar
-2 votes
0 answers
26 views

Getting error after upgrade application angular version 15 to 16. App has compile successfully on terminal but when run on browser it is giving error

"Getting error after upgrade application angular version 15 to 16. App has compile successfully on terminal but when run on browser it is giving error Getting error after upgrade application ...
user26426247's user avatar
0 votes
1 answer
22 views

Exception thrown in async React method is not caught in global error handler [duplicate]

I use React and have a code as this: export default App; window.onerror = function(error) {alert("Error caught: " + error);}; function App() { perform().catch((error) =>{ ...
Nemo's user avatar
  • 147
0 votes
2 answers
40 views

When will a laravel model creation fail without an exception?

I am adding a store method to a controller that will create and save a new model to the database using the following code: public function store(Request $request) { $validated = $request->...
Hoyt Jolly's user avatar
0 votes
1 answer
18 views

Friedman test gives back error: not an unreplicated complete block design. How do I fix this?

Whatever I try, I keep getting the error 'not an unreplicated complete block design' when I try to perform a Friedman test in R. I have a dataset with the total number of flower visits that I counted ...
Geertje's user avatar
0 votes
0 answers
32 views

Getting error as undefined in catch block under axios only for 500 series error [closed]

For API call I have implemented axios it's working properly for the http status 200 and 400 series as expected but for the 500 series errors iam getting error as undefined in catch block. Note: need ...
nanthinidevi's user avatar
-2 votes
2 answers
42 views

I have an Error trapping problem in Access

'The code works as I need it to other than the the error trap "On Error GoTo ThusError" fails. I have set Tools\Options\General to "Break in Class Module" as recommended in https://...
AnthonyJ's user avatar
-3 votes
1 answer
44 views

Managing Error Messages and Codes in Large Spring Boot Applications

How do large-scale applications systematically set up error messages with corresponding codes for all their APIs using Spring Boot and Java, especially when they have over 100 different error messages ...
Kevin Luko's user avatar

15 30 50 per page
1
2 3 4 5
1831