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
8 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-...
0 votes
1 answer
432 views

Encountering Toast Table Corruption and Missing Chunk Number Error During PostgreSQL Data Migration

Version - PostgreSQL 10.21, compiled by Visual C++ build 1800, 64-bit Platform - Windows When migrating data from PostgreSQL 10.21 to 14.7, we encountered an issue during the dump process related to ...
-1 votes
1 answer
58 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 ...
1 vote
0 answers
11 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 ...
0 votes
2 answers
33 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->...
3 votes
2 answers
1k views

How can I prevent post variables from appearing in the Yii2 log when I call warning() or info()?

I am maintaining an app built in Yii2, and I want to use Yii::warning() to write log messages. This is fine except when I'm logging events in the user login sequence. The username and password are ...
0 votes
0 answers
16 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 ...
489 votes
29 answers
839k views

How do I solve "error: externally-managed-environment" every time I use pip 3?

When I run pip install xyz on a Linux machine (using Debian or Ubuntu or a derived distro), I get this error: error: externally-managed-environment × This environment is externally managed ╰─> To ...
-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 ...
-1 votes
0 answers
24 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 ...
0 votes
1 answer
20 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) =>{ ...
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 ...
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 ...
1 vote
0 answers
90 views

How to override default Tomcat 404 not found html page in Spring Boot 3.2?

I'm working on a Spring Boot 3.2 (Apache Tomcat 10) application and have set a custom context path (/api). I want to replace the default HTML error responses from Tomcat with JSON/status-only ...
-2 votes
2 answers
38 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://...

15 30 50 per page
1
2 3 4 5
1833