daniablank

Results 5 comments of daniablank

Additionally, when running `yarn run dev:test`, whether in Visual Studio or not, this stack trace appears. ``` (node:20144) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, realpath 'C:\Users\dania\Documents\GitHub\Voting-And-Stamps\#' at Function.realpathSync.native...

Here's the original resolver, edited for brevity: ```js calculateResult: async(obj, args, context, info) => { const db = mongoose.connection; const getVariable = async function(name) { return await db.collection("variables").find({/* some filters*/,...

As you can see, it uses the data in one collection, "variables", to update another collection, "models".

My CSV has the extensions in it, and I can verify that the image files that it is claiming do not exist, do exist. I can copy the exact filepath...

I'm also getting a similar error, with this stack trace. ``` TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:124:11) at Object.join (path.js:424:7) at...