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