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
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'
The text was updated successfully, but these errors were encountered:
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'
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!
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'
The text was updated successfully, but these errors were encountered: