Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Error for preview and downloads when parameter in a subpatch #242

Open
Pjchardt opened this issue Feb 6, 2018 · 4 comments
Open

404 Error for preview and downloads when parameter in a subpatch #242

Pjchardt opened this issue Feb 6, 2018 · 4 comments
Labels

Comments

@Pjchardt
Copy link

Pjchardt commented Feb 6, 2018

When I upload a patch with an @hv_param receiver in a subpatch, I don't get any errors but attempting to download libraries result in a 404. The preview window also throws up a 404.

I was able to download the Unity Src. Just not the builds. I did not try to build the source.

Once I removed the parameters from the subpatch, things worked as expected.

Fairly new to pure data and heavy.

@diplojocus
Copy link
Contributor

Hi @Pjchardt it sounds like it could be related to the naming of the @hv_param parameters in the patch. Maybe something is slipping through our checks, could you send me a link to the patch page?

@Pjchardt
Copy link
Author

Pjchardt commented Feb 7, 2018

https://enzienaudio.com/h/pjchardt/augmentedBusker_1/

I have since uploaded newer versions, but version 31 still fails to download. It should be the problematic version of the patch.

Encountered an additional problem with the patch just now, where the Unity editor would freeze up after stopping play of the scene. When I removed a parameter from the subpatch (one I forgot about), the issue went away. Can add this as another bug if necessary. Just let me know.

@diplojocus
Copy link
Contributor

thanks for reporting this @Pjchardt you found an interesting edge case, it was due to the parameter names 1_c and 1_C conflicting in the generated code (they get capitalised at some point). I've added a check for this that will throw an error, it should be in the dev branch at some point soon.

@diplojocus
Copy link
Contributor

Encountered an additional problem with the patch just now, where the Unity editor would freeze up after stopping play of the scene. When I removed a parameter from the subpatch (one I forgot about), the issue went away. Can add this as another bug if necessary. Just let me know.

Yes, would you add another issue for that, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants