mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.56k stars 116 forks source link

panic: runtime error: invalid memory address or nil pointer dereference on master #43

Closed saikpr closed 5 years ago

saikpr commented 5 years ago

➜ ./timeliner add-account google_photos/sainyam.kapoor.cse12@itbhu.ac.in panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7439b0]

goroutine 1 [running]: github.com/mholt/timeliner.authorizeWithOAuth2(0x9d6631, 0x6, 0xe35f60, 0x1, 0x1, 0x7405bc, 0x80, 0x95bb40, 0x4000126f28, 0x7405f8) /home/sainyam/go/src/github.com/mholt/timeliner/oauth2.go:57 +0x50 github.com/mholt/timeliner.DataSource.authFunc.func1(0x7fdc21d5fa, 0x20, 0x9d8bab, 0xd, 0x9d6631, 0x6, 0xe35f60) /home/sainyam/go/src/github.com/mholt/timeliner/datasource.go:116 +0x68 github.com/mholt/timeliner.(Timeline).Authenticate(0x400000f0a0, 0x7fdc21d5ec, 0xd, 0x7fdc21d5fa, 0x20, 0x0, 0x400000f0c0) /home/sainyam/go/src/github.com/mholt/timeliner/account.go:79 +0x4a8 github.com/mholt/timeliner.(Timeline).AddAccount(0x400000f0a0, 0x7fdc21d5ec, 0xd, 0x7fdc21d5fa, 0x20, 0x1, 0x0) /home/sainyam/go/src/github.com/mholt/timeliner/account.go:63 +0x2f0 main.main() /home/sainyam/go/src/github.com/mholt/timeliner/cmd/timeliner/main.go:91 +0x48c

This is happening at the first stage,

mholt commented 5 years ago

You are probably missing a (proper) configuration file... probably a duplicate of https://github.com/mholt/timeliner/issues/7 <--- should help!