Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2015
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. (C) 2013-2015 Michael Friese. All rights reserved.
  2.  
  3. 2015/10/23 19:52:01 a3196c1f INFO Initializing bot://a3196c1f-7f36-42e9-a6a3-60b20d635796
  4. panic: attempt to write a readonly database
  5.  
  6. goroutine 10 [running]:
  7. github.com/jmoiron/sqlx.MustExec(0x7f385f719800, 0xc2080f6c60, 0xab94d0, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
  8. /opt/go/src/github.com/jmoiron/sqlx/sqlx.go:669 +0xde
  9. github.com/jmoiron/sqlx.(*DB).MustExec(0xc2080f6c60, 0xab94d0, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
  10. /opt/go/src/github.com/jmoiron/sqlx/sqlx.go:341 +0xa2
  11. main.(*DB).Init(0xc20808a7e0, 0xa78500, 0x7, 0xc2080ee150, 0x61)
  12. /opt/go/src/frie.se/ts3bot/db.go:155 +0x111c
  13. main.(*Bot).Init(0xc20808a7e0, 0x0, 0x7f385f7195a8)
  14. /opt/go/src/frie.se/ts3bot/bot.go:169 +0x36b
  15. main.func·036()
  16. /opt/go/src/frie.se/ts3bot/main.go:544 +0x1829
  17. created by time.goFunc
  18. /usr/local/go/src/time/sleep.go:129 +0x4b
  19.  
  20. goroutine 1 [select (no cases)]:
  21. main.main()
  22. /opt/go/src/frie.se/ts3bot/main.go:672 +0x2929
  23.  
  24. goroutine 5 [syscall]:
  25. os/signal.loop()
  26. /usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
  27. created by os/signal.init·1
  28. /usr/local/go/src/os/signal/signal_unix.go:27 +0x35
  29.  
  30. goroutine 7 [chan receive]:
  31. database/sql.(*DB).connectionOpener(0xc2080f2140)
  32. /usr/local/go/src/database/sql/sql.go:589 +0x4c
  33. created by database/sql.Open
  34. /usr/local/go/src/database/sql/sql.go:452 +0x31c
  35.  
  36. goroutine 17 [syscall, locked to thread]:
  37. runtime.goexit()
  38. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  39.  
  40. goroutine 11 [chan receive]:
  41. database/sql.(*DB).connectionOpener(0xc2080f2500)
  42. /usr/local/go/src/database/sql/sql.go:589 +0x4c
  43. created by database/sql.Open
  44. /usr/local/go/src/database/sql/sql.go:452 +0x31c
  45. xinit: connection to X server lost
  46.  
  47. waiting for X server to shut down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement