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

Common errors during miniDREAM R activities #26

Open
lopierra opened this issue Jun 23, 2022 · 4 comments
Open

Common errors during miniDREAM R activities #26

lopierra opened this issue Jun 23, 2022 · 4 comments

Comments

@lopierra
Copy link

Problem: students getting the following error in RStudio when trying to submit homework

Error in value[[3L]](cond) : 403 Client Error: 
You lack CREATE access to the requested entity

Solution: Modify local sharing settings for Submissions folder so "miniDREAM Participants" team has "edit" access (this will be added to the annual prep checklist, so it shouldn't come up in future)

Screen Shot 2022-06-23 at 1 50 55 PM

@lopierra
Copy link
Author

Problem: Students unable to log into RStudio

Solution: Make sure RStudio and Synapse usernames are the same

E.g. in 2022, list of Synapse usernames from Tiffany had some capitalization errors. This has been added to the annual prep checklist so someone at Sage will check the list before using it programmatically.

@lopierra
Copy link
Author

Problem: "Exception while scoring" error for Synapse usernames with underscores

Solution: See this Slack thread. Should be fixed, just leaving this here for reference.

@lopierra
Copy link
Author

Problem: Random R weirdness

Solution: Ask student to restart their R session!

@lopierra
Copy link
Author

Problem: Python
image

Solution: try the following
reticulate::py_config()
reticulate::use_python("/opt/conda/bin/python", required = TRUE)
terminal -> conda env list
conda env remove -n r-reticulate

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

1 participant