dutchcoders / dutchcoders/slackarchive

Importer doesn't find team

Open
#16 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
301
Forks
27
PR merge metrics
No merged PRs in 30d

Description

Hi there -- I'm using slackarchive and the importer, and I'm noticing this chunk of code always fails from importer.go:

```
t := models.Team{}
if err := i.db.Teams.FindId(team.ID).One(&t); err == nil {
log.Debug("Team already exists: %s", t.ID)
} else {
// fails
return nil, err
}
```

What would create the team in the database? I can't find any team creation in the slackarchive or slackarchive-init projects.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.