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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Thanks so much for your work! We got this working on Linux--I have trouble with my mac but that's why we need the build to work so I can rely on our Linux Instances directly. Currently though when running dep ensure, the following error occurs:
../vendor/github.com/arachnys/athenapdf/pkg/runner/cdp.go:79:18: not enough arguments in call to t.Network.Enable
have (number, number)
want (int, int, int)
../vendor/github.com/arachnys/athenapdf/pkg/runner/cdp.go:94:45: not enough arguments in call to t.Network.SetUserAgentOverride
have (string)
want (string, string, string)
../vendor/github.com/arachnys/athenapdf/pkg/runner/runner.go:171:17: assignment mismatch: 2 variables but 4 values
../vendor/github.com/arachnys/athenapdf/pkg/runner/runner.go:171:41: not enough arguments in call to r.Target.Page.Navigate
have (string, string, string)
want (string, string, string, string)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks so much for your work! We got this working on Linux--I have trouble with my mac but that's why we need the build to work so I can rely on our Linux Instances directly. Currently though when running dep ensure, the following error occurs:
golang/vendor/github.com/arachnys/athenapdf/pkg/runner
../vendor/github.com/arachnys/athenapdf/pkg/runner/cdp.go:79:18: not enough arguments in call to t.Network.Enable
have (number, number)
want (int, int, int)
../vendor/github.com/arachnys/athenapdf/pkg/runner/cdp.go:94:45: not enough arguments in call to t.Network.SetUserAgentOverride
have (string)
want (string, string, string)
../vendor/github.com/arachnys/athenapdf/pkg/runner/runner.go:171:17: assignment mismatch: 2 variables but 4 values
../vendor/github.com/arachnys/athenapdf/pkg/runner/runner.go:171:41: not enough arguments in call to r.Target.Page.Navigate
have (string, string, string)
want (string, string, string, string)
The text was updated successfully, but these errors were encountered: