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

'Error in unzip(zipF, exdir = tempdir) : invalid zip name argument' received after running grab_bbs_data() #118

Open
kpdavis47 opened this issue Jul 12, 2022 · 0 comments

Comments

@kpdavis47
Copy link

Dear package creators,
I've used the bbsAssistant package to compile BBS data before without issue. Recently, however, in an attempt to recreate my focal dataset, I ran bbs.lists = grab_bbs_data(sb_id="5ea04e9a82cefae35a129d65") and got the following error: Error in unzip(zipF, exdir = tempdir) : invalid zip name argument.

Here is the code I used that produced the error:

library(bbsAssistant)
bbs.lists = grab_bbs_data(sb_id="5ea04e9a82cefae35a129d65") 
Error in unzip(zipF, exdir = tempdir) : invalid zip name argument

I expected that when I ran bbs.lists = grab_bbs_data(sb_id="5ea04e9a82cefae35a129d65") , it would produce a list object containing BBS data, as it has in the past.

Here is information about the operating system and R/RStudio versions I'm using:

  • OS: Windows 10 Enterprise version 21H2, OS build: 19044.1766
  • R version 4.1.1
  • R Studio 2022.02.0 Build 443 "Prairie Trillium" Release (9f796939, 2022-02-16) for Windows

Additional context
This problem occurred when I tried running the code above using R version 4.1.3. I also tried to reinstall the bbsAssistant package in R version 4.1.1 and see if that fixed the problem, but when I deleted the package folder from my R 4.1.1 library and then ran install.packages("bbsAssistant"), I got an error that bbsAssistant was not available for my version of R.

Thank you so much for your time and help!

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