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
13 views

Proplem with Strapi client v4

I am watching a video in youtube tutorial working with strapi here is the link : https://www.youtube.com/watch?v=gPFbxwRGhiQ&list=PLVpp0SvtYtdfMvoSB1NwHq3J0MFHSz5FQ&index=17 at 4:34 ,You can ...
orinon's user avatar
  • 1
-4 votes
0 answers
20 views

How can i catch errors while using aiortc? [closed]

Based on aiortc server example is there any simple way for error handling such as big video/audio latency, connection corrupt, transactions errors, stun error, etc?
Chris P's user avatar
  • 2,289
0 votes
0 answers
29 views

table of content scrolls and the heading shows behind the header [closed]

I have created a table of contents using radio buttons. When I click on a radio button, it navigates to the heading on the same page, but it scrolls to a position above the header. This is my code. &...
Mohamamad Asif's user avatar
-2 votes
0 answers
14 views

Problem with extraction of functions from ovito.modifiers

from ovito.modifiers._elastic_strain_modifier import DislocationAnalysisModifier ImportError Traceback (most recent call last) Cell In[32], line 1 ----> 1 from ovito....
Pradeep Kumar Rana mm21d013's user avatar
-1 votes
1 answer
57 views

VBA Outlook act when email arrive - error handling

I have a VBA code in outlook waiting for mail arrive to Groupmailbox to do something. It works well, until something bad happen on external resources. It process thousands of emails without any ...
FrantisekNebojsa's user avatar
4 votes
2 answers
23 views

Customizing the error page based on the status instead of Tomcat default page with springboot

Not able to redirect the error in the custom page. Configuration: server: error: whitelabel: enabled: false path: /error spring: web: resources: add-mappings: false @...
Rupesh Sunuwar's user avatar
0 votes
0 answers
24 views

Vue shows an image in one component, but in other component, gives 304 error and doesn't show the image

My Vue.js app has the public folder, with a folder for images, where I put the images for the app to use. In Home component I can show the image with: <img :src="'images/'+ product.image"&...
Developer's user avatar
  • 107
-1 votes
1 answer
19 views

Error in PowerBI: One or more calculated objects need to be manually refreshed [closed]

I ended up with an error message that stated "One or more calculated objects need to be manually refreshed" and a "Refresh now" button. Hitting Refresh did not appear to do ...
Kalyan's user avatar
  • 1
-7 votes
0 answers
123 views
+500

How to properly handle internal/external API errors in service-, data- & app layers in Next.js? [closed]

I'm building a Next application with the following layers: lib/service (async server-only functions doing a fetch from an external api and returning the data) data (async server-only functions that ...
Dac0d3r's user avatar
  • 1,311
0 votes
1 answer
34 views

How do I fix Cannot find module 'babel-preset-metro-react-native-babel-preset' error whenever I run npx expo start?

Every time I run npx expo start, I get this error and am unable to load my app: error: node_modules/expo-router/entry.js: Cannot find module 'babel-preset-metro-react-native-babel-preset' Require ...
Olivia Zhang's user avatar
-1 votes
0 answers
14 views

Why does leetcode not recognise it's own function when I use it? [duplicate]

I was doing the LeetCode problem 654 about Maximum Binary Trees : You are given an integer array nums with no duplicates. A maximum binary tree can be built recursively from nums using the following ...
Javier Lázaro's user avatar
0 votes
1 answer
33 views

Empty dateRangeInput() is giving an error

My previous question 1 was about managing empty dateRangeInput(). My previous question 2 was about error-handling when an initial date is posterior to an end date. I have integrated the solutions to ...
firuz.safaev's user avatar
0 votes
0 answers
24 views

How to solve the Android SDK not found issue. It says Android SDK version found: N/A version supported:34.0.0

When trying to build my React Native application using npx react-native run-android, I encountered an error that I've been unable to resolve for the past two days. Here's a breakdown of what I've ...
Ashoka Samrat's user avatar
0 votes
0 answers
73 views

Error handling in Azure function with custom class

My login function looks like this: [Function("Loginxyz")] public async Task<IActionResult> GenerateToken( [HttpTrigger(AuthorizationLevel.Anonymous, "post", Route = &...
tesrer's user avatar
  • 51
0 votes
1 answer
35 views

is there a way to get the avg score into the grades function without it having an error

I'm relearning python and I decided to make a student grade analyzer program where you enter your grades then it gets the avg of all grades and go to grades function that I made and checks what ...
laith maree's user avatar

15 30 50 per page