AutoMule Error 206 You must supply a file name

It will start up the mule profile and the mule profile is stuck on an error message
[Error (206)] file(kolbot/libs/automule.js:647) Error:you must supply a file name
this is displayed in the “header” on the mule window
here is my code for both the profile and the mule

var AutoMule = {
Mules: {
“Mule1”: {
muleProfile: “Darc”, // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: “Darc”, // Account prefix. Numbers added automatically when making accounts.
accountPassword: “fake”, // Account password.
charPrefix: “Darc”, // Character prefix. Suffix added automatically when making characters.
realm: “useast”, // Available options: “useast”, “uswest”, “europe”, “asia”
expansion: true,
ladder: true,
hardcore: false,
charsPerAcc: 8, // Maximum number of mules to create per account (between 1 to 18)

		// Game name and password of the mule game. Never use the same game name as for mule logger.
		muleGameName: ["Mulegamename", "mulepw"], // ["gamename", "password"]

		// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
		enabledProfiles: ["BlizzTits","GetHammed"],

		// Stop a profile prior to muling. Useful when running 8 bots without proxies.
		stopProfile: "",
		stopProfileKeyRelease: false, // true = stopProfile key will get released on stop. useful when using 100% of your keys for botting.

		// Trigger muling at the end of a game if used space in stash and inventory is equal to or more than given percent.
		usedStashTrigger: 80,
		usedInventoryTrigger: 80,

please let me know if there is anything else i can provide. I dont know what file it is referring to

In the game manager console mule is reporting back that the game password is incorrect. Try correcting that first.

Regarding the error in automule line 647, this bit handles checking for and validating the mule file contents. Try moving all files in d2bs/kolbot/mules/ to another folder leaving the /mules/ folder empty and rerun the bot.

how do i correct the password?

this is how i currently have it configured, im not sure how to match passwords?

which is the password created for the muling game and which is the password entered by joiner?

bumped