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

No such file or directory #105

Open
henrywangnl opened this issue Aug 18, 2020 · 3 comments
Open

No such file or directory #105

henrywangnl opened this issue Aug 18, 2020 · 3 comments

Comments

@henrywangnl
Copy link

Hi there,

I'm following the installation and the first example but got the issue when called hs_deal_properties_tidy():

deal_props <- hs_deal_properties_tidy()

Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
cannot open compressed file 'C:UsershenryDocuments/.hubspot_token1.rds', probable reason 'No such file or directory'

@BingoLaHaye
Copy link

I also am having this issue

@BingoLaHaye
Copy link

It seems to be trying a directory that doesn't exist, due to deleting the first "/"

Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
cannot open compressed file 'C:UserselahayeOneDrive - etcmd1.rds', probable reason 'No such file or directory'

@henrywangnl
Copy link
Author

It seems to be trying a directory that doesn't exist, due to deleting the first "/"

Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
cannot open compressed file 'C:UserselahayeOneDrive - etcmd1.rds', probable reason 'No such file or directory'

Yes it seems like that.
I fixed it by manually updated the HUBSPOT_PAT path in the .Renviron.
Hope it helps!

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

2 participants