All Questions
Tagged with compiler-errors error-handling
278 questions
0
votes
2
answers
76
views
Zig(`sytax/declaration`) Semantic of error as only return type of function. Or what actually do `catch`
I don't know if this is correct behavior according to the author, or if there's a mistake in compilation.
const std = @import("std");
const expect = std.testing.expect;
const expectError = ...
0
votes
0
answers
55
views
Error in gzfile(file, "rb") : cannot open the connection
I got this error: Error in gzfile(file, "rb") : cannot open the connection when I'm executing the following code:
withr::with_dir(here::here(), {
targets::tar_load(all_zipped_projects)
...
0
votes
0
answers
148
views
Render deployment Error There’s an error above. Please fix it to continue
I have an error while deploying my backend nodeJs code to Render when I click on deploy its giving me an error called: There’s an error above. Please fix it to continue.
screen shot of render is as ...
0
votes
1
answer
31
views
Is there any way to detect specific errors in a .NET csproj build, and log a particular error message in response
Every now and then I come across a weird build error, with a simple but highly unintuitive fix.
Generally when something somewhere has been configured to do something ugly :D
Obviously I fix it "...
0
votes
1
answer
190
views
The error handler of Future.catchError must return a value of the future's type
This gives a runtime error.
Future<int> nuclearPlant() async {
await Future.delayed(Duration(seconds: 1));
throw "up";
return 999999999;
}
Future<void> main() async {
...
0
votes
1
answer
284
views
Cython Compiler Error When Running GymEnv Library in Python
The error happens on the last line of this code section:
import warnings
warnings.filterwarnings("ignore")
from torch import multiprocessing
from collections import defaultdict
import ...
1
vote
0
answers
220
views
I couldn't open style file Harvrd.bst
I was doing thesis work with a latex template. It was working well, giving correct references(with Harvard style) in the starting, but suddenly, it started giving an error below:
This is BibTeX, ...
0
votes
1
answer
265
views
Maven Build Error : Execution default-clean of goal org.apache.maven.plugins:maven-clean-plugin:3.3.2:clean failed
I've looked into this issue as the title suggest, but I'm still don't know what I should do. While trying to build an executable jar file, one of the plugins 'maven-clean-plugin' cannot be resolved.
...
0
votes
0
answers
73
views
Spark AR Login Failed 2024
I tried to log in to the Spark AR application using Facebook, but when I logged in, I couldn't click continue, and it caused me to get stuck and unable to proceed. How can I solve this problem? Thank ...
1
vote
0
answers
146
views
Running Into Error TS2739 When Working On My Modal Component
Just trying to set up a simple Modal component class to use on a button on my header. You click the button and it calls this component and pulls up a Modal popup. Only issue is my Modal.Header is ...
0
votes
1
answer
261
views
Zybooks keeps telling me that i have an error in my code with the scanner, but it should be fine?
I have a project due tonight in which we are supposed to calculate the trajectory of the input based on the initial speed inputted. I have finished the code, but it keeps failing to compile due to the ...
0
votes
0
answers
76
views
intellij-internal error-buil error in java
Internal error (java.io.IOException): Cannot find IntelliJ IDEA project files at C:\Users\HUAWEI\IdeaProjects\lastone
java.io.IOException: Cannot find IntelliJ IDEA project files at C:\Users\HUAWEI\...
-1
votes
1
answer
396
views
DB2, Error setting default catalog/schema for new connection
i use IBM DB2 clp and dbeaver. my username is A_sq.k in system. this problem is persisting when inserting values on to tables. saying SQL Error [57007]: Operation not allowed for reason code "7&...
-1
votes
2
answers
712
views
Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration and "ClassNotFoundException: javax
1)When executing this error ouccred and searched and tried every solution given but any of them did work and i didnt know why. Here is my pom file :
4.0.0
org.springframework.boot
spring-boot-starter-...
0
votes
0
answers
51
views
java.lang.NumberFormatException: For input string: "150", but I've tried everything, How can I fix this error? [duplicate]
Exception in thread "main" java.lang.NumberFormatException: For input string: "150"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:...