Skip to content

How to resolve these errors? #267

@feiser2016

Description

@feiser2016

github.com/sselph/scraper/gdb
go/src/github.com/sselph/scraper/gdb/gdb.go:28:18: assignment mismatch: 3 variables but apiClient.PublishersApi.Publishers returns 1 values
go/src/github.com/sselph/scraper/gdb/gdb.go:28:55: too many arguments in call to apiClient.PublishersApi.Publishers
have (context.Context, string)
want (context.Context)
go/src/github.com/sselph/scraper/gdb/gdb.go:66:18: assignment mismatch: 3 variables but apiClient.DevelopersApi.Developers returns 1 values
go/src/github.com/sselph/scraper/gdb/gdb.go:66:55: too many arguments in call to apiClient.DevelopersApi.Developers
have (context.Context, string)
want (context.Context)
go/src/github.com/sselph/scraper/gdb/gdb.go:104:18: assignment mismatch: 3 variables but apiClient.GenresApi.Genres returns 1 values
go/src/github.com/sselph/scraper/gdb/gdb.go:104:47: too many arguments in call to apiClient.GenresApi.Genres
have (context.Context, string)
want (context.Context)
go/src/github.com/sselph/scraper/gdb/gdb.go:181:16: cannot convert apiGameImage.Id (type *int32) to type int
go/src/github.com/sselph/scraper/gdb/gdb.go:182:3: cannot use apiGameImage.Type (type *string) as type string in field value
go/src/github.com/sselph/scraper/gdb/gdb.go:183:3: cannot use apiGameImage.Side (type *string) as type string in field value
go/src/github.com/sselph/scraper/gdb/gdb.go:184:3: cannot use apiGameImage.Filename (type *string) as type string in field value
go/src/github.com/sselph/scraper/gdb/gdb.go:184:3: too many errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions