Debugging or Troubleshooting? #2

Posted September 13, 2018 by ilee

You get an error message that the project can’t be saved.

image

The Challenge

Is this a debugging issue or a troubleshooting issue?  Put your answer and your reasoning in a comment.

Winner

Answer:

This is a troubleshooting issue (there may not be anything wrong in the code) .

Your internet connection may have been interrupted.

The project you are trying to save may be open on another computer or in another tab in your browser. Close the other tab or browser. Remix the project to see if you can save a copy of it.

Comments

Submitted by mgrow on Sat, 09/22/2018 - 13:11 · Permalink

debugging

Answer

Submitted by ccorey on Sat, 09/22/2018 - 13:11 · Permalink

Debugging

Answer

Submitted by pwilsonscience on Sat, 09/22/2018 - 13:12 · Permalink

debugging

Answer

Submitted by wkluesner on Sat, 09/22/2018 - 13:12 · Permalink

troubleshooting issue - it could be open in more than one window or browser and not able to save.

Answer

Submitted by jkdiru on Sat, 09/22/2018 - 13:12 · Permalink

This is a troubleshooting issue and usually results from lose of internet connectivity. 

Answer

Submitted by skoroneos on Sat, 09/22/2018 - 13:12 · Permalink

This would be a troubleshooting issue.  Would this be an example of the error message that comes up when more than 1 browser is opened?

Answer

Submitted by kweidle on Sat, 09/22/2018 - 13:12 · Permalink

Troubleshooting - seems to be an error with the actual website.

Answer

Submitted by tracyeefoster on Sat, 09/22/2018 - 13:13 · Permalink

Probably debugging issue.  

Answer

Submitted by calston4 on Sat, 09/22/2018 - 13:13 · Permalink

Again, this is a troubleshooting issue because you were able to run your code, but you  simply were unable to save.

Answer

Submitted by philolona on Sat, 09/22/2018 - 13:14 · Permalink

Troubleshooting internet issues

Answer

Submitted by carodon21 on Sat, 09/22/2018 - 13:17 · Permalink

debugging

Answer

Submitted by heaster on Sat, 09/22/2018 - 13:25 · Permalink

Trouble shooting

Answer

Submitted by Lytle on Sat, 09/22/2018 - 13:43 · Permalink

Setup needs to be in world, not turtles.

The first set of code is "nested" in a way that doesn't allow it to create the correct turtles.

I think the random 15 degree blocks need to have a "random from ___ to ___ block

Answer