Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Expected integer at index: 0 #29

Open
ShadwDrgn opened this issue Feb 18, 2020 · 1 comment
Open

Expected integer at index: 0 #29

ShadwDrgn opened this issue Feb 18, 2020 · 1 comment
Assignees
Labels

Comments

@ShadwDrgn
Copy link

ShadwDrgn commented Feb 18, 2020

when interfacing with a draconic evolution flux gate the following code results in an error

import component
g = component.find_components('flux_gate')[0]
g.setSignalLowFlow(1000)

crashes. Also setting override enabled true works, but then if you attempt to setFlowOverride(1000) same crash
anything wheree I'd set to an integer seems to crash with "Expected integer at index: 0"

Am I doing something wrong here?

@ShadwDrgn
Copy link
Author

ShadwDrgn commented Feb 18, 2020

Screenshot: Error

@EcmaXp EcmaXp self-assigned this Feb 19, 2020
@EcmaXp EcmaXp added the Bug label Feb 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants