-
Notifications
You must be signed in to change notification settings - Fork 62
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
Redirects can break metadata lookups on Connect #759
Comments
Is there any chance you could get the version of pins that produced this error? (Another quick thought is that changing the server url fixed it, and that would also create a new cache. Though pretty stumped at the repeated version numbers!) |
See the Slack thread. I fetched the versions for several of the pins. |
Ah, sorry--that was bad phrasing on my part. I meant to say-- what was the version of the pins package you were using? 😅 |
Unfortunately not able to reproduce at the moment, and it is possible this was before updating to latest |
I'm definitely interested in any details that could help reproduce this! Seeing what you got from |
Related to the problems that came up during our internal Connect server migration, we now have these merged in: Still to do is deal with:
According to my notes from our small retro on the migration, I believe this is all we can currently reproduce so I'm going to close this issue about those bananas 🍌 problems with the metadata. Please feel free to reopen or make a new issue if we have something more to work with on problems we observed! |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
We recently migrated our internal Connect server to a new URL and set up a redirect from old -> new.
Pins mostly handles this OK, but returned some invalid metadata that generated error messages like:
Basically,
pin_versions()
seemed to return an array of versions that was not necessarily associated with the pin in questionSlack thread with details: https://positpbc.slack.com/archives/C03DK5MJW6S/p1690668801613589?thread_ts=1690667853.301989&cid=C03DK5MJW6S
@jspiewak
The text was updated successfully, but these errors were encountered: