-
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
Pins in RStudio Connect do not show all the metadata available #609
Comments
Sure. I've never used the
|
Thanks, that did work, with some re-working of my board connection and the parameters in
|
@machow I reminded myself of why I had stuck with
Why is it searching locally instead of on the RSC board? |
Hey--can you provide code that I could run that reproduces the issue? I wonder if your app is using the old pin retrieval functions--like the deprecated
|
I was already using |
I'm not sure about a reprex, given this may be some environment-specific problem I'm having. Here's how I retrieve:
|
I'm not sure I'll be able to track the issue down without an example--can you post the traceback? If I could see where in the code raised the error it'd help narrow things down |
|
It looks like you're using board_rsconnect's use_cache_on_failure (which is set to TRUE when using R interactively). I wonder if...
It seems like the error message could be a bit more informative 😬. Can you try setting |
Get this error:
|
Can you post the code that is giving that error? edit: and the full traceback |
Here's everything related to reading the pins. The only thing I changed, from what I had before, is indicated with my comments
|
Can you do things like |
Hmm.. that's really strange--I wonder if the pin's metadata lists a file that doesn't exist for some reason. What happens if you use |
I got it to work by changing |
If you pin_write and pin_read using a different name for the pin, does it work? I wonder if one thing that could help is deleting your Here's the output I see for my rsc cache: > board$cache
~/Library/Caches/pins/rsc-e62371cfd77db754024f9c5ed3556a73 (cc @colearendt , in case you've seen something like this?) |
Yea just adding a '2' to the name of the pin and it works with the full reference to the pin name. |
Ah, glad it's working! One last thing to check if it's okay--did you change your username, or did someone else originally own the pin content? I wonder if this was related to... |
no intentional changes, I am the only one who has written the pin. I had to change my password recently (we use SSO with RSC) which caused various kinds of havoc, that's the only kind of change I can think of. |
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. |
This stems from an issue I opened at the RStudio community: https://community.rstudio.com/t/how-much-physical-memory-is-my-pin-using/131474/2
https://www.screencast.com/t/V8un8z9xxp shows what I see in RSC for old and new versions of
pins
.I want to see the things that one can view with
pin_meta()
: https://www.screencast.com/t/uTCcWdYjOTht to @colearendt
The text was updated successfully, but these errors were encountered: