Skip to main content
-1 votes
0 answers
16 views

I have a node.js project doing speech-to-text transcription with the xenova/transformers models. My project shows a lot of warnings - how do I suppress the warnings to log only errors? I've tried ...
user3450049's user avatar
-4 votes
0 answers
36 views

I’m building a Node.js backend (using Express + TypeScript) and I want to implement a clean, scalable, SOLID-friendly error handling system. My goal is: Developer Side: Print a detailed error log in ...
Gourabananda Datta's user avatar
-2 votes
0 answers
49 views

I’m using Vike + Vue 3, and I’m trying to understand the recommended way to handle client-side runtime errors in a Vike application. Frameworks like Next.js and Nuxt provide built-in solutions: ...
mahdi heydari's user avatar
0 votes
0 answers
65 views

I am working on a Java Spring API where I need to create new relations (tables) that will be stored in a PostgreSQL database. I am creating new tables that add a new column to the existing tables with ...
Njhasty's user avatar
  • 45
-1 votes
0 answers
48 views

I am facing an issue while running a command in the Command Prompt on one specific server. The same command works fine on all other remote servers, but on this server I receive the error message “This ...
Pradeep Makkena's user avatar
0 votes
1 answer
99 views

I'm building a kind of gallery app. Users are adding images by inserting URLs into the database and the HTML page is then hotlinking those. Obviously, because of link rotting, the gallery is full of ...
Shady Medic's user avatar
1 vote
0 answers
41 views

I’m encountering an issue with possible idempotencyBreachException in a service used by Kafka listener. I’m not entirely sure how to handle this situation correctly. I have a lockExecutor that locks a ...
Bogysh's user avatar
  • 11
1 vote
1 answer
55 views

How to make exceptions thrown from a socket server running in a task group task be propagated up to its parent TaskGroup? With given example, I'd expect to see the error raised from ...
laur's user avatar
  • 608
-4 votes
1 answer
75 views

I'm doing a mini project for a coding bootcamp and I'm trying to toggle elements. I have a form on my page that I want to make invisible when you submit it, so that the rest of the page shows. It isn'...
AirenMarie's user avatar
0 votes
1 answer
45 views

Power Automate (Cloud) lately has been having trouble properly displaying error messages. Instead of the errors being parsed, a very long piece of JSON is displayed (sometimes over 25k chars). It's so ...
Bort's user avatar
  • 601
1 vote
1 answer
83 views

I have a LangGraph agent that is supposed to interact with the user in multi-round conversations and perform modifications to a kubernetes environment. I am using an external Model Context Protocol ...
FLKR's user avatar
  • 77
1 vote
1 answer
74 views

I am following the code from this tutorial. https://ecmwf-projects.github.io/copernicus-training-c3s/projections-cmip6.html When I type: # DOWNLOAD DATA FOR HISTORICAL PERIOD c = cdsapi.Client(url=...
climateresearcher567's user avatar
0 votes
1 answer
76 views

If I use: Rails.error.handle do my_possible_error_code end The possible error is swallowed and never raised. If I use: Rails.error.record do my_possible_error_code end The possible error is ...
fguillen's user avatar
  • 39.5k
1 vote
0 answers
109 views

I am new in C++ and Qt, I want to develop a simple app to practice C++. I am developing this simple app on VS Code using Qt6. Any time I try to run a simple code like the below one, this error message ...
Weverson Barbieri's user avatar
0 votes
0 answers
117 views

When I launch the Cisco finesse desktop, my gadget loads and it shows the console logs I have written in my code (though not all). I believe my problem mainly lies with the dialog related code but i ...
Rhodok Sharpshooter's user avatar

15 30 50 per page
1
2 3 4 5
1825