You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was my first time trying roblog::ro_blog_post_author(), and it couldn't find the template file. I'm not sure if this is because we changed the Blog Guide or roblog?
Thank you!
> roblog::ro_blog_post_author()
Error in `gh_process_response()`:
! GitHub API error (404): Not Found
✖ URL not found: <https://api.github.com/repos/ropensci-org/blog-guidance/contents/templates/author-file-template.md>
ℹ Read more at <https://docs.github.com/rest/reference/repos#get-repository-content>
Run `rlang::last_trace()` to see where the error occurred.
rlang::last_trace()
> rlang::last_trace()
<error/github_error>
Error in `gh_process_response()`:
! GitHub API error (404): Not Found
✖ URL not found: <https://api.github.com/repos/ropensci-org/blog-guidance/contents/templates/author-file-template.md>
ℹ Read more at <https://docs.github.com/rest/reference/repos#get-repository-content>
---
Backtrace:
▆
1. └─roblog::ro_blog_post_author()
2. └─roblog:::get_tmpl("author-file-template.md")
3. └─gh::gh(...)
4. └─gh:::gh_process_response(raw)
Run rlang::last_trace(drop = FALSE) to see 3 hidden frames.
What would you expect the function to do, what would you input? Someone's GitHub username? (I'm guessing that in many cases, from there we can get the name, website, etc.)
I think I expected that you would give it the name you want to use (not always the GitHub name). And it would create the correct folder and index file and fill in the name, and open the file (can that happen?) for the user to complete the rest.
Hi @maelle!
This was my first time trying
roblog::ro_blog_post_author()
, and it couldn't find the template file. I'm not sure if this is because we changed the Blog Guide or roblog?Thank you!
rlang::last_trace()
Session Info
The text was updated successfully, but these errors were encountered: