Capstone presentations are in three days. Time really flies when you're debugging!
The past few days I've been having an issue I had thought I already covered. Sending data to the server was yet again not working, which is absolutely crucial to my project. After tons of researching for a solution and emails back and forth with Dr. McVey, I finally found a solution.
I was trying to send a POST request to the server, which is fancy talk for trying to send data from my app to my server. Somewhere along the way, my POST request was getting confused as a GET request I believe. A GET request is usually used for getting things from the server, which is not what I was trying to do. I could not figure out what was causing the issue! I got so sick of seeing null over and over again, but no errors were appearing. Along with this, my PHP script, which is a file on the server that catches the request and deals with the data wasn't really doing anything. To make things a little cleaner and easier to understand and to see what's happening, I decided to have my PHP script send the data from my Bus App to a file on the server. The Parent App then grabs this. Finally, a solution! Thank god for StackOverflow when it comes to weird errors like this.
I am excited but also so nervous for presentations. I have put a lot into this project so I'm excited to show off the final product and be able to share that with everyone.
As for my future after SNC, I have just about the same mixed emotions: excitement mixed with anxiousness. My plans are currently undecided, especially with all this COVID-19 stuff happening. However, I am ready to take on the uncertainty that lies ahead!
Thanks for staying tuned on my project, it was a lot of fun!
The past few days I've been having an issue I had thought I already covered. Sending data to the server was yet again not working, which is absolutely crucial to my project. After tons of researching for a solution and emails back and forth with Dr. McVey, I finally found a solution.
I was trying to send a POST request to the server, which is fancy talk for trying to send data from my app to my server. Somewhere along the way, my POST request was getting confused as a GET request I believe. A GET request is usually used for getting things from the server, which is not what I was trying to do. I could not figure out what was causing the issue! I got so sick of seeing null over and over again, but no errors were appearing. Along with this, my PHP script, which is a file on the server that catches the request and deals with the data wasn't really doing anything. To make things a little cleaner and easier to understand and to see what's happening, I decided to have my PHP script send the data from my Bus App to a file on the server. The Parent App then grabs this. Finally, a solution! Thank god for StackOverflow when it comes to weird errors like this.
I am excited but also so nervous for presentations. I have put a lot into this project so I'm excited to show off the final product and be able to share that with everyone.
As for my future after SNC, I have just about the same mixed emotions: excitement mixed with anxiousness. My plans are currently undecided, especially with all this COVID-19 stuff happening. However, I am ready to take on the uncertainty that lies ahead!
Thanks for staying tuned on my project, it was a lot of fun!