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

Unable to reate cache directory #1

Closed
btbytes opened this issue Aug 25, 2014 · 5 comments
Closed

Unable to reate cache directory #1

btbytes opened this issue Aug 25, 2014 · 5 comments
Labels

Comments

@btbytes
Copy link

btbytes commented Aug 25, 2014

$ go version
go version go1.3.1 linux/amd64
$ go get github.com/c4milo/gowsdl
$ gowsdl -h
2014/08/25 11:44:39 Unable to reate cache directory
@c4milo
Copy link
Member

c4milo commented Aug 25, 2014

I just pushed a change in the logging message to see what the actual error is. Can you please try go getting the package again?

@c4milo c4milo added bug and removed bug labels Aug 25, 2014
@btbytes
Copy link
Author

btbytes commented Aug 25, 2014

gowsdl -h                                                                                                
2014/08/25 12:11:18 Unable to create cache directory: mkdir /tmpgowsdl-cache: permission denied

Looks like a missing path seperator.

@c4milo
Copy link
Member

c4milo commented Aug 25, 2014

oh, yeah my bad, I should have used filepath.Join for that.

@c4milo
Copy link
Member

c4milo commented Aug 25, 2014

I will fix it in a minute.

@c4milo c4milo closed this as completed in 5ec0bc0 Aug 25, 2014
@c4milo
Copy link
Member

c4milo commented Aug 25, 2014

@btbytes please try again and let me know if you find any more issues. I didn't certainly use this library a lot on linux.

c4milo pushed a commit that referenced this issue Apr 10, 2021
Add support for soap calls with file attachments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants