Digi pycharm plugin can't find build path when running

Whenever I try uploading my fw to the xbee, I get this error:

Flashing file /build/projectName/something.mpy (1/14)… [ERROR] Error transferring file ‘$PROJECT_PATH\build\projectName\something.mpy’: ENOENT does not exist.

The error only started happening yesterday, and I’m not sure what broke.

Have you checked the memory size of the application or of the file system on the module?

The ENOENT means that a file is missing from the application. I would suggest checking to make sure you are not trying to open a file that you have not created and uploaded to the system.