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 was archived by the owner on Dec 3, 2019. It is now read-only.
wf14358:web_page_replay_go dustinlessard$ go get github.com/catapult-project/catapult/web_page_replay_go
package github.com/catapult-project/catapult/web_page_replay_go: no Go files in /Users/dustinlessard/go/src/github.com/catapult-project/catapult/web_page_replay_go
wf14358:web_page_replay_go dustinlessard$ go run src/wpr.go record --http_port=8080 --https_port=8081 /tmp/archive.wprgo
github.com/catapult-project/catapult/web_page_replay_go/src/webpagereplay
../../../go/src/github.com/catapult-project/catapult/web_page_replay_go/src/webpagereplay/legacyformatconvertor.go:40:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../../go/src/github.com/catapult-project/catapult/web_page_replay_go/src/webpagereplay/legacyformatconvertor.go:46:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../../go/src/github.com/catapult-project/catapult/web_page_replay_go/src/webpagereplay/legacyformatconvertor.go:52:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../../go/src/github.com/catapult-project/catapult/web_page_replay_go/src/webpagereplay/legacyformatconvertor.go:56:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../../go/src/github.com/catapult-project/catapult/web_page_replay_go/src/webpagereplay/legacyformatconvertor.go:60:14: cannot use cli.IntFlag literal (type cli.IntFlag) as type cli.Flag in array or slice literal:
cli.IntFlag does not implement cli.Flag (Apply method has pointer receiver)
../../../go/src/github.com/catapult-project/catapult/web_page_replay_go/src/webpagereplay/legacyformatconvertor.go:66:14: cannot use cli.IntFlag literal (type cli.IntFlag) as type cli.Flag in array or slice literal:
cli.IntFlag does not implement cli.Flag (Apply method has pointer receiver)
While following the SetUp steps at : https://github.com/catapult-project/catapult/tree/master/web_page_replay_go
I encounter the following errors:
Terminal Output