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
Using your solution as part of a repository in a web server, the first API call does the import in a successful way. On the second call, looks like the library is trying to close an already closed channel.
The error I am getting:
panic: close of closed channel
marketing-feed-manager |
marketing-feed-manager | goroutine 585 [running]:
marketing-feed-manager | github.com/gosuri/uiprogress.(*Progress).Listen(0xc000041680)
marketing-feed-manager | /go/pkg/mod/github.com/gosuri/[email protected]/progress.go:117 +0x108
marketing-feed-manager | created by github.com/gosuri/uiprogress.(*Progress).Start
marketing-feed-manager | /go/pkg/mod/github.com/gosuri/[email protected]/progress.go:134 +0x3f
Using your solution as part of a repository in a web server, the first API call does the import in a successful way. On the second call, looks like the library is trying to close an already closed channel.
The error I am getting:
The way I use the mongoimport library:
After a debugging session, I think the issue could be in here
The text was updated successfully, but these errors were encountered: