Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Following setup steps for WebPageReplay Fails #4653

@dustinlessard-wf

Description

@dustinlessard-wf

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

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions