Fraymakers

Fraymakers

Fraymakers Workshop
Create custom characters, assists, stages and more using Fraymakers' official development tool, FrayTools. Click "Learn More" for upload guidelines and our custom content deep dive.
Learn More
Marsho 1 19 Jan, 2023 @ 7:23pm
Error, need assistance!
I get this error when exporting my music for a stage:

Problem parsing manifest: Cannot read property 'script' of undefined

How do I fix this?
< >
Showing 1-7 of 7 comments
Valor 20 Jan, 2023 @ 2:51pm 
Would you be willing to post the contents of your manifest file? It might be easier for someone to get a better idea of the problem that way 😁

If I'm to take a guess though, did you remove either a 'script' property, or a property that 'script' was part of? If so, try adding them back and setting the value of that property (where I'm guessing the name of a script normally goes) to "null" (without the quotes here. If quotes are there, then it would be set to the word 'null' instead of being set to nothing/empty)

Hope this helps, or at least gets you closer to finding a solution
Marsho 1 20 Jan, 2023 @ 9:32pm 
Originally posted by Lodestar_Valor:
Would you be willing to post the contents of your manifest file?

Would love to, but can't post on here, can I send it to you possibly?
Valor 21 Jan, 2023 @ 12:24pm 
I'd think you would be able to put the contents of the code (not uploading the file itself, just pasting all the text inside) in a code format? See "formatting help" for that format, should be near the bottom 🙂
Marsho 1 21 Jan, 2023 @ 3:18pm 
{ "resourceId": "homedepotmusic", "content": [{ "id": "bgm_letsdothisremix", "title": "Let's Do this (Remix)", "artist": "A_A_RonHD", "description": "A remix of the Home Depot theme created by A_A_RonHD.", "type": "music", "audioId": "bgm_letsdothisremix", "loopPoint": 0 },{ "id": "bgm_fos", "title": "Fragments of Sorrow", "artist": "Yoko Shimomura", "description": "The music playing based off of @nincue's Twitter video post.", "type": "music", "audioId": "bgm_fos", "loopPoint": 0 }] }
Marsho 1 22 Jan, 2023 @ 8:01pm 
he dead
Valor 23 Jan, 2023 @ 6:01am 
I've been meaning to take a closer look at the official example before replying. I've also had other higher priority items to take care of. Since I'm trying to give you a quick reply, I'm using my phone, and am not at my computer right now.

While I don't have the official example in front of me, I do use JSON often as a web software development student. I'm not spotting anything wrong with the JSON format itself, though Fraymakers may need something more specific in its data.

If you're at your computer, does the example/template for music have a "script" property, even if set to null? If it does, I recommend adding the script property (also set to null) into your manifest. With JSON formatting, we always include the property of an object if expected, even when we set it to null (value of nothing).

Hope something here is helpful 🙂
Marsho 1 24 Jan, 2023 @ 4:41pm 
omg i had solved it like a few hours ago, ty so much tho
< >
Showing 1-7 of 7 comments
Per page: 1530 50