27,372 questions
-1
votes
0
answers
16
views
suppress onnxruntime warnings
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 ...
-4
votes
0
answers
36
views
How to Implement a Proper Error Handling Architecture in a Node.js/Express Server? [closed]
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 ...
-2
votes
0
answers
49
views
What is the recommended way to implement client-side error handling in Vike (Vue 3), similar to Next.js / Nuxt? [closed]
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:
...
0
votes
0
answers
65
views
Flyway migration unable to create relation (table) when attempting to add table to Java API [closed]
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 ...
-1
votes
0
answers
48
views
Running Command with Command Prompt [closed]
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 ...
0
votes
1
answer
99
views
Loading images in HTML – Differentiation between no response and error response
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 ...
1
vote
0
answers
41
views
IdempotencyBreachExceptionHandling in service used in kafka listener
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 ...
1
vote
1
answer
55
views
how to make socket server propagate exceptions up to TaskGroup where they're started from?
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 ...
-4
votes
1
answer
75
views
I tried everything and I just wanna toggle my elements [closed]
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'...
0
votes
1
answer
45
views
Very long errors when attempting to save flows in PA Cloud
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 ...
1
vote
1
answer
83
views
Handling LangGraph ToolExceptions in a REPL
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 ...
1
vote
1
answer
74
views
HTTPError: 400 Client Error: Bad Request for url. Plot an Ensemble of CMIP6 Climate Projections — C3S Training
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=...
0
votes
1
answer
76
views
How can I use Rails internal error reporting to swallow the error in production but not in test or development
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 ...
1
vote
0
answers
109
views
Vs code with Qt6, ERROR qt.qpa.plugin: Could not find the Qt platform plugin "windows" in "C:\tools\vcpkg\installed\x64-windows\Qt6\plugins\platforms"
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 ...
0
votes
0
answers
117
views
My Cisco finesse gadget isn't picking up/catching calls I receive on my communicator
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 ...