WEEK 10

 


TROUBLESHOOTING


    When doing testing, errors often occur. Following are the common problems that are often encountered when testing onto prototype is performed. 



Figure above shows that network error is happened in Mobaxterm. This is because the IP address of    the Raspberry Pi is not same with the IP in the command prompt. To solve this problem, I have to make sure that the IP address in command prompt and Advanced IP Scanner is same. 




    As figures above show, the password to login in into the Mobaxterm is denied. This is because, during the session, I have to untick the specify username so that the session can proceed to the next step. After untick the specify username, I can enter the password successfully. The password is 182736pika. 



Figures despite the problem that I had during entering the coding file. As we can see, the command is not found in the Mobaxterm to remote the prototype. The problem is the way of typing the code to call out the file is not in proper way. It supposed to type 'python baby.py' but the common mistake that I always do is by not spacing the word ('pythonbaby.py'). After, typing the correct one, the Mobaxterm can run the prototype successfully. 



Comments