Closed suvidhpawar closed 2 years ago
Maybe that variable has no value... Try setting the cloud variable...
Can you share the code so that I can figure out the problem?
Usually when I've ran into this problem there just isn't any data for the cloud variable. Like he said, either try recreating the cloud variable or setting data to it (probably in Scratch).
Usually when I've ran into this problem there just isn't any data for the cloud variable. Like he said, either try recreating the cloud variable or setting data to it (probably in Scratch).
Yes
Closing this issue...
Traceback (most recent call last): File "main.py", line 26, in
variable_value = variables.get_cloud_variable_value(variable_name='Name')[0] # Get the variable value
IndexError: list index out of range