Questions tagged [warning-messages]
The warning-messages tag has no summary.
1,484 questions
0
votes
0
answers
45
views
Error when saving notebook, Mathamatica searches for a .m file
Whenever I save a my notebook (filename.nb), I get the error "RenameFile: Directory or file
"..path..\filename.m" not found.", and the file doesn't save.
It happens both with ctrl+...
3
votes
1
answer
124
views
Why is Position with level spec {1} evaluating on {0}?
The title says it all. These two examples both have StringEndsQ emit an error message because it's being evaluated on the head of the input list.
...
0
votes
0
answers
74
views
Simple computational code returning URLFetch error message for LLM paclet
For a few days now I haven't able to run code due to errors like this. Every time it's a different error but you can always read LLM somewhere in those messages.
...
1
vote
1
answer
162
views
Contour plot for streamlines
I wish to plot the streamlines for the function f[l_, z_]. However I do not know how I can get rid of the Integrate::ilim error. ...
0
votes
0
answers
76
views
Increasing the working precision gives me an error message in NIntegrate
I am hitting a problem with numerical integration. I have a function (a4xinteg in this expression below), the expression is quite long so below you can find a plot of it:
I would like to integrate ...
0
votes
0
answers
94
views
Understanding an error message
I was wondering if you could help me with an error message. The message is:
[<<19>>,{<<1>>},{a53,-Infinity,Infinity}]is incomplete; more input is needed.
The expression ...
1
vote
2
answers
118
views
How can I avoid error messages from ToEntity and deal with input differently if entity not known?
I would like to avoid this type of message and deal with the input to ToEntity differently, if Mathematica does not recognize the entity.
...
5
votes
1
answer
159
views
How can I find which messages have been turned off?
After using Off[message] to disable a message, how can I find those messages for which that has been changed, globally.
I would prefer not to have to intercept this ...
11
votes
6
answers
496
views
How to stop Map or ParallelMap on first error and get the input that caused it?
I want to run a function using Map or ParallelMap over a large list of inputs, but I would like the evaluation to stop as soon ...
4
votes
1
answer
200
views
How to redirect errors to the console?
In a version earlier than my current 14.2, I could redirect errors to the Console. I can't figure out to do that in 14.2.
I've tried to change the global option MessageOption and "ErrorAction&...
2
votes
3
answers
150
views
Plot a function of Series in Mathematica [duplicate]
I have defined this function:
f[x0_, n_] := Normal[Series[Exp[x], {x, 0, n}]] /. x -> x0
it seems to be working but when I want to plot it
...
0
votes
0
answers
87
views
External Python evaluator exists, but trying to register causes process not to start
I am trying to register an external installation of Python 3.13 to be usable through ExternalEvaluate in Mathematica v14. After running
FindExternalEvaluators["Python"], I can see the ...
0
votes
1
answer
208
views
Internal error thrown by some functions in Mathematica on Windows
I have been using Mathematica For Desktop v14.2 since its release on several machines running Windows 10 and several running Windows 11. Everything works absolutely fine except for one PC running ...
2
votes
1
answer
112
views
Make error messages show full expressions
Calculating some complicated integrals I receive in the process error messages like
...
1
vote
0
answers
192
views
Can't access documentation by clicking on function in 14.2
In the last few days I have a problem with Mathematica 14.2.
In particular, I am not able to access the documentation page of a given function by clicking on it. For example, here's what I have:
...