Open nefelimet opened 3 years ago
This only happened on txt files. I commented out the creation of txt files in receiveImage(), since it isn't needed anymore. It was only needed in the beginning when we needed to check the image's bytes. I'm labeling this as wontfix since it's not important.
When receiveImage() tries to write into the txt files, this error occurs:
However, the program continues execution and does create the txt files correctly. The jpeg files have no problem. I can just comment out the txt files part since we no longer need it anyway, but it would be nice to know the reason behind this.