go-wkhtmltopdf icon indicating copy to clipboard operation
go-wkhtmltopdf copied to clipboard

Go get not working for v1.9.0 Feb 11, 2023

Open julian59189 opened this issue 1 year ago • 13 comments

v1.8.2 is working

julian59189 avatar Mar 28 '23 10:03 julian59189

Which go version are you using?

SebastiaanKlippert avatar Mar 28 '23 11:03 SebastiaanKlippert

go1.19.4

julian59189 avatar Mar 28 '23 14:03 julian59189

Any more details you can give? It works fine when I just tested it (with go 1.20).

SebastiaanKlippert avatar Mar 29 '23 15:03 SebastiaanKlippert

I am getting this: go: github.com/SebastiaanKlippert/[email protected]: reading https://<private-proxy>/github.com/%21sebastiaan%21klippert/go-wkhtmltopdf/@v/v1.9.0.info: 404 Not Found

Or this when I use lowercase letters because the path looked odd. go: github.com/sebastiaanklippert/[email protected]: reading https:<private-proxy>/github.com/sebastiaanklippert/go-wkhtmltopdf/@v/v1.9.0.info: 404 Not Found

It could also be our go-proxy. But every other package I tried worked and also 1.8.2 worked.

julian59189 avatar Mar 30 '23 13:03 julian59189

Btw also tried now with go1.20. Same issue, but as said above: Could also be on our end. Especially if nobody else is facing the same problems

julian59189 avatar Mar 30 '23 14:03 julian59189

me too. v1.8.2 is working. but v1.9.0 is not.

chgz avatar Apr 20 '23 13:04 chgz

@chgz Are you also using a proxy? I don't really know what could be the cause of this issue so I also don't know how to fix it. If it is only with a proxy I can test that myself. So any errors you see etc, would be helpful.

SebastiaanKlippert avatar Apr 20 '23 15:04 SebastiaanKlippert

Yeah it is a proxy. I guess if nobody else has the problem we can close it

julian59189 avatar May 02 '23 10:05 julian59189

@SebastiaanKlippert did you ever overwrite 1.9.0?

julian59189 avatar Aug 07 '23 08:08 julian59189

No, still the same. I could create a 1.9.1, I did accept a merge request.

SebastiaanKlippert avatar Aug 07 '23 14:08 SebastiaanKlippert

v1.9.1 is now available

SebastiaanKlippert avatar Aug 07 '23 21:08 SebastiaanKlippert

@SebastiaanKlippert Is this package compatible with go 1.18.10 or I need to make some configuration changes??

I am getting this error ..\go\pkg\mod\github.com!sebastiaan!klippert\[email protected]\wkhtmltopdf.go:287:25: undefined: exec.ErrDot note: module requires Go 1.19

mandhana-ayush avatar Aug 31 '23 14:08 mandhana-ayush

@mandhana-ayush No the latest version is not, you need 1.19 or later. But you can use v1.7 or earlier of this package for older Go versions. go get github.com/SebastiaanKlippert/[email protected]

SebastiaanKlippert avatar Aug 31 '23 21:08 SebastiaanKlippert