6,253 questions
1
vote
1
answer
44
views
Why does assigning a node path to a variable only show null?
I have a function that randomly picks a fish from a list and an AnimatedSprite2d with the same names for animations but I'm getting the error Attempt to call function 'play' in base 'null instance' on ...
0
votes
0
answers
84
views
ValueError: Invalid Node initialization: from_node.orientation=None in steer method [closed]
I am working with a robot arm simulation, and I’m encountering an error related to the steer method. Specifically, I get the following error message:
ValueError: Invalid Node initialization: from_node....
0
votes
1
answer
55
views
TypeError: add_node() missing 1 required positional argument: 'self'
I'm trying to code a map that shows a graph of nodes and paths. I should be able to add a new node by clicking a button ('Add node') and then the graph, but the only message that pops up is this:
...
0
votes
0
answers
28
views
Webots simulation with ROS2 - <extern> controller (robot Ros2Supervisor)
I am having some problem with a repository of mine, in which I aim to simulate a robot in Webots with an extern controller defined and employing ROS2-Webots packages and features. The link to my repo ...
0
votes
0
answers
11
views
Node synchronization having delays in GridDB
New data appears instantly when queried from primary nodes but takes a few minutes to show up on secondary nodes. Restarting a node forces synchronization, but that’s not practical in production. ...
1
vote
0
answers
55
views
"External message was not accepted" error when sending a transaction in TON using pytonlib
I'm using pytonlib to send a transaction in the TON network. However, when calling raw_send_message, I get the following error:
pytonlib.tonlibjson.ExternalMessageNotAccepted: LITE_SERVER_UNKNOWN: ...
0
votes
0
answers
12
views
Node Pilot not recognizing DNS set up nor public port
Issue:
My Node Pilot doesn’t recognize my domain and doesn’t recognize my public port.
My DNS is well set up, and I strongly believe there is no firewall issue.
Relevant Screenshots:
My firewall ...
0
votes
1
answer
33
views
NodeJS ODBC library not returning affected/inserted rows as result
I am resorting to asking the minds of StackOverflow to help me identify what it is I'm doing wrong. I have written a NodeJS app that connects to a Microsoft Fabric database. I am using an ODBC ...
0
votes
0
answers
48
views
Use a data list for geometry nodes in Blender 4.2
Essentially, in Blender 4.2, I have set up a bar graph using geometry nodes, and it works well, except that the values are random for now. I want to instead add my own data (rather than the Random ...
2
votes
1
answer
69
views
Is there a way to get node level information in kubernetes pods?
I need low level information about the node, like number of cores, core ID and other things which is part of the kubelet in a pod running in the node. How do I get this?
0
votes
0
answers
16
views
how to automate the process of uploading the style.grass file in neo4j desktop
I am currently using Neo4j and wanted to update the default captions and the colors of the nodes. For that purpose, I used the :style command on the Neo4j browser.
Then I downloaded the style.grass ...
0
votes
0
answers
89
views
helloworld pipeline hangs on sh command from Jenkins pipeline on a slave
I m on latest Jenkins 2.479.2 with jdk 17.
I was able to start slave node with label Prod_Slave_56 and see no errors.
Agent successfully connected and online
I created new pipeline job runs but hangs ...
0
votes
2
answers
116
views
How do scale down statefulset when it's spread between nodepools?
I have statefulset which is deployed accross 2 different nodepools in AKS. I have total of 4 replicas, 1 on nodepool1 and 3 on nodepool2. I need only 3 to be on nodepool2 and scale it down to just 3 ...
1
vote
1
answer
83
views
kubernetes nodes created by status is not ready
Docker Desktop For Windows on WSL2
I'm following the k8s blog here :
https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/
and seeing the nodes created but perpetually ...
1
vote
1
answer
62
views
NodeJS Graphviz - trying to add image as label throws Error code 1
I am attempting to use an image as a node in Graphviz. I am using the npm grapghviz project to do this. However, despite numerous tutorials stating that you can do it via the menthods I have outlined ...