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

patch loaded into PdWebParty via URL is unchangeable #4

Open
yannseznec opened this issue Apr 5, 2021 · 4 comments
Open

patch loaded into PdWebParty via URL is unchangeable #4

yannseznec opened this issue Apr 5, 2021 · 4 comments

Comments

@yannseznec
Copy link

I imagine this may be an unchangeable thing that is due to servers or heroku or something, but...

I'm currently using PdWebParty mainly with GitHub. I push a new patch to a repo, get the raw URL, and then share it using the ?url= sharing method. However, if I change my patch, push the changes, and then reload the PdWebParty link, it stays in the state that it was at when I first generated that link. to make a new version I have to create a new filename (and thus a new link).

Is it at all possible to use the sharing system to create a link to a WebPdParty link that updates dynamically based on the most recent Pd Patch that it's referencing?

@cuinjune
Copy link
Owner

cuinjune commented Apr 5, 2021

Hi @yannseznec That's weird. The patch should update as soon as you make change and upload it again. The app will basically read the ?url= link and dynamically load the file from the link every time. The app doesn't cache these files.

I'm not sure why that happened but I think it could be your Github repo taking some time to update the file, or you can also try clearing your browsing data.

@yannseznec
Copy link
Author

yannseznec commented Apr 5, 2021 via email

@yannseznec
Copy link
Author

ok my mistake, this is definitely not a bug and is working fine. I must have been doing something dumb with my files.

@yannseznec
Copy link
Author

oh upon further testing I think your theory about browser caching is the answer - I think the browser will inconsistently load the latest version of the file. if I open a recently-changed patch in a new browser it loads the latest version.

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

No branches or pull requests

2 participants