Advertisement
Guest User

Untitled

a guest
May 1st, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.80 KB | None | 0 0
  1. ➜ fork ls
  2. corobo
  3. ➜ fork python3 -m venv venv-corobo
  4. ➜ fork source venv-corobo/bin/activate
  5. (venv-corobo) ➜ fork cd corobo
  6. (venv-corobo) ➜ corobo git:(master) pip install -r requirements.txt
  7. Collecting git+https://github.com/errbotio/errbot@c2639879d4c298933cdf406193de5a5e626db12b (from -r requirements.txt (line 2))
  8. Cloning https://github.com/errbotio/errbot (to c2639879d4c298933cdf406193de5a5e626db12b) to /tmp/pip-lrzj3n0f-build
  9. Could not find a tag or branch 'c2639879d4c298933cdf406193de5a5e626db12b', assuming commit.
  10. Collecting pyopenssl<17.5 (from -r requirements.txt (line 1))
  11. Using cached https://files.pythonhosted.org/packages/b7/45/0b83f445994da6ff803d7c3a5fa016afda3c965d0c48dafa8e0264a554e7/pyOpenSSL-17.4.0-py2.py3-none-any.whl
  12. Collecting wolframalpha (from -r requirements.txt (line 3))
  13. Using cached https://files.pythonhosted.org/packages/11/59/0344ef8af315626203b9711fc4c8c794ad175424a9d71fd5c28e6463e387/wolframalpha-3.0.1-py2.py3-none-any.whl
  14. Collecting github3.py~=1.0.0 (from -r requirements.txt (line 4))
  15. Using cached https://files.pythonhosted.org/packages/55/22/d1893dfb010407189ae872c58b338e8848151f034125477922c8f0881770/github3.py-1.0.2-py2.py3-none-any.whl
  16. Collecting IGitt==0.4.1.dev20171129151739 (from -r requirements.txt (line 5))
  17. Using cached https://files.pythonhosted.org/packages/67/ef/c23b7fa39a407c476f16749bbc0bbdf77a66c65b9bac3ec7e835190dc60e/IGitt-0.4.1.dev20171129151739-py3-none-any.whl
  18. Collecting gitpython (from -r requirements.txt (line 6))
  19. Using cached https://files.pythonhosted.org/packages/88/9c/b462dddb492204417f88d538b0931e87631f2a98afe89842929f4ed9ca5b/GitPython-2.1.9-py2.py3-none-any.whl
  20. Collecting vcrpy (from -r requirements.txt (line 7))
  21. Using cached https://files.pythonhosted.org/packages/6b/59/b6aac18226fae1362f3b71c36ae2a82ace12aaff00c90f7913cce0e03387/vcrpy-1.11.1-py2.py3-none-any.whl
  22. Collecting ramlient (from -r requirements.txt (line 8))
  23. Using cached https://files.pythonhosted.org/packages/4b/d6/9faed66978d538673241e8d9aafe118d85fe699a33ae1028ce9f385b0f40/ramlient-0.1.4-py2.py3-none-any.whl
  24. Collecting webtest (from errbot===9.9.9->-r requirements.txt (line 2))
  25. Using cached https://files.pythonhosted.org/packages/cf/14/7d2c9c136164b13816a3a2c5aef263eae48c22b2af45bb8674be3c255029/WebTest-2.0.29-py2.py3-none-any.whl
  26. Requirement already satisfied (use --upgrade to upgrade): setuptools in /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages (from errbot===9.9.9->-r requirements.txt (line 2))
  27. Collecting bottle (from errbot===9.9.9->-r requirements.txt (line 2))
  28. Collecting rocket-errbot (from errbot===9.9.9->-r requirements.txt (line 2))
  29. Collecting requests (from errbot===9.9.9->-r requirements.txt (line 2))
  30. Using cached https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl
  31. Collecting jinja2 (from errbot===9.9.9->-r requirements.txt (line 2))
  32. Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
  33. Collecting colorlog (from errbot===9.9.9->-r requirements.txt (line 2))
  34. Using cached https://files.pythonhosted.org/packages/69/eb/58ae10d3c46a0195ffdd0e3943d255d0d5029d71e5457785ecd665bcf0f3/colorlog-3.1.4-py2.py3-none-any.whl
  35. Collecting yapsy>=1.11 (from errbot===9.9.9->-r requirements.txt (line 2))
  36. Collecting markdown (from errbot===9.9.9->-r requirements.txt (line 2))
  37. Using cached https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl
  38. Collecting ansi (from errbot===9.9.9->-r requirements.txt (line 2))
  39. Collecting Pygments>=2.0.2 (from errbot===9.9.9->-r requirements.txt (line 2))
  40. Using cached https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl
  41. Collecting pygments-markdown-lexer>=0.1.0.dev39 (from errbot===9.9.9->-r requirements.txt (line 2))
  42. Collecting dnspython3 (from errbot===9.9.9->-r requirements.txt (line 2))
  43. Collecting daemonize (from errbot===9.9.9->-r requirements.txt (line 2))
  44. Using cached https://files.pythonhosted.org/packages/65/58/80ecb001c5892f03bd2c9266d986a070e705eb0db8e3b0fdbb10168af31b/daemonize-2.4.7-py2.py3-none-any.whl
  45. Collecting cryptography>=1.9 (from pyopenssl<17.5->-r requirements.txt (line 1))
  46. Using cached https://files.pythonhosted.org/packages/ec/b2/faa78c1ab928d2b2c634c8b41ff1181f0abdd9adf9193211bd606ffa57e2/cryptography-2.2.2.tar.gz
  47. Collecting six>=1.5.2 (from pyopenssl<17.5->-r requirements.txt (line 1))
  48. Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
  49. Collecting xmltodict (from wolframalpha->-r requirements.txt (line 3))
  50. Using cached https://files.pythonhosted.org/packages/42/a9/7e99652c6bc619d19d58cdd8c47560730eb5825d43a7e25db2e1d776ceb7/xmltodict-0.11.0-py2.py3-none-any.whl
  51. Collecting jaraco.itertools>=2.0 (from wolframalpha->-r requirements.txt (line 3))
  52. Using cached https://files.pythonhosted.org/packages/28/e5/a66741e585c00fa44aa93c6c830545391e0b6d766e47cba459354e9bb0b7/jaraco.itertools-2.2-py2.py3-none-any.whl
  53. Collecting uritemplate>=3.0.0 (from github3.py~=1.0.0->-r requirements.txt (line 4))
  54. Using cached https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
  55. Collecting python-dateutil>=2.6.0 (from github3.py~=1.0.0->-r requirements.txt (line 4))
  56. Using cached https://files.pythonhosted.org/packages/0c/57/19f3a65bcf6d5be570ee8c35a5398496e10a0ddcbc95393b2d17f86aaaf8/python_dateutil-2.7.2-py2.py3-none-any.whl
  57. Collecting backoff~=1.4.3 (from IGitt==0.4.1.dev20171129151739->-r requirements.txt (line 5))
  58. Collecting beautifulsoup4~=4.6.0 (from IGitt==0.4.1.dev20171129151739->-r requirements.txt (line 5))
  59. Using cached https://files.pythonhosted.org/packages/9e/d4/10f46e5cfac773e22707237bfcd51bbffeaf0a576b0a847ec7ab15bd7ace/beautifulsoup4-4.6.0-py3-none-any.whl
  60. Collecting PyJWT~=1.5.3 (from IGitt==0.4.1.dev20171129151739->-r requirements.txt (line 5))
  61. Using cached https://files.pythonhosted.org/packages/8a/a6/4d931a2c77a224d27c78382f4ce8ec07542d4426ea2793bea77a689273c2/PyJWT-1.5.3-py2.py3-none-any.whl
  62. Collecting gitdb2>=2.0.0 (from gitpython->-r requirements.txt (line 6))
  63. Using cached https://files.pythonhosted.org/packages/e0/95/c772c13b7c5740ec1a0924250e6defbf5dfdaee76a50d1c47f9c51f1cabb/gitdb2-2.0.3-py2.py3-none-any.whl
  64. Collecting wrapt (from vcrpy->-r requirements.txt (line 7))
  65. Collecting yarl; python_version in "3.4, 3.5, 3.6" (from vcrpy->-r requirements.txt (line 7))
  66. Downloading https://files.pythonhosted.org/packages/97/20/2d092f8d693d2e3e827191dd29ed538be1e53d47c5516947a4d0f2d4cf74/yarl-1.2.2-cp35-cp35m-manylinux1_x86_64.whl (252kB)
  67. 100% |████████████████████████████████| 256kB 1.1MB/s
  68. Collecting PyYAML (from vcrpy->-r requirements.txt (line 7))
  69. Collecting ramlfications (from ramlient->-r requirements.txt (line 8))
  70. Using cached https://files.pythonhosted.org/packages/92/a6/2c55224098adb71ffcaf02fbf9309043baf9f0594a67b6fa609db8f59fe4/ramlfications-0.1.9-py2.py3-none-any.whl
  71. Collecting WebOb>=1.2 (from webtest->errbot===9.9.9->-r requirements.txt (line 2))
  72. Using cached https://files.pythonhosted.org/packages/6f/f8/b2ce2bacd1e63840224af7169536ef0f8c2da7fcf2085bfb0b0d0a6edf4a/WebOb-1.8.1-py2.py3-none-any.whl
  73. Collecting waitress>=0.8.5 (from webtest->errbot===9.9.9->-r requirements.txt (line 2))
  74. Using cached https://files.pythonhosted.org/packages/ee/af/ac32a716d64e56561ee9c23ce45ee2865d7ac4e0678b737d2f5ee49b5fd6/waitress-1.1.0-py2.py3-none-any.whl
  75. Collecting chardet<3.1.0,>=3.0.2 (from requests->errbot===9.9.9->-r requirements.txt (line 2))
  76. Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
  77. Collecting certifi>=2017.4.17 (from requests->errbot===9.9.9->-r requirements.txt (line 2))
  78. Using cached https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl
  79. Collecting urllib3<1.23,>=1.21.1 (from requests->errbot===9.9.9->-r requirements.txt (line 2))
  80. Using cached https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl
  81. Collecting idna<2.7,>=2.5 (from requests->errbot===9.9.9->-r requirements.txt (line 2))
  82. Using cached https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl
  83. Collecting MarkupSafe>=0.23 (from jinja2->errbot===9.9.9->-r requirements.txt (line 2))
  84. Collecting dnspython==1.15.0 (from dnspython3->errbot===9.9.9->-r requirements.txt (line 2))
  85. Using cached https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl
  86. Collecting asn1crypto>=0.21.0 (from cryptography>=1.9->pyopenssl<17.5->-r requirements.txt (line 1))
  87. Using cached https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl
  88. Collecting cffi>=1.7 (from cryptography>=1.9->pyopenssl<17.5->-r requirements.txt (line 1))
  89. Using cached https://files.pythonhosted.org/packages/59/cc/0e1635b4951021ef35f5c92b32c865ae605fac2a19d724fb6ff99d745c81/cffi-1.11.5-cp35-cp35m-manylinux1_x86_64.whl
  90. Collecting inflect (from jaraco.itertools>=2.0->wolframalpha->-r requirements.txt (line 3))
  91. Using cached https://files.pythonhosted.org/packages/66/15/2d176749884cbeda0c92e0d09e1303ff53a973eb3c6bb2136803b9d962c9/inflect-0.2.5-py2.py3-none-any.whl
  92. Collecting more-itertools>=2.6 (from jaraco.itertools>=2.0->wolframalpha->-r requirements.txt (line 3))
  93. Using cached https://files.pythonhosted.org/packages/7a/46/886917c6a4ce49dd3fff250c01c5abac5390d57992751384fe61befc4877/more_itertools-4.1.0-py3-none-any.whl
  94. Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython->-r requirements.txt (line 6))
  95. Using cached https://files.pythonhosted.org/packages/e3/59/4e22f692e65f5f9271252a8e63f04ce4ad561d4e06192478ee48dfac9611/smmap2-2.0.3-py2.py3-none-any.whl
  96. Collecting multidict>=4.0 (from yarl; python_version in "3.4, 3.5, 3.6"->vcrpy->-r requirements.txt (line 7))
  97. Using cached https://files.pythonhosted.org/packages/24/fb/208cc0f2e70f36582c48ed4239e138ca4582480318262847ce02cd1acc18/multidict-4.2.0-cp35-cp35m-manylinux1_x86_64.whl
  98. Collecting click (from ramlfications->ramlient->-r requirements.txt (line 8))
  99. Using cached https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl
  100. Collecting jsonref (from ramlfications->ramlient->-r requirements.txt (line 8))
  101. Collecting termcolor (from ramlfications->ramlient->-r requirements.txt (line 8))
  102. Collecting markdown2 (from ramlfications->ramlient->-r requirements.txt (line 8))
  103. Collecting attrs (from ramlfications->ramlient->-r requirements.txt (line 8))
  104. Using cached https://files.pythonhosted.org/packages/b5/60/4e178c1e790fd60f1229a9b3cb2f8bc2f4cc6ff2c8838054c142c70b5adc/attrs-17.4.0-py2.py3-none-any.whl
  105. Collecting pycparser (from cffi>=1.7->cryptography>=1.9->pyopenssl<17.5->-r requirements.txt (line 1))
  106. Building wheels for collected packages: cryptography
  107. Running setup.py bdist_wheel for cryptography ... error
  108. Complete output from command /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-4r9grfaj/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpyyy7n1j5pip-wheel- --python-tag cp35:
  109.  
  110. Installed /tmp/pip-build-4r9grfaj/cryptography/.eggs/cffi-1.11.5-py3.5-linux-x86_64.egg
  111. Searching for pycparser
  112. Reading https://pypi.python.org/simple/pycparser/
  113. Best match: pycparser 2.18
  114. Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz#sha256=99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226
  115. Processing pycparser-2.18.tar.gz
  116. Writing /tmp/easy_install-050_t66i/pycparser-2.18/setup.cfg
  117. Running pycparser-2.18/setup.py -q bdist_egg --dist-dir /tmp/easy_install-050_t66i/pycparser-2.18/egg-dist-tmp-wrq7m9eb
  118. warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
  119. warning: no previously-included files matching 'lextab.*' found under directory 'tests'
  120. warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
  121. warning: no previously-included files matching 'lextab.*' found under directory 'examples'
  122. zip_safe flag not set; analyzing archive contents...
  123. pycparser.ply.__pycache__.lex.cpython-35: module references __file__
  124. pycparser.ply.__pycache__.lex.cpython-35: module MAY be using inspect.getsourcefile
  125. pycparser.ply.__pycache__.yacc.cpython-35: module references __file__
  126. pycparser.ply.__pycache__.yacc.cpython-35: module MAY be using inspect.getsourcefile
  127. pycparser.ply.__pycache__.yacc.cpython-35: module MAY be using inspect.stack
  128. pycparser.ply.__pycache__.ygen.cpython-35: module references __file__
  129. creating /tmp/pip-build-4r9grfaj/cryptography/.eggs/pycparser-2.18-py3.5.egg
  130. Extracting pycparser-2.18-py3.5.egg to /tmp/pip-build-4r9grfaj/cryptography/.eggs
  131.  
  132. Installed /tmp/pip-build-4r9grfaj/cryptography/.eggs/pycparser-2.18-py3.5.egg
  133. /usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_requires'
  134. warnings.warn(msg)
  135. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  136. or: -c --help [cmd1 cmd2 ...]
  137. or: -c --help-commands
  138. or: -c cmd --help
  139.  
  140. error: invalid command 'bdist_wheel'
  141.  
  142. ----------------------------------------
  143. Failed building wheel for cryptography
  144. Running setup.py clean for cryptography
  145. Failed to build cryptography
  146. Installing collected packages: idna, asn1crypto, six, pycparser, cffi, cryptography, pyopenssl, xmltodict, inflect, more-itertools, jaraco.itertools, wolframalpha, chardet, certifi, urllib3, requests, uritemplate, python-dateutil, github3.py, smmap2, gitdb2, gitpython, backoff, beautifulsoup4, PyJWT, IGitt, wrapt, multidict, yarl, PyYAML, vcrpy, click, jsonref, termcolor, markdown2, attrs, ramlfications, ramlient, WebOb, waitress, webtest, bottle, rocket-errbot, MarkupSafe, jinja2, colorlog, yapsy, markdown, ansi, Pygments, pygments-markdown-lexer, dnspython, dnspython3, daemonize, errbot
  147. Running setup.py install for cryptography ... done
  148. Running setup.py install for errbot ... done
  149. Successfully installed IGitt-0.4.1.dev20171129151739 MarkupSafe-1.0 PyJWT-1.5.3 PyYAML-3.12 Pygments-2.2.0 WebOb-1.8.1 ansi-0.1.3 asn1crypto-0.24.0 attrs-17.4.0 backoff-1.4.3 beautifulsoup4-4.6.0 bottle-0.12.13 certifi-2018.4.16 cffi-1.11.5 chardet-3.0.4 click-6.7 colorlog-3.1.4 cryptography-2.2.2 daemonize-2.4.7 dnspython-1.15.0 dnspython3-1.15.0 errbot-9.9.9 gitdb2-2.0.3 github3.py-1.0.2 gitpython-2.1.9 idna-2.6 inflect-0.2.5 jaraco.itertools-2.2 jinja2-2.10 jsonref-0.1 markdown-2.6.11 markdown2-2.3.5 more-itertools-4.1.0 multidict-4.2.0 pycparser-2.18 pygments-markdown-lexer-0.1.0.dev39 pyopenssl-17.4.0 python-dateutil-2.7.2 ramlfications-0.1.9 ramlient-0.1.4 requests-2.18.4 rocket-errbot-1.2.5 six-1.11.0 smmap2-2.0.3 termcolor-1.1.0 uritemplate-3.0.0 urllib3-1.22 vcrpy-1.11.1 waitress-1.1.0 webtest-2.0.29 wolframalpha-3.0.1 wrapt-1.10.11 xmltodict-0.11.0 yapsy-1.11.223 yarl-1.2.2
  150. You are using pip version 8.1.1, however version 10.0.1 is available.
  151. You should consider upgrading via the 'pip install --upgrade pip' command.
  152. (venv-corobo) ➜ corobo git:(master) export COBOT_TOKEN="{gitter_token}"
  153. export COBOT_PREFIX="dude"
  154. export BOT_ADMINS="nvzard"
  155. export BACKEND="Gitter"
  156. export GH_TOKEN="{gh token}"
  157. export GL_TOKEN="{gl token}"
  158. export GH_ORG_NAME="coala"
  159. export GL_ORG_NAME="coala"
  160. (venv-corobo) ➜ corobo git:(master) pwd
  161. /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo
  162. (venv-corobo) ➜ corobo git:(master) ls
  163. answers err-backend-gitter README.md utils
  164. config.py errbot.log requirements.txt webservices.raml
  165. data LICENSE setup.cfg
  166. Dockerfile plugins test-requirements.txt
  167. docs __pycache__ tests
  168. (venv-corobo) ➜ corobo git:(master) cd err-backend-gitter
  169. (venv-corobo) ➜ err-backend-gitter git:(master) ls
  170. COPYING gitter.py __pycache__ requirements.txt
  171. gitter.plug oauth.py README.md screenshot.png
  172. (venv-corobo) ➜ err-backend-gitter git:(master) cd ..
  173. (venv-corobo) ➜ corobo git:(master) git status
  174. On branch master
  175. Your branch is up-to-date with 'origin/master'.
  176. nothing to commit, working directory clean
  177. (venv-corobo) ➜ corobo git:(master) errbot
  178. WARNING:root:Deprecation warning: environment variable COBOT_PREFIX is replaced by BOT_PREFIX.
  179. INFO:errbot.cli:Config check passed...
  180. INFO:errbot.cli:Selected backend 'Gitter'.
  181. INFO:errbot.cli:Checking for '/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data'...
  182. INFO:errbot.specific_plugin_manager:storage search paths {'/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage'}
  183. 20:55:51 INFO errbot.specific_plugin_ma storage search paths {'/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage'}
  184. INFO:errbot.specific_plugin_manager:Found those plugings available:
  185. 20:55:51 INFO errbot.specific_plugin_ma Found those plugings available:
  186. INFO:errbot.specific_plugin_manager: Shelf (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage/shelf.py)
  187. 20:55:51 INFO errbot.specific_plugin_ma Shelf (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage/shelf.py)
  188. INFO:errbot.specific_plugin_manager: Memory (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage/memory.py)
  189. 20:55:51 INFO errbot.specific_plugin_ma Memory (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage/memory.py)
  190. INFO:errbot.bootstrap:Found Storage plugin: 'Shelf'
  191. Description: This is the storage plugin for the traditional shelf store for errbot.
  192. 20:55:51 INFO errbot.bootstrap Found Storage plugin: 'Shelf'
  193. Description: This is the storage plugin for the traditional shelf store for errbot.
  194. DEBUG:errbot.specific_plugin_manager:Refilter the plugins...
  195. 20:55:51 DEBUG errbot.specific_plugin_ma Refilter the plugins...
  196. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage/memory.plug' rejected by strategy 'SpecificBackendLocator'
  197. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/storage/memory.plug' rejected by strategy 'SpecificBackendLocator'
  198. DEBUG:errbot.specific_plugin_manager:Load the one remaining...
  199. 20:55:51 DEBUG errbot.specific_plugin_ma Load the one remaining...
  200. DEBUG:errbot.specific_plugin_manager:Class to load ShelfStoragePlugin
  201. 20:55:51 DEBUG errbot.specific_plugin_ma Class to load ShelfStoragePlugin
  202. DEBUG:errbot.storage:Opening storage 'repomgr'
  203. 20:55:51 DEBUG errbot.storage Opening storage 'repomgr'
  204. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/repomgr.db
  205. 20:55:51 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/repomgr.db
  206. DEBUG:errbot.storage:Opening storage 'core'
  207. 20:55:51 DEBUG errbot.storage Opening storage 'core'
  208. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/core.db
  209. 20:55:51 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/core.db
  210. INFO:errbot.specific_plugin_manager:backends search paths {'/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends', '/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter'}
  211. 20:55:51 INFO errbot.specific_plugin_ma backends search paths {'/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends', '/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter'}
  212. INFO:errbot.specific_plugin_manager:Found those plugings available:
  213. 20:55:51 INFO errbot.specific_plugin_ma Found those plugings available:
  214. INFO:errbot.specific_plugin_manager: Null (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/null.py)
  215. 20:55:51 INFO errbot.specific_plugin_ma Null (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/null.py)
  216. INFO:errbot.specific_plugin_manager: Graphic (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/graphic.py)
  217. 20:55:51 INFO errbot.specific_plugin_ma Graphic (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/graphic.py)
  218. INFO:errbot.specific_plugin_manager: Slack (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/slack.py)
  219. 20:55:51 INFO errbot.specific_plugin_ma Slack (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/slack.py)
  220. INFO:errbot.specific_plugin_manager: Test (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/test.py)
  221. 20:55:51 INFO errbot.specific_plugin_ma Test (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/test.py)
  222. INFO:errbot.specific_plugin_manager: IRC (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/irc.py)
  223. 20:55:51 INFO errbot.specific_plugin_ma IRC (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/irc.py)
  224. INFO:errbot.specific_plugin_manager: Text (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/text.py)
  225. 20:55:51 INFO errbot.specific_plugin_ma Text (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/text.py)
  226. INFO:errbot.specific_plugin_manager: XMPP (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/xmpp.py)
  227. 20:55:51 INFO errbot.specific_plugin_ma XMPP (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/xmpp.py)
  228. INFO:errbot.specific_plugin_manager: Telegram (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/telegram_messenger.py)
  229. 20:55:51 INFO errbot.specific_plugin_ma Telegram (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/telegram_messenger.py)
  230. INFO:errbot.specific_plugin_manager: Hipchat (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/hipchat.py)
  231. 20:55:51 INFO errbot.specific_plugin_ma Hipchat (/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/hipchat.py)
  232. INFO:errbot.specific_plugin_manager: Gitter (/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/gitter.py)
  233. 20:55:51 INFO errbot.specific_plugin_ma Gitter (/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/gitter.py)
  234. INFO:errbot.bootstrap:Found Backend plugin: 'Gitter'
  235. Description: This is a backend implementation for gitter.im.
  236. 20:55:51 INFO errbot.bootstrap Found Backend plugin: 'Gitter'
  237. Description: This is a backend implementation for gitter.im.
  238. DEBUG:errbot.specific_plugin_manager:Refilter the plugins...
  239. 20:55:51 DEBUG errbot.specific_plugin_ma Refilter the plugins...
  240. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/null.plug' rejected by strategy 'SpecificBackendLocator'
  241. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/null.plug' rejected by strategy 'SpecificBackendLocator'
  242. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/graphic.plug' rejected by strategy 'SpecificBackendLocator'
  243. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/graphic.plug' rejected by strategy 'SpecificBackendLocator'
  244. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/slack.plug' rejected by strategy 'SpecificBackendLocator'
  245. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/slack.plug' rejected by strategy 'SpecificBackendLocator'
  246. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/test.plug' rejected by strategy 'SpecificBackendLocator'
  247. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/test.plug' rejected by strategy 'SpecificBackendLocator'
  248. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/irc.plug' rejected by strategy 'SpecificBackendLocator'
  249. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/irc.plug' rejected by strategy 'SpecificBackendLocator'
  250. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/text.plug' rejected by strategy 'SpecificBackendLocator'
  251. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/text.plug' rejected by strategy 'SpecificBackendLocator'
  252. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/xmpp.plug' rejected by strategy 'SpecificBackendLocator'
  253. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/xmpp.plug' rejected by strategy 'SpecificBackendLocator'
  254. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/telegram_messenger.plug' rejected by strategy 'SpecificBackendLocator'
  255. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/telegram_messenger.plug' rejected by strategy 'SpecificBackendLocator'
  256. WARNING:yapsy:Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/hipchat.plug' rejected by strategy 'SpecificBackendLocator'
  257. 20:55:51 WARNING yapsy Plugin candidate '/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/backends/hipchat.plug' rejected by strategy 'SpecificBackendLocator'
  258. DEBUG:errbot.specific_plugin_manager:Load the one remaining...
  259. 20:55:51 DEBUG errbot.specific_plugin_ma Load the one remaining...
  260. DEBUG:errbot.specific_plugin_manager:Class to load GitterBackend
  261. 20:55:52 DEBUG errbot.specific_plugin_ma Class to load GitterBackend
  262. DEBUG:errbot.core:ErrBot init.
  263. 20:55:52 DEBUG errbot.core ErrBot init.
  264. DEBUG:errbot.backends.base:Backend init.
  265. 20:55:52 DEBUG errbot.backends.base Backend init.
  266. DEBUG:errbot.core:created a thread pool of size 10.
  267. 20:55:52 DEBUG errbot.core created a thread pool of size 10.
  268. INFO:errbot.backends.gitter:Capping MESSAGE_SIZE_LIMIT to 4096 which is the maximum length allowed by Gitter
  269. 20:55:52 INFO errbot.backends.gitter Capping MESSAGE_SIZE_LIMIT to 4096 which is the maximum length allowed by Gitter
  270. DEBUG:errbot.backends.gitter:Fetching and building identifier for the bot itself.
  271. 20:55:52 DEBUG errbot.backends.gitter Fetching and building identifier for the bot itself.
  272. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  273. 20:55:52 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  274. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/user HTTP/1.1" 200 241
  275. 20:55:53 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/user HTTP/1.1" 200 241
  276. DEBUG:errbot.backends.gitter:Done! I'm connected as blacksheep95
  277. 20:55:53 DEBUG errbot.backends.gitter Done! I'm connected as blacksheep95
  278. DEBUG:errbot.core:Initializing backend storage
  279. 20:55:53 DEBUG errbot.core Initializing backend storage
  280. DEBUG:errbot.storage:Opening storage 'gitter_backend'
  281. 20:55:53 DEBUG errbot.storage Opening storage 'gitter_backend'
  282. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/gitter_backend.db
  283. 20:55:53 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/gitter_backend.db
  284. DEBUG:errbot.plugin_manager:All plugin roots:
  285. 20:55:54 DEBUG errbot.plugin_manager All plugin roots:
  286. DEBUG:errbot.plugin_manager:-> /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins
  287. 20:55:54 DEBUG errbot.plugin_manager -> /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins
  288. DEBUG:errbot.plugin_manager:Add /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins to sys.path
  289. 20:55:54 DEBUG errbot.plugin_manager Add /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins to sys.path
  290. DEBUG:errbot.plugin_manager:-> /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils
  291. 20:55:54 DEBUG errbot.plugin_manager -> /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils
  292. DEBUG:errbot.plugin_manager:Add /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils to sys.path
  293. 20:55:54 DEBUG errbot.plugin_manager Add /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils to sys.path
  294. DEBUG:errbot.plugin_manager:-> /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins
  295. 20:55:54 DEBUG errbot.plugin_manager -> /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins
  296. DEBUG:errbot.plugin_manager:Add /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins to sys.path
  297. 20:55:54 DEBUG errbot.plugin_manager Add /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins to sys.path
  298. DEBUG:errbot.plugin_manager:-> /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter
  299. 20:55:54 DEBUG errbot.plugin_manager -> /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter
  300. DEBUG:errbot.plugin_manager:/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins has no requirements.txt file
  301. 20:55:54 DEBUG errbot.plugin_manager /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins has no requirements.txt file
  302. DEBUG:errbot.plugin_manager:/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils has no requirements.txt file
  303. 20:55:54 DEBUG errbot.plugin_manager /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils has no requirements.txt file
  304. DEBUG:errbot.plugin_manager:/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins has no requirements.txt file
  305. 20:55:54 DEBUG errbot.plugin_manager /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins has no requirements.txt file
  306. INFO:errbot.plugin_manager:Installing packages from '/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/requirements.txt'.
  307. 20:55:54 INFO errbot.plugin_manager Installing packages from '/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/requirements.txt'.
  308. Requirement already satisfied (use --upgrade to upgrade): requests in /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages (from -r /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/requirements.txt (line 1))
  309. Requirement already satisfied (use --upgrade to upgrade): certifi>=2017.4.17 in /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages (from requests->-r /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/requirements.txt (line 1))
  310. Requirement already satisfied (use --upgrade to upgrade): urllib3<1.23,>=1.21.1 in /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages (from requests->-r /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/requirements.txt (line 1))
  311. Requirement already satisfied (use --upgrade to upgrade): idna<2.7,>=2.5 in /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages (from requests->-r /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/requirements.txt (line 1))
  312. Requirement already satisfied (use --upgrade to upgrade): chardet<3.1.0,>=3.0.2 in /home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages (from requests->-r /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/err-backend-gitter/requirements.txt (line 1))
  313. You are using pip version 8.1.1, however version 10.0.1 is available.
  314. You should consider upgrading via the 'pip install --upgrade pip' command.
  315. DEBUG:errbot.plugins.lmgtfy:Logger for plugin initialized...
  316. 20:55:55 DEBUG errbot.plugins.lmgtfy Logger for plugin initialized...
  317. DEBUG:errbot.plugins.explain:Logger for plugin initialized...
  318. 20:55:55 DEBUG errbot.plugins.explain Logger for plugin initialized...
  319. DEBUG:errbot.plugins.nevermind:Logger for plugin initialized...
  320. 20:55:55 DEBUG errbot.plugins.nevermind Logger for plugin initialized...
  321. DEBUG:errbot.plugins.pitchfork:Logger for plugin initialized...
  322. 20:55:55 DEBUG errbot.plugins.pitchfork Logger for plugin initialized...
  323. DEBUG:errbot.plugins.deprecate_bot_prefixes:Logger for plugin initialized...
  324. 20:55:55 DEBUG errbot.plugins.deprecate_ Logger for plugin initialized...
  325. DEBUG:errbot.plugins.answer:Logger for plugin initialized...
  326. 20:55:55 DEBUG errbot.plugins.answer Logger for plugin initialized...
  327. DEBUG:asyncio:Using selector: EpollSelector
  328. 20:55:55 DEBUG asyncio Using selector: EpollSelector
  329. DEBUG:git.cmd:Popen(['git', 'version'], cwd=/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo, universal_newlines=False, shell=None)
  330. 20:55:55 DEBUG git.cmd Popen(['git', 'version'], cwd=/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo, universal_newlines=False, shell=None)
  331. DEBUG:git.cmd:Popen(['git', 'version'], cwd=/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo, universal_newlines=False, shell=None)
  332. 20:55:55 DEBUG git.cmd Popen(['git', 'version'], cwd=/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo, universal_newlines=False, shell=None)
  333. DEBUG:errbot.plugins.LabHub:Logger for plugin initialized...
  334. 20:55:55 DEBUG errbot.plugins.LabHub Logger for plugin initialized...
  335. INFO:github3:Building a url from ('https://api.github.com', 'orgs', 'coala')
  336. 20:55:55 INFO github3 Building a url from ('https://api.github.com', 'orgs', 'coala')
  337. INFO:github3:Missed the cache building the url
  338. 20:55:55 INFO github3 Missed the cache building the url
  339. DEBUG:github3:GET https://api.github.com/orgs/coala with {}
  340. 20:55:55 DEBUG github3 GET https://api.github.com/orgs/coala with {}
  341. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.github.com
  342. 20:55:55 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.github.com
  343. DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 200 None
  344. 20:55:56 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 200 None
  345. INFO:github3:JSON was returned
  346. 20:55:56 INFO github3 JSON was returned
  347. INFO:github3:Building a url from ('https://api.github.com/orgs/coala', 'teams')
  348. 20:55:56 INFO github3 Building a url from ('https://api.github.com/orgs/coala', 'teams')
  349. INFO:github3:Missed the cache building the url
  350. 20:55:56 INFO github3 Missed the cache building the url
  351. DEBUG:github3:GET https://api.github.com/orgs/coala/teams with {'headers': {}, 'params': {'per_page': 100}}
  352. 20:55:56 DEBUG github3 GET https://api.github.com/orgs/coala/teams with {'headers': {}, 'params': {'per_page': 100}}
  353. DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /orgs/coala/teams?per_page=100 HTTP/1.1" 403 None
  354. 20:55:57 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala/teams?per_page=100 HTTP/1.1" 403 None
  355. ERROR:yapsy:Unable to create plugin object: /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub
  356. Traceback (most recent call last):
  357. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  358. plugin_info.plugin_object = self.instanciateElement(element)
  359. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  360. return element(self.bot, name=self._current_pluginfo.name)
  361. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  362. for team in self.GH3_ORG.teams():
  363. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  364. json = self._get_json(response)
  365. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  366. return self._json(response, 200)
  367. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  368. raise exceptions.error_for(response)
  369. github3.exceptions.ForbiddenError: 403 Must have admin rights to Repository.
  370. 20:55:57 ERROR yapsy Unable to create plugin object: /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub
  371. Traceback (most recent call last):
  372. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  373. plugin_info.plugin_object = self.instanciateElement(element)
  374. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  375. return element(self.bot, name=self._current_pluginfo.name)
  376. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  377. for team in self.GH3_ORG.teams():
  378. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  379. json = self._get_json(response)
  380. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  381. return self._json(response, 200)
  382. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  383. raise exceptions.error_for(response)
  384. github3.exceptions.ForbiddenError: 403 Must have admin rights to Repository.
  385. DEBUG:errbot.plugins.coatils:Logger for plugin initialized...
  386. 20:55:57 DEBUG errbot.plugins.coatils Logger for plugin initialized...
  387. DEBUG:errbot.plugins.git_stats:Logger for plugin initialized...
  388. 20:55:57 DEBUG errbot.plugins.git_stats Logger for plugin initialized...
  389. INFO:github3:Building a url from ('https://api.github.com', 'orgs', 'coala')
  390. 20:55:57 INFO github3 Building a url from ('https://api.github.com', 'orgs', 'coala')
  391. DEBUG:github3:GET https://api.github.com/orgs/coala with {}
  392. 20:55:57 DEBUG github3 GET https://api.github.com/orgs/coala with {}
  393. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.github.com
  394. 20:55:57 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.github.com
  395. DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 200 None
  396. 20:55:58 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 200 None
  397. INFO:github3:JSON was returned
  398. 20:55:58 INFO github3 JSON was returned
  399. INFO:github3:Building a url from ('https://api.github.com/orgs/coala', 'teams')
  400. 20:55:58 INFO github3 Building a url from ('https://api.github.com/orgs/coala', 'teams')
  401. DEBUG:github3:GET https://api.github.com/orgs/coala/teams with {'headers': {}, 'params': {'per_page': 100}}
  402. 20:55:58 DEBUG github3 GET https://api.github.com/orgs/coala/teams with {'headers': {}, 'params': {'per_page': 100}}
  403. DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /orgs/coala/teams?per_page=100 HTTP/1.1" 403 None
  404. 20:55:58 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala/teams?per_page=100 HTTP/1.1" 403 None
  405. ERROR:yapsy:Unable to create plugin object: /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/git_stats
  406. Traceback (most recent call last):
  407. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  408. plugin_info.plugin_object = self.instanciateElement(element)
  409. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  410. return element(self.bot, name=self._current_pluginfo.name)
  411. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/git_stats.py", line 19, in __init__
  412. super().__init__(bot, name)
  413. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  414. for team in self.GH3_ORG.teams():
  415. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  416. json = self._get_json(response)
  417. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  418. return self._json(response, 200)
  419. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  420. raise exceptions.error_for(response)
  421. github3.exceptions.ForbiddenError: 403 Must have admin rights to Repository.
  422. 20:55:58 ERROR yapsy Unable to create plugin object: /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/git_stats
  423. Traceback (most recent call last):
  424. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  425. plugin_info.plugin_object = self.instanciateElement(element)
  426. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  427. return element(self.bot, name=self._current_pluginfo.name)
  428. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/git_stats.py", line 19, in __init__
  429. super().__init__(bot, name)
  430. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  431. for team in self.GH3_ORG.teams():
  432. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  433. json = self._get_json(response)
  434. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  435. return self._json(response, 200)
  436. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  437. raise exceptions.error_for(response)
  438. github3.exceptions.ForbiddenError: 403 Must have admin rights to Repository.
  439. DEBUG:errbot.plugins.git_stats:Logger for plugin initialized...
  440. 20:55:58 DEBUG errbot.plugins.git_stats Logger for plugin initialized...
  441. INFO:github3:Building a url from ('https://api.github.com', 'orgs', 'coala')
  442. 20:55:58 INFO github3 Building a url from ('https://api.github.com', 'orgs', 'coala')
  443. DEBUG:github3:GET https://api.github.com/orgs/coala with {}
  444. 20:55:58 DEBUG github3 GET https://api.github.com/orgs/coala with {}
  445. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.github.com
  446. 20:55:58 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.github.com
  447. DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 200 None
  448. 20:56:00 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 200 None
  449. INFO:github3:JSON was returned
  450. 20:56:00 INFO github3 JSON was returned
  451. INFO:github3:Building a url from ('https://api.github.com/orgs/coala', 'teams')
  452. 20:56:00 INFO github3 Building a url from ('https://api.github.com/orgs/coala', 'teams')
  453. DEBUG:github3:GET https://api.github.com/orgs/coala/teams with {'headers': {}, 'params': {'per_page': 100}}
  454. 20:56:00 DEBUG github3 GET https://api.github.com/orgs/coala/teams with {'headers': {}, 'params': {'per_page': 100}}
  455. DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /orgs/coala/teams?per_page=100 HTTP/1.1" 403 None
  456. 20:56:00 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala/teams?per_page=100 HTTP/1.1" 403 None
  457. ERROR:yapsy:Unable to create plugin object: /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/git_stats
  458. Traceback (most recent call last):
  459. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  460. plugin_info.plugin_object = self.instanciateElement(element)
  461. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  462. return element(self.bot, name=self._current_pluginfo.name)
  463. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  464. for team in self.GH3_ORG.teams():
  465. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  466. json = self._get_json(response)
  467. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  468. return self._json(response, 200)
  469. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  470. raise exceptions.error_for(response)
  471. github3.exceptions.ForbiddenError: 403 Must have admin rights to Repository.
  472. 20:56:00 ERROR yapsy Unable to create plugin object: /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/git_stats
  473. Traceback (most recent call last):
  474. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  475. plugin_info.plugin_object = self.instanciateElement(element)
  476. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  477. return element(self.bot, name=self._current_pluginfo.name)
  478. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  479. for team in self.GH3_ORG.teams():
  480. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  481. json = self._get_json(response)
  482. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  483. return self._json(response, 200)
  484. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  485. raise exceptions.error_for(response)
  486. github3.exceptions.ForbiddenError: 403 Must have admin rights to Repository.
  487. DEBUG:errbot.plugins.wolfram alpha:Logger for plugin initialized...
  488. 20:56:00 DEBUG errbot.plugins.wolfram al Logger for plugin initialized...
  489. DEBUG:errbot.plugins.ghetto:Logger for plugin initialized...
  490. 20:56:00 DEBUG errbot.plugins.ghetto Logger for plugin initialized...
  491. DEBUG:errbot.plugins.SearchDocs:Logger for plugin initialized...
  492. 20:56:00 DEBUG errbot.plugins.SearchDocs Logger for plugin initialized...
  493. DEBUG:errbot.plugins.ship_it:Logger for plugin initialized...
  494. 20:56:00 DEBUG errbot.plugins.ship_it Logger for plugin initialized...
  495. DEBUG:errbot.plugins.the_rules:Logger for plugin initialized...
  496. 20:56:00 DEBUG errbot.plugins.the_rules Logger for plugin initialized...
  497. DEBUG:errbot.plugins.coala_lowercase_c:Logger for plugin initialized...
  498. 20:56:00 DEBUG errbot.plugins.coala_lowe Logger for plugin initialized...
  499. DEBUG:errbot.plugins.utils:Logger for plugin initialized...
  500. 20:56:00 DEBUG errbot.plugins.utils Logger for plugin initialized...
  501. DEBUG:errbot.plugins.filters:Logger for plugin initialized...
  502. 20:56:00 DEBUG errbot.plugins.filters Logger for plugin initialized...
  503. DEBUG:errbot.plugins.Health:Logger for plugin initialized...
  504. 20:56:00 DEBUG errbot.plugins.Health Logger for plugin initialized...
  505. DEBUG:errbot.plugins.Utils:Logger for plugin initialized...
  506. 20:56:00 DEBUG errbot.plugins.Utils Logger for plugin initialized...
  507. DEBUG:errbot.plugins.Backup:Logger for plugin initialized...
  508. 20:56:00 DEBUG errbot.plugins.Backup Logger for plugin initialized...
  509. DEBUG:errbot.plugins.Help:Logger for plugin initialized...
  510. 20:56:00 DEBUG errbot.plugins.Help Logger for plugin initialized...
  511. DEBUG:errbot.plugins.Plugins:Logger for plugin initialized...
  512. 20:56:00 DEBUG errbot.plugins.Plugins Logger for plugin initialized...
  513. INFO:errbot:webhooks: Flag to bind /echo to echo
  514. 20:56:00 INFO errbot webhooks: Flag to bind /echo to echo
  515. DEBUG:errbot.plugins.Webserver:Logger for plugin initialized...
  516. 20:56:00 DEBUG errbot.plugins.Webserver Logger for plugin initialized...
  517. DEBUG:errbot.plugins.ACLs:Logger for plugin initialized...
  518. 20:56:00 DEBUG errbot.plugins.ACLs Logger for plugin initialized...
  519. DEBUG:errbot.plugins.Flows:Logger for plugin initialized...
  520. 20:56:00 DEBUG errbot.plugins.Flows Logger for plugin initialized...
  521. DEBUG:errbot.plugins.ChatRoom:Logger for plugin initialized...
  522. 20:56:00 DEBUG errbot.plugins.ChatRoom Logger for plugin initialized...
  523. DEBUG:errbot.plugins.VersionChecker:Logger for plugin initialized...
  524. 20:56:00 DEBUG errbot.plugins.VersionChe Logger for plugin initialized...
  525. DEBUG:errbot.plugins.CommandNotFoundFilter:Logger for plugin initialized...
  526. 20:56:00 DEBUG errbot.plugins.CommandNot Logger for plugin initialized...
  527. ERROR:errbot.bootstrap:Some plugins failed to load:
  528. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  529. plugin_info.plugin_object = self.instanciateElement(element)
  530. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  531. return element(self.bot, name=self._current_pluginfo.name)
  532. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  533. for team in self.GH3_ORG.teams():
  534. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  535. json = self._get_json(response)
  536. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  537. return self._json(response, 200)
  538. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  539. raise exceptions.error_for(response)
  540.  
  541. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  542. plugin_info.plugin_object = self.instanciateElement(element)
  543. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  544. return element(self.bot, name=self._current_pluginfo.name)
  545. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  546. for team in self.GH3_ORG.teams():
  547. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  548. json = self._get_json(response)
  549. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  550. return self._json(response, 200)
  551. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  552. raise exceptions.error_for(response)
  553.  
  554. 20:56:00 ERROR errbot.bootstrap Some plugins failed to load:
  555. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  556. plugin_info.plugin_object = self.instanciateElement(element)
  557. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  558. return element(self.bot, name=self._current_pluginfo.name)
  559. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  560. for team in self.GH3_ORG.teams():
  561. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  562. json = self._get_json(response)
  563. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  564. return self._json(response, 200)
  565. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  566. raise exceptions.error_for(response)
  567.  
  568. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  569. plugin_info.plugin_object = self.instanciateElement(element)
  570. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  571. return element(self.bot, name=self._current_pluginfo.name)
  572. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  573. for team in self.GH3_ORG.teams():
  574. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  575. json = self._get_json(response)
  576. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  577. return self._json(response, 200)
  578. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  579. raise exceptions.error_for(response)
  580.  
  581. DEBUG:errbot.bootstrap:Start serving commands from the gitter backend
  582. 20:56:00 DEBUG errbot.bootstrap Start serving commands from the gitter backend
  583. INFO:errbot.core:Activate internal commands
  584. 20:56:00 INFO errbot.core Activate internal commands
  585. INFO:errbot.plugin_manager:Activate bot plugins...
  586. 20:56:00 INFO errbot.plugin_manager Activate bot plugins...
  587. INFO:errbot.plugin_manager:Activate plugin: lmgtfy
  588. 20:56:00 INFO errbot.plugin_manager Activate plugin: lmgtfy
  589. DEBUG:errbot.plugin_manager:Plugin lmgtfy has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  590. 20:56:00 DEBUG errbot.plugin_manager Plugin lmgtfy has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  591. DEBUG:errbot.plugin_manager:Plugin lmgtfy has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  592. 20:56:00 DEBUG errbot.plugin_manager Plugin lmgtfy has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  593. INFO:errbot.plugin_manager:Activating lmgtfy with min_err_version = 9.9.9 and max_version = 9.9.9
  594. 20:56:00 INFO errbot.plugin_manager Activating lmgtfy with min_err_version = 9.9.9 and max_version = 9.9.9
  595. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  596. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  597. DEBUG:errbot.botplugin:Init storage for lmgtfy
  598. 20:56:00 DEBUG errbot.botplugin Init storage for lmgtfy
  599. DEBUG:errbot.storage:Opening storage 'lmgtfy'
  600. 20:56:00 DEBUG errbot.storage Opening storage 'lmgtfy'
  601. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/lmgtfy.db
  602. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/lmgtfy.db
  603. DEBUG:errbot.core:Adding regex command : lmgtfy -> lmgtfy
  604. 20:56:00 DEBUG errbot.core Adding regex command : lmgtfy -> lmgtfy
  605. INFO:errbot.core_plugins.wsview:Checking Lmgtfy for webhooks
  606. 20:56:00 INFO errbot.core_plugins.wsvie Checking Lmgtfy for webhooks
  607. INFO:errbot.plugin_manager:Activate plugin: explain
  608. 20:56:00 INFO errbot.plugin_manager Activate plugin: explain
  609. DEBUG:errbot.plugin_manager:Plugin explain has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  610. 20:56:00 DEBUG errbot.plugin_manager Plugin explain has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  611. DEBUG:errbot.plugin_manager:Plugin explain has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  612. 20:56:00 DEBUG errbot.plugin_manager Plugin explain has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  613. INFO:errbot.plugin_manager:Activating explain with min_err_version = 9.9.9 and max_version = 9.9.9
  614. 20:56:00 INFO errbot.plugin_manager Activating explain with min_err_version = 9.9.9 and max_version = 9.9.9
  615. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  616. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  617. DEBUG:errbot.botplugin:Init storage for explain
  618. 20:56:00 DEBUG errbot.botplugin Init storage for explain
  619. DEBUG:errbot.storage:Opening storage 'explain'
  620. 20:56:00 DEBUG errbot.storage Opening storage 'explain'
  621. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/explain.db
  622. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/explain.db
  623. DEBUG:errbot.core:Adding regex command : explain -> explain
  624. 20:56:00 DEBUG errbot.core Adding regex command : explain -> explain
  625. INFO:errbot.core_plugins.wsview:Checking Explain for webhooks
  626. 20:56:00 INFO errbot.core_plugins.wsvie Checking Explain for webhooks
  627. INFO:errbot.plugin_manager:Activate plugin: nevermind
  628. 20:56:00 INFO errbot.plugin_manager Activate plugin: nevermind
  629. DEBUG:errbot.plugin_manager:Plugin nevermind has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  630. 20:56:00 DEBUG errbot.plugin_manager Plugin nevermind has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  631. DEBUG:errbot.plugin_manager:Plugin nevermind has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  632. 20:56:00 DEBUG errbot.plugin_manager Plugin nevermind has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  633. INFO:errbot.plugin_manager:Activating nevermind with min_err_version = 9.9.9 and max_version = 9.9.9
  634. 20:56:00 INFO errbot.plugin_manager Activating nevermind with min_err_version = 9.9.9 and max_version = 9.9.9
  635. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  636. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  637. DEBUG:errbot.botplugin:Init storage for nevermind
  638. 20:56:00 DEBUG errbot.botplugin Init storage for nevermind
  639. DEBUG:errbot.storage:Opening storage 'nevermind'
  640. 20:56:00 DEBUG errbot.storage Opening storage 'nevermind'
  641. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/nevermind.db
  642. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/nevermind.db
  643. DEBUG:errbot.core:Adding regex command : nevermind -> nevermind
  644. 20:56:00 DEBUG errbot.core Adding regex command : nevermind -> nevermind
  645. INFO:errbot.core_plugins.wsview:Checking Nevermind for webhooks
  646. 20:56:00 INFO errbot.core_plugins.wsvie Checking Nevermind for webhooks
  647. INFO:errbot.plugin_manager:Activate plugin: pitchfork
  648. 20:56:00 INFO errbot.plugin_manager Activate plugin: pitchfork
  649. DEBUG:errbot.plugin_manager:Plugin pitchfork has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  650. 20:56:00 DEBUG errbot.plugin_manager Plugin pitchfork has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  651. DEBUG:errbot.plugin_manager:Plugin pitchfork has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  652. 20:56:00 DEBUG errbot.plugin_manager Plugin pitchfork has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  653. INFO:errbot.plugin_manager:Activating pitchfork with min_err_version = 9.9.9 and max_version = 9.9.9
  654. 20:56:00 INFO errbot.plugin_manager Activating pitchfork with min_err_version = 9.9.9 and max_version = 9.9.9
  655. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  656. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  657. DEBUG:errbot.botplugin:Init storage for pitchfork
  658. 20:56:00 DEBUG errbot.botplugin Init storage for pitchfork
  659. DEBUG:errbot.storage:Opening storage 'pitchfork'
  660. 20:56:00 DEBUG errbot.storage Opening storage 'pitchfork'
  661. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/pitchfork.db
  662. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/pitchfork.db
  663. DEBUG:errbot.core:Adding command : pitchfork -> pitchfork
  664. 20:56:00 DEBUG errbot.core Adding command : pitchfork -> pitchfork
  665. INFO:errbot.core_plugins.wsview:Checking Pitchfork for webhooks
  666. 20:56:00 INFO errbot.core_plugins.wsvie Checking Pitchfork for webhooks
  667. INFO:errbot.plugin_manager:Activate plugin: deprecate_bot_prefixes
  668. 20:56:00 INFO errbot.plugin_manager Activate plugin: deprecate_bot_prefixes
  669. DEBUG:errbot.plugin_manager:Plugin deprecate_bot_prefixes has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  670. 20:56:00 DEBUG errbot.plugin_manager Plugin deprecate_bot_prefixes has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  671. INFO:errbot.plugin_manager:Activating deprecate_bot_prefixes with min_err_version = 9.9.9 and max_version = 9.9.9
  672. 20:56:00 INFO errbot.plugin_manager Activating deprecate_bot_prefixes with min_err_version = 9.9.9 and max_version = 9.9.9
  673. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  674. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  675. DEBUG:errbot.botplugin:Init storage for deprecate_bot_prefixes
  676. 20:56:00 DEBUG errbot.botplugin Init storage for deprecate_bot_prefixes
  677. DEBUG:errbot.storage:Opening storage 'deprecate_bot_prefixes'
  678. 20:56:00 DEBUG errbot.storage Opening storage 'deprecate_bot_prefixes'
  679. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/deprecate_bot_prefixes.db
  680. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/deprecate_bot_prefixes.db
  681. INFO:errbot.core_plugins.wsview:Checking DeprecateBotPrefixes for webhooks
  682. 20:56:00 INFO errbot.core_plugins.wsvie Checking DeprecateBotPrefixes for webhooks
  683. INFO:errbot.plugin_manager:Activate plugin: answer
  684. 20:56:00 INFO errbot.plugin_manager Activate plugin: answer
  685. DEBUG:errbot.plugin_manager:Plugin answer has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  686. 20:56:00 DEBUG errbot.plugin_manager Plugin answer has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  687. DEBUG:errbot.plugin_manager:Plugin answer has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  688. 20:56:00 DEBUG errbot.plugin_manager Plugin answer has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  689. INFO:errbot.plugin_manager:Activating answer with min_err_version = 9.9.9 and max_version = 9.9.9
  690. 20:56:00 INFO errbot.plugin_manager Activating answer with min_err_version = 9.9.9 and max_version = 9.9.9
  691. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  692. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  693. DEBUG:errbot.botplugin:Init storage for answer
  694. 20:56:00 DEBUG errbot.botplugin Init storage for answer
  695. DEBUG:errbot.storage:Opening storage 'answer'
  696. 20:56:00 DEBUG errbot.storage Opening storage 'answer'
  697. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/answer.db
  698. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/answer.db
  699. DEBUG:errbot.core:Adding command : answer -> answer
  700. 20:56:00 DEBUG errbot.core Adding command : answer -> answer
  701. INFO:errbot.core_plugins.wsview:Checking Answer for webhooks
  702. 20:56:00 INFO errbot.core_plugins.wsvie Checking Answer for webhooks
  703. INFO:errbot.plugin_manager:Activate plugin: coatils
  704. 20:56:00 INFO errbot.plugin_manager Activate plugin: coatils
  705. DEBUG:errbot.plugin_manager:Plugin coatils has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  706. 20:56:00 DEBUG errbot.plugin_manager Plugin coatils has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  707. INFO:errbot.plugin_manager:Activating coatils with min_err_version = 9.9.9 and max_version = 9.9.9
  708. 20:56:00 INFO errbot.plugin_manager Activating coatils with min_err_version = 9.9.9 and max_version = 9.9.9
  709. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  710. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  711. DEBUG:errbot.botplugin:Init storage for coatils
  712. 20:56:00 DEBUG errbot.botplugin Init storage for coatils
  713. DEBUG:errbot.storage:Opening storage 'coatils'
  714. 20:56:00 DEBUG errbot.storage Opening storage 'coatils'
  715. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/coatils.db
  716. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/coatils.db
  717. DEBUG:errbot.core:Adding regex command : contrib_stats -> contrib_stats
  718. 20:56:00 DEBUG errbot.core Adding regex command : contrib_stats -> contrib_stats
  719. DEBUG:errbot.core:Adding regex command : ls -> ls
  720. 20:56:00 DEBUG errbot.core Adding regex command : ls -> ls
  721. DEBUG:errbot.core:Adding regex command : run -> run
  722. 20:56:00 DEBUG errbot.core Adding regex command : run -> run
  723. INFO:errbot.core_plugins.wsview:Checking Coatils for webhooks
  724. 20:56:00 INFO errbot.core_plugins.wsvie Checking Coatils for webhooks
  725. INFO:errbot.plugin_manager:Activate plugin: wolfram alpha
  726. 20:56:00 INFO errbot.plugin_manager Activate plugin: wolfram alpha
  727. DEBUG:errbot.plugin_manager:Plugin wolfram alpha has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  728. 20:56:00 DEBUG errbot.plugin_manager Plugin wolfram alpha has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  729. DEBUG:errbot.plugin_manager:Plugin wolfram alpha has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  730. 20:56:00 DEBUG errbot.plugin_manager Plugin wolfram alpha has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  731. INFO:errbot.plugin_manager:Activating wolfram alpha with min_err_version = 9.9.9 and max_version = 9.9.9
  732. 20:56:00 INFO errbot.plugin_manager Activating wolfram alpha with min_err_version = 9.9.9 and max_version = 9.9.9
  733. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  734. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  735. DEBUG:errbot.botplugin:Init storage for wolfram alpha
  736. 20:56:00 DEBUG errbot.botplugin Init storage for wolfram alpha
  737. DEBUG:errbot.storage:Opening storage 'wolfram alpha'
  738. 20:56:00 DEBUG errbot.storage Opening storage 'wolfram alpha'
  739. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/wolfram alpha.db
  740. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/wolfram alpha.db
  741. DEBUG:errbot.core:Adding command : wa -> wa
  742. 20:56:00 DEBUG errbot.core Adding command : wa -> wa
  743. INFO:errbot.core_plugins.wsview:Checking WolframAlpha for webhooks
  744. 20:56:00 INFO errbot.core_plugins.wsvie Checking WolframAlpha for webhooks
  745. INFO:errbot.plugin_manager:Activate plugin: ghetto
  746. 20:56:00 INFO errbot.plugin_manager Activate plugin: ghetto
  747. DEBUG:errbot.plugin_manager:Plugin ghetto has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  748. 20:56:00 DEBUG errbot.plugin_manager Plugin ghetto has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  749. DEBUG:errbot.plugin_manager:Plugin ghetto has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  750. 20:56:00 DEBUG errbot.plugin_manager Plugin ghetto has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  751. INFO:errbot.plugin_manager:Activating ghetto with min_err_version = 9.9.9 and max_version = 9.9.9
  752. 20:56:00 INFO errbot.plugin_manager Activating ghetto with min_err_version = 9.9.9 and max_version = 9.9.9
  753. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  754. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  755. DEBUG:errbot.botplugin:Init storage for ghetto
  756. 20:56:00 DEBUG errbot.botplugin Init storage for ghetto
  757. DEBUG:errbot.storage:Opening storage 'ghetto'
  758. 20:56:00 DEBUG errbot.storage Opening storage 'ghetto'
  759. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ghetto.db
  760. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ghetto.db
  761. DEBUG:errbot.core:Adding regex command : ghetto -> ghetto
  762. 20:56:00 DEBUG errbot.core Adding regex command : ghetto -> ghetto
  763. INFO:errbot.core_plugins.wsview:Checking Ghetto for webhooks
  764. 20:56:00 INFO errbot.core_plugins.wsvie Checking Ghetto for webhooks
  765. INFO:errbot.plugin_manager:Activate plugin: SearchDocs
  766. 20:56:00 INFO errbot.plugin_manager Activate plugin: SearchDocs
  767. DEBUG:errbot.plugin_manager:Plugin SearchDocs has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  768. 20:56:00 DEBUG errbot.plugin_manager Plugin SearchDocs has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  769. DEBUG:errbot.plugin_manager:Plugin SearchDocs has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  770. 20:56:00 DEBUG errbot.plugin_manager Plugin SearchDocs has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  771. INFO:errbot.plugin_manager:Activating SearchDocs with min_err_version = 9.9.9 and max_version = 9.9.9
  772. 20:56:00 INFO errbot.plugin_manager Activating SearchDocs with min_err_version = 9.9.9 and max_version = 9.9.9
  773. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  774. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  775. DEBUG:errbot.botplugin:Init storage for SearchDocs
  776. 20:56:00 DEBUG errbot.botplugin Init storage for SearchDocs
  777. DEBUG:errbot.storage:Opening storage 'SearchDocs'
  778. 20:56:00 DEBUG errbot.storage Opening storage 'SearchDocs'
  779. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/SearchDocs.db
  780. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/SearchDocs.db
  781. DEBUG:errbot.core:Adding command : search -> search
  782. 20:56:00 DEBUG errbot.core Adding command : search -> search
  783. INFO:errbot.core_plugins.wsview:Checking Searchdocs for webhooks
  784. 20:56:00 INFO errbot.core_plugins.wsvie Checking Searchdocs for webhooks
  785. INFO:errbot.plugin_manager:Activate plugin: ship_it
  786. 20:56:00 INFO errbot.plugin_manager Activate plugin: ship_it
  787. DEBUG:errbot.plugin_manager:Plugin ship_it has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  788. 20:56:00 DEBUG errbot.plugin_manager Plugin ship_it has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  789. DEBUG:errbot.plugin_manager:Plugin ship_it has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  790. 20:56:00 DEBUG errbot.plugin_manager Plugin ship_it has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  791. INFO:errbot.plugin_manager:Activating ship_it with min_err_version = 9.9.9 and max_version = 9.9.9
  792. 20:56:00 INFO errbot.plugin_manager Activating ship_it with min_err_version = 9.9.9 and max_version = 9.9.9
  793. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  794. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  795. DEBUG:errbot.botplugin:Init storage for ship_it
  796. 20:56:00 DEBUG errbot.botplugin Init storage for ship_it
  797. DEBUG:errbot.storage:Opening storage 'ship_it'
  798. 20:56:00 DEBUG errbot.storage Opening storage 'ship_it'
  799. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ship_it.db
  800. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ship_it.db
  801. DEBUG:errbot.core:Adding regex command : ship_it -> ship_it
  802. 20:56:00 DEBUG errbot.core Adding regex command : ship_it -> ship_it
  803. INFO:errbot.core_plugins.wsview:Checking Ship_it for webhooks
  804. 20:56:00 INFO errbot.core_plugins.wsvie Checking Ship_it for webhooks
  805. INFO:errbot.plugin_manager:Activate plugin: the_rules
  806. 20:56:00 INFO errbot.plugin_manager Activate plugin: the_rules
  807. DEBUG:errbot.plugin_manager:Plugin the_rules has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  808. 20:56:00 DEBUG errbot.plugin_manager Plugin the_rules has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version.
  809. DEBUG:errbot.plugin_manager:Plugin the_rules has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  810. 20:56:00 DEBUG errbot.plugin_manager Plugin the_rules has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version.
  811. INFO:errbot.plugin_manager:Activating the_rules with min_err_version = 9.9.9 and max_version = 9.9.9
  812. 20:56:00 INFO errbot.plugin_manager Activating the_rules with min_err_version = 9.9.9 and max_version = 9.9.9
  813. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  814. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  815. DEBUG:errbot.botplugin:Init storage for the_rules
  816. 20:56:00 DEBUG errbot.botplugin Init storage for the_rules
  817. DEBUG:errbot.storage:Opening storage 'the_rules'
  818. 20:56:00 DEBUG errbot.storage Opening storage 'the_rules'
  819. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/the_rules.db
  820. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/the_rules.db
  821. DEBUG:errbot.core:Adding regex command : the_rules -> the_rules
  822. 20:56:00 DEBUG errbot.core Adding regex command : the_rules -> the_rules
  823. INFO:errbot.core_plugins.wsview:Checking The_rules for webhooks
  824. 20:56:00 INFO errbot.core_plugins.wsvie Checking The_rules for webhooks
  825. INFO:errbot.plugin_manager:Activate plugin: coala_lowercase_c
  826. 20:56:00 INFO errbot.plugin_manager Activate plugin: coala_lowercase_c
  827. DEBUG:errbot.plugin_manager:Plugin coala_lowercase_c has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  828. 20:56:00 DEBUG errbot.plugin_manager Plugin coala_lowercase_c has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  829. INFO:errbot.plugin_manager:Activating coala_lowercase_c with min_err_version = 9.9.9 and max_version = 9.9.9
  830. 20:56:00 INFO errbot.plugin_manager Activating coala_lowercase_c with min_err_version = 9.9.9 and max_version = 9.9.9
  831. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  832. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/templates]
  833. DEBUG:errbot.botplugin:Init storage for coala_lowercase_c
  834. 20:56:00 DEBUG errbot.botplugin Init storage for coala_lowercase_c
  835. DEBUG:errbot.storage:Opening storage 'coala_lowercase_c'
  836. 20:56:00 DEBUG errbot.storage Opening storage 'coala_lowercase_c'
  837. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/coala_lowercase_c.db
  838. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/coala_lowercase_c.db
  839. INFO:errbot.core_plugins.wsview:Checking Coala_lowercase_c for webhooks
  840. 20:56:00 INFO errbot.core_plugins.wsvie Checking Coala_lowercase_c for webhooks
  841. INFO:errbot.plugin_manager:Activate plugin: utils
  842. 20:56:00 INFO errbot.plugin_manager Activate plugin: utils
  843. DEBUG:errbot.plugin_manager:Plugin utils has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  844. 20:56:00 DEBUG errbot.plugin_manager Plugin utils has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  845. INFO:errbot.plugin_manager:Activating utils with min_err_version = 9.9.9 and max_version = 9.9.9
  846. 20:56:00 INFO errbot.plugin_manager Activating utils with min_err_version = 9.9.9 and max_version = 9.9.9
  847. DEBUG:errbot.templating:No templates directory found for this plugin [Looking for /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils/templates]
  848. 20:56:00 DEBUG errbot.templating No templates directory found for this plugin [Looking for /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils/templates]
  849. DEBUG:errbot.botplugin:Init storage for utils
  850. 20:56:00 DEBUG errbot.botplugin Init storage for utils
  851. DEBUG:errbot.storage:Opening storage 'utils'
  852. 20:56:00 DEBUG errbot.storage Opening storage 'utils'
  853. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/utils.db
  854. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/utils.db
  855. DEBUG:errbot.core:Adding command : get_head -> get_head
  856. 20:56:00 DEBUG errbot.core Adding command : get_head -> get_head
  857. DEBUG:errbot.core:Adding command : install_requirements -> install_requirements
  858. 20:56:00 DEBUG errbot.core Adding command : install_requirements -> install_requirements
  859. DEBUG:errbot.core:Adding command : sync -> sync
  860. 20:56:00 DEBUG errbot.core Adding command : sync -> sync
  861. INFO:errbot.core_plugins.wsview:Checking Utils for webhooks
  862. 20:56:00 INFO errbot.core_plugins.wsvie Checking Utils for webhooks
  863. INFO:errbot.plugin_manager:Activate plugin: filters
  864. 20:56:00 INFO errbot.plugin_manager Activate plugin: filters
  865. DEBUG:errbot.plugin_manager:Plugin filters has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  866. 20:56:00 DEBUG errbot.plugin_manager Plugin filters has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  867. INFO:errbot.plugin_manager:Activating filters with min_err_version = 9.9.9 and max_version = 9.9.9
  868. 20:56:00 INFO errbot.plugin_manager Activating filters with min_err_version = 9.9.9 and max_version = 9.9.9
  869. DEBUG:errbot.templating:No templates directory found for this plugin [Looking for /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils/templates]
  870. 20:56:00 DEBUG errbot.templating No templates directory found for this plugin [Looking for /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/utils/templates]
  871. DEBUG:errbot.botplugin:Init storage for filters
  872. 20:56:00 DEBUG errbot.botplugin Init storage for filters
  873. DEBUG:errbot.storage:Opening storage 'filters'
  874. 20:56:00 DEBUG errbot.storage Opening storage 'filters'
  875. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/filters.db
  876. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/filters.db
  877. DEBUG:errbot.core:Adding command filter: filter_ignored_users
  878. 20:56:00 DEBUG errbot.core Adding command filter: filter_ignored_users
  879. DEBUG:errbot.core:Adding command filter: filters
  880. 20:56:00 DEBUG errbot.core Adding command filter: filters
  881. INFO:errbot.core_plugins.wsview:Checking Filters for webhooks
  882. 20:56:00 INFO errbot.core_plugins.wsvie Checking Filters for webhooks
  883. INFO:errbot.plugin_manager:Activate plugin: Health
  884. 20:56:00 INFO errbot.plugin_manager Activate plugin: Health
  885. DEBUG:errbot.plugin_manager:Plugin Health has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  886. 20:56:00 DEBUG errbot.plugin_manager Plugin Health has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  887. INFO:errbot.plugin_manager:Activating Health with min_err_version = 9.9.9 and max_version = 9.9.9
  888. 20:56:00 INFO errbot.plugin_manager Activating Health with min_err_version = 9.9.9 and max_version = 9.9.9
  889. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  890. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  891. DEBUG:errbot.botplugin:Init storage for Health
  892. 20:56:00 DEBUG errbot.botplugin Init storage for Health
  893. DEBUG:errbot.storage:Opening storage 'Health'
  894. 20:56:00 DEBUG errbot.storage Opening storage 'Health'
  895. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Health.db
  896. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Health.db
  897. DEBUG:errbot.core:Adding command : restart -> restart
  898. 20:56:00 DEBUG errbot.core Adding command : restart -> restart
  899. DEBUG:errbot.core:Adding command : shutdown -> shutdown
  900. 20:56:00 DEBUG errbot.core Adding command : shutdown -> shutdown
  901. DEBUG:errbot.core:Adding command : status -> status
  902. 20:56:00 DEBUG errbot.core Adding command : status -> status
  903. DEBUG:errbot.core:Adding command : status_gc -> status_gc
  904. 20:56:00 DEBUG errbot.core Adding command : status_gc -> status_gc
  905. DEBUG:errbot.core:Adding command : status_load -> status_load
  906. 20:56:00 DEBUG errbot.core Adding command : status_load -> status_load
  907. DEBUG:errbot.core:Adding command : status_plugins -> status_plugins
  908. 20:56:00 DEBUG errbot.core Adding command : status_plugins -> status_plugins
  909. DEBUG:errbot.core:Adding command : uptime -> uptime
  910. 20:56:00 DEBUG errbot.core Adding command : uptime -> uptime
  911. INFO:errbot.core_plugins.wsview:Checking Health for webhooks
  912. 20:56:00 INFO errbot.core_plugins.wsvie Checking Health for webhooks
  913. INFO:errbot.plugin_manager:Activate plugin: Utils
  914. 20:56:00 INFO errbot.plugin_manager Activate plugin: Utils
  915. DEBUG:errbot.plugin_manager:Plugin Utils has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  916. 20:56:00 DEBUG errbot.plugin_manager Plugin Utils has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  917. INFO:errbot.plugin_manager:Activating Utils with min_err_version = 9.9.9 and max_version = 9.9.9
  918. 20:56:00 INFO errbot.plugin_manager Activating Utils with min_err_version = 9.9.9 and max_version = 9.9.9
  919. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  920. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  921. DEBUG:errbot.botplugin:Init storage for Utils
  922. 20:56:00 DEBUG errbot.botplugin Init storage for Utils
  923. DEBUG:errbot.storage:Opening storage 'Utils'
  924. 20:56:00 DEBUG errbot.storage Opening storage 'Utils'
  925. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Utils.db
  926. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Utils.db
  927. DEBUG:errbot.core:Adding command : echo -> echo
  928. 20:56:00 DEBUG errbot.core Adding command : echo -> echo
  929. DEBUG:errbot.core:Adding command : history -> history
  930. 20:56:00 DEBUG errbot.core Adding command : history -> history
  931. DEBUG:errbot.core:Adding command : log_tail -> log_tail
  932. 20:56:00 DEBUG errbot.core Adding command : log_tail -> log_tail
  933. DEBUG:errbot.core:Adding command : render_test -> render_test
  934. 20:56:00 DEBUG errbot.core Adding command : render_test -> render_test
  935. DEBUG:errbot.core:Adding command : whoami -> whoami
  936. 20:56:00 DEBUG errbot.core Adding command : whoami -> whoami
  937. INFO:errbot.core_plugins.wsview:Checking Utils for webhooks
  938. 20:56:00 INFO errbot.core_plugins.wsvie Checking Utils for webhooks
  939. INFO:errbot.plugin_manager:Activate plugin: Backup
  940. 20:56:00 INFO errbot.plugin_manager Activate plugin: Backup
  941. DEBUG:errbot.plugin_manager:Plugin Backup has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  942. 20:56:00 DEBUG errbot.plugin_manager Plugin Backup has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  943. INFO:errbot.plugin_manager:Activating Backup with min_err_version = 9.9.9 and max_version = 9.9.9
  944. 20:56:00 INFO errbot.plugin_manager Activating Backup with min_err_version = 9.9.9 and max_version = 9.9.9
  945. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  946. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  947. DEBUG:errbot.botplugin:Init storage for Backup
  948. 20:56:00 DEBUG errbot.botplugin Init storage for Backup
  949. DEBUG:errbot.storage:Opening storage 'Backup'
  950. 20:56:00 DEBUG errbot.storage Opening storage 'Backup'
  951. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Backup.db
  952. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Backup.db
  953. DEBUG:errbot.core:Adding command : backup -> backup
  954. 20:56:00 DEBUG errbot.core Adding command : backup -> backup
  955. INFO:errbot.core_plugins.wsview:Checking Backup for webhooks
  956. 20:56:00 INFO errbot.core_plugins.wsvie Checking Backup for webhooks
  957. INFO:errbot.plugin_manager:Activate plugin: Help
  958. 20:56:00 INFO errbot.plugin_manager Activate plugin: Help
  959. DEBUG:errbot.plugin_manager:Plugin Help has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  960. 20:56:00 DEBUG errbot.plugin_manager Plugin Help has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  961. INFO:errbot.plugin_manager:Activating Help with min_err_version = 9.9.9 and max_version = 9.9.9
  962. 20:56:00 INFO errbot.plugin_manager Activating Help with min_err_version = 9.9.9 and max_version = 9.9.9
  963. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  964. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  965. DEBUG:errbot.botplugin:Init storage for Help
  966. 20:56:00 DEBUG errbot.botplugin Init storage for Help
  967. DEBUG:errbot.storage:Opening storage 'Help'
  968. 20:56:00 DEBUG errbot.storage Opening storage 'Help'
  969. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Help.db
  970. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Help.db
  971. DEBUG:errbot.core:Adding command : about -> about
  972. 20:56:00 DEBUG errbot.core Adding command : about -> about
  973. DEBUG:errbot.core:Adding command : apropos -> apropos
  974. 20:56:00 DEBUG errbot.core Adding command : apropos -> apropos
  975. DEBUG:errbot.core:Adding command : help -> help
  976. 20:56:00 DEBUG errbot.core Adding command : help -> help
  977. INFO:errbot.core_plugins.wsview:Checking Help for webhooks
  978. 20:56:00 INFO errbot.core_plugins.wsvie Checking Help for webhooks
  979. INFO:errbot.plugin_manager:Activate plugin: Plugins
  980. 20:56:00 INFO errbot.plugin_manager Activate plugin: Plugins
  981. DEBUG:errbot.plugin_manager:Plugin Plugins has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  982. 20:56:00 DEBUG errbot.plugin_manager Plugin Plugins has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  983. INFO:errbot.plugin_manager:Activating Plugins with min_err_version = 9.9.9 and max_version = 9.9.9
  984. 20:56:00 INFO errbot.plugin_manager Activating Plugins with min_err_version = 9.9.9 and max_version = 9.9.9
  985. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  986. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  987. DEBUG:errbot.botplugin:Init storage for Plugins
  988. 20:56:00 DEBUG errbot.botplugin Init storage for Plugins
  989. DEBUG:errbot.storage:Opening storage 'Plugins'
  990. 20:56:00 DEBUG errbot.storage Opening storage 'Plugins'
  991. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Plugins.db
  992. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Plugins.db
  993. DEBUG:errbot.core:Adding command : plugin_activate -> plugin_activate
  994. 20:56:00 DEBUG errbot.core Adding command : plugin_activate -> plugin_activate
  995. DEBUG:errbot.core:Adding command : plugin_blacklist -> plugin_blacklist
  996. 20:56:00 DEBUG errbot.core Adding command : plugin_blacklist -> plugin_blacklist
  997. DEBUG:errbot.core:Adding command : plugin_config -> plugin_config
  998. 20:56:00 DEBUG errbot.core Adding command : plugin_config -> plugin_config
  999. DEBUG:errbot.core:Adding command : plugin_deactivate -> plugin_deactivate
  1000. 20:56:00 DEBUG errbot.core Adding command : plugin_deactivate -> plugin_deactivate
  1001. DEBUG:errbot.core:Adding command : plugin_reload -> plugin_reload
  1002. 20:56:00 DEBUG errbot.core Adding command : plugin_reload -> plugin_reload
  1003. DEBUG:errbot.core:Adding command : plugin_unblacklist -> plugin_unblacklist
  1004. 20:56:00 DEBUG errbot.core Adding command : plugin_unblacklist -> plugin_unblacklist
  1005. DEBUG:errbot.core:Adding command : repos -> repos
  1006. 20:56:00 DEBUG errbot.core Adding command : repos -> repos
  1007. DEBUG:errbot.core:Adding command : repos_install -> repos_install
  1008. 20:56:00 DEBUG errbot.core Adding command : repos_install -> repos_install
  1009. DEBUG:errbot.core:Adding command : repos_search -> repos_search
  1010. 20:56:00 DEBUG errbot.core Adding command : repos_search -> repos_search
  1011. DEBUG:errbot.core:Adding command : repos_uninstall -> repos_uninstall
  1012. 20:56:00 DEBUG errbot.core Adding command : repos_uninstall -> repos_uninstall
  1013. DEBUG:errbot.core:Adding command : repos_update -> repos_update
  1014. 20:56:00 DEBUG errbot.core Adding command : repos_update -> repos_update
  1015. INFO:errbot.core_plugins.wsview:Checking Plugins for webhooks
  1016. 20:56:00 INFO errbot.core_plugins.wsvie Checking Plugins for webhooks
  1017. INFO:errbot.plugin_manager:Activate plugin: Webserver
  1018. 20:56:00 INFO errbot.plugin_manager Activate plugin: Webserver
  1019. DEBUG:errbot.plugin_manager:Plugin Webserver has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1020. 20:56:00 DEBUG errbot.plugin_manager Plugin Webserver has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1021. INFO:errbot.plugin_manager:Activating Webserver with min_err_version = 9.9.9 and max_version = 9.9.9
  1022. 20:56:00 INFO errbot.plugin_manager Activating Webserver with min_err_version = 9.9.9 and max_version = 9.9.9
  1023. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1024. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1025. INFO:errbot.plugins.Webserver:Webserver is not configured. Forbid activation
  1026. 20:56:00 INFO errbot.plugins.Webserver Webserver is not configured. Forbid activation
  1027. INFO:errbot.core_plugins.wsview:Checking Webserver for webhooks
  1028. 20:56:00 INFO errbot.core_plugins.wsvie Checking Webserver for webhooks
  1029. INFO:errbot.core_plugins.wsview:Webhook routing echo
  1030. 20:56:00 INFO errbot.core_plugins.wsvie Webhook routing echo
  1031. INFO:errbot.plugin_manager:Activate plugin: ACLs
  1032. 20:56:00 INFO errbot.plugin_manager Activate plugin: ACLs
  1033. DEBUG:errbot.plugin_manager:Plugin ACLs has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1034. 20:56:00 DEBUG errbot.plugin_manager Plugin ACLs has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1035. INFO:errbot.plugin_manager:Activating ACLs with min_err_version = 9.9.9 and max_version = 9.9.9
  1036. 20:56:00 INFO errbot.plugin_manager Activating ACLs with min_err_version = 9.9.9 and max_version = 9.9.9
  1037. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1038. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1039. DEBUG:errbot.botplugin:Init storage for ACLs
  1040. 20:56:00 DEBUG errbot.botplugin Init storage for ACLs
  1041. DEBUG:errbot.storage:Opening storage 'ACLs'
  1042. 20:56:00 DEBUG errbot.storage Opening storage 'ACLs'
  1043. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ACLs.db
  1044. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ACLs.db
  1045. DEBUG:errbot.core:Adding command filter: acls
  1046. 20:56:00 DEBUG errbot.core Adding command filter: acls
  1047. INFO:errbot.core_plugins.wsview:Checking ACLS for webhooks
  1048. 20:56:00 INFO errbot.core_plugins.wsvie Checking ACLS for webhooks
  1049. INFO:errbot.plugin_manager:Activate plugin: Flows
  1050. 20:56:00 INFO errbot.plugin_manager Activate plugin: Flows
  1051. DEBUG:errbot.plugin_manager:Plugin Flows has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1052. 20:56:00 DEBUG errbot.plugin_manager Plugin Flows has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1053. INFO:errbot.plugin_manager:Activating Flows with min_err_version = 9.9.9 and max_version = 9.9.9
  1054. 20:56:00 INFO errbot.plugin_manager Activating Flows with min_err_version = 9.9.9 and max_version = 9.9.9
  1055. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1056. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1057. DEBUG:errbot.botplugin:Init storage for Flows
  1058. 20:56:00 DEBUG errbot.botplugin Init storage for Flows
  1059. DEBUG:errbot.storage:Opening storage 'Flows'
  1060. 20:56:00 DEBUG errbot.storage Opening storage 'Flows'
  1061. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Flows.db
  1062. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/Flows.db
  1063. DEBUG:errbot.core:Adding command : flows_kill -> flows_kill
  1064. 20:56:00 DEBUG errbot.core Adding command : flows_kill -> flows_kill
  1065. DEBUG:errbot.core:Adding command : flows_list -> flows_list
  1066. 20:56:00 DEBUG errbot.core Adding command : flows_list -> flows_list
  1067. DEBUG:errbot.core:Adding command : flows_show -> flows_show
  1068. 20:56:00 DEBUG errbot.core Adding command : flows_show -> flows_show
  1069. DEBUG:errbot.core:Adding command : flows_start -> flows_start
  1070. 20:56:00 DEBUG errbot.core Adding command : flows_start -> flows_start
  1071. DEBUG:errbot.core:Adding command : flows_status -> flows_status
  1072. 20:56:00 DEBUG errbot.core Adding command : flows_status -> flows_status
  1073. DEBUG:errbot.core:Adding command : flows_stop -> flows_stop
  1074. 20:56:00 DEBUG errbot.core Adding command : flows_stop -> flows_stop
  1075. INFO:errbot.core_plugins.wsview:Checking Flows for webhooks
  1076. 20:56:00 INFO errbot.core_plugins.wsvie Checking Flows for webhooks
  1077. INFO:errbot.plugin_manager:Activate plugin: ChatRoom
  1078. 20:56:00 INFO errbot.plugin_manager Activate plugin: ChatRoom
  1079. DEBUG:errbot.plugin_manager:Plugin ChatRoom has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1080. 20:56:00 DEBUG errbot.plugin_manager Plugin ChatRoom has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1081. INFO:errbot.plugin_manager:Activating ChatRoom with min_err_version = 9.9.9 and max_version = 9.9.9
  1082. 20:56:00 INFO errbot.plugin_manager Activating ChatRoom with min_err_version = 9.9.9 and max_version = 9.9.9
  1083. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1084. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1085. DEBUG:errbot.botplugin:Init storage for ChatRoom
  1086. 20:56:00 DEBUG errbot.botplugin Init storage for ChatRoom
  1087. DEBUG:errbot.storage:Opening storage 'ChatRoom'
  1088. 20:56:00 DEBUG errbot.storage Opening storage 'ChatRoom'
  1089. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ChatRoom.db
  1090. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/ChatRoom.db
  1091. DEBUG:errbot.core:Adding command : room_create -> room_create
  1092. 20:56:00 DEBUG errbot.core Adding command : room_create -> room_create
  1093. DEBUG:errbot.core:Adding command : room_destroy -> room_destroy
  1094. 20:56:00 DEBUG errbot.core Adding command : room_destroy -> room_destroy
  1095. DEBUG:errbot.core:Adding command : room_invite -> room_invite
  1096. 20:56:00 DEBUG errbot.core Adding command : room_invite -> room_invite
  1097. DEBUG:errbot.core:Adding command : room_join -> room_join
  1098. 20:56:00 DEBUG errbot.core Adding command : room_join -> room_join
  1099. DEBUG:errbot.core:Adding command : room_leave -> room_leave
  1100. 20:56:00 DEBUG errbot.core Adding command : room_leave -> room_leave
  1101. DEBUG:errbot.core:Adding command : room_list -> room_list
  1102. 20:56:00 DEBUG errbot.core Adding command : room_list -> room_list
  1103. DEBUG:errbot.core:Adding command : room_occupants -> room_occupants
  1104. 20:56:00 DEBUG errbot.core Adding command : room_occupants -> room_occupants
  1105. DEBUG:errbot.core:Adding command : room_topic -> room_topic
  1106. 20:56:00 DEBUG errbot.core Adding command : room_topic -> room_topic
  1107. INFO:errbot.core_plugins.wsview:Checking ChatRoom for webhooks
  1108. 20:56:00 INFO errbot.core_plugins.wsvie Checking ChatRoom for webhooks
  1109. INFO:errbot.plugin_manager:Activate plugin: VersionChecker
  1110. 20:56:00 INFO errbot.plugin_manager Activate plugin: VersionChecker
  1111. DEBUG:errbot.plugin_manager:Plugin VersionChecker has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1112. 20:56:00 DEBUG errbot.plugin_manager Plugin VersionChecker has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1113. INFO:errbot.plugin_manager:Activating VersionChecker with min_err_version = 9.9.9 and max_version = 9.9.9
  1114. 20:56:00 INFO errbot.plugin_manager Activating VersionChecker with min_err_version = 9.9.9 and max_version = 9.9.9
  1115. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1116. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1117. DEBUG:errbot.plugins.VersionChecker:Checking version in background.
  1118. 20:56:00 DEBUG errbot.plugins.VersionChe Checking version in background.
  1119. DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): version.errbot.io
  1120. 20:56:00 DEBUG urllib3.connectionpool Starting new HTTP connection (1): version.errbot.io
  1121. DEBUG:errbot.botplugin:Programming the polling of version_check every 86400 seconds with args [] and kwargs {}
  1122. 20:56:00 DEBUG errbot.botplugin Programming the polling of version_check every 86400 seconds with args [] and kwargs {}
  1123. DEBUG:errbot.botplugin:Init storage for VersionChecker
  1124. 20:56:00 DEBUG errbot.botplugin Init storage for VersionChecker
  1125. DEBUG:errbot.storage:Opening storage 'VersionChecker'
  1126. 20:56:00 DEBUG errbot.storage Opening storage 'VersionChecker'
  1127. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/VersionChecker.db
  1128. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/VersionChecker.db
  1129. INFO:errbot.core_plugins.wsview:Checking VersionChecker for webhooks
  1130. 20:56:00 INFO errbot.core_plugins.wsvie Checking VersionChecker for webhooks
  1131. INFO:errbot.plugin_manager:Activate plugin: CommandNotFoundFilter
  1132. 20:56:00 INFO errbot.plugin_manager Activate plugin: CommandNotFoundFilter
  1133. DEBUG:errbot.plugin_manager:Plugin CommandNotFoundFilter has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1134. 20:56:00 DEBUG errbot.plugin_manager Plugin CommandNotFoundFilter has no section [Errbot]. Assuming this plugin is running on any Errbot version.
  1135. INFO:errbot.plugin_manager:Activating CommandNotFoundFilter with min_err_version = 9.9.9 and max_version = 9.9.9
  1136. 20:56:00 INFO errbot.plugin_manager Activating CommandNotFoundFilter with min_err_version = 9.9.9 and max_version = 9.9.9
  1137. DEBUG:errbot.templating:Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1138. 20:56:00 DEBUG errbot.templating Templates directory found for this plugin [/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/templates]
  1139. DEBUG:errbot.botplugin:Init storage for CommandNotFoundFilter
  1140. 20:56:00 DEBUG errbot.botplugin Init storage for CommandNotFoundFilter
  1141. DEBUG:errbot.storage:Opening storage 'CommandNotFoundFilter'
  1142. 20:56:00 DEBUG errbot.storage Opening storage 'CommandNotFoundFilter'
  1143. DEBUG:errbot.storage.shelf:Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/CommandNotFoundFilter.db
  1144. 20:56:00 DEBUG errbot.storage.shelf Open shelf storage /home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/data/CommandNotFoundFilter.db
  1145. DEBUG:errbot.core:Adding command filter: cnf_filter
  1146. 20:56:00 DEBUG errbot.core Adding command filter: cnf_filter
  1147. INFO:errbot.core_plugins.wsview:Checking CommandNotFoundFilter for webhooks
  1148. 20:56:00 INFO errbot.core_plugins.wsvie Checking CommandNotFoundFilter for webhooks
  1149. DEBUG:errbot.plugin_manager:Activate flow plugins ...
  1150. 20:56:00 DEBUG errbot.plugin_manager Activate flow plugins ...
  1151. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1152. 20:56:00 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1153. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 None
  1154. 20:56:02 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 None
  1155. DEBUG:errbot.backends.gitter:bf body = Some plugins failed to start during bot startup:
  1156.  
  1157. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1158. plugin_info.plugin_object = self.instanciateElement(element)
  1159. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1160. return element(self.bot, name=self._current_pluginfo.name)
  1161. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1162. for team in self.GH3_ORG.teams():
  1163. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1164. json = self._get_json(response)
  1165. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1166. return self._json(response, 200)
  1167. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1168. raise exceptions.error_for(response)
  1169.  
  1170. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1171. plugin_info.plugin_object = self.instanciateElement(element)
  1172. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1173. return element(self.bot, name=self._current_pluginfo.name)
  1174. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1175. for team in self.GH3_ORG.teams():
  1176. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1177. json = self._get_json(response)
  1178. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1179. return self._json(response, 200)
  1180. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1181. raise exceptions.error_for(response)
  1182.  
  1183. 20:56:02 DEBUG errbot.backends.gitter bf body = Some plugins failed to start during bot startup:
  1184.  
  1185. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1186. plugin_info.plugin_object = self.instanciateElement(element)
  1187. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1188. return element(self.bot, name=self._current_pluginfo.name)
  1189. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1190. for team in self.GH3_ORG.teams():
  1191. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1192. json = self._get_json(response)
  1193. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1194. return self._json(response, 200)
  1195. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1196. raise exceptions.error_for(response)
  1197.  
  1198. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1199. plugin_info.plugin_object = self.instanciateElement(element)
  1200. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1201. return element(self.bot, name=self._current_pluginfo.name)
  1202. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1203. for team in self.GH3_ORG.teams():
  1204. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1205. json = self._get_json(response)
  1206. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1207. return self._json(response, 200)
  1208. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1209. raise exceptions.error_for(response)
  1210.  
  1211. DEBUG:errbot.backends.gitter:af body = Some plugins failed to start during bot startup:
  1212.  
  1213. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1214. plugin_info.plugin_object = self.instanciateElement(element)
  1215. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1216. return element(self.bot, name=self._current_pluginfo.name)
  1217. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1218. for team in self.GH3_ORG.teams():
  1219. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1220. json = self._get_json(response)
  1221. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1222. return self._json(response, 200)
  1223. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1224. raise exceptions.error_for(response)
  1225.  
  1226. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1227. plugin_info.plugin_object = self.instanciateElement(element)
  1228. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1229. return element(self.bot, name=self._current_pluginfo.name)
  1230. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1231. for team in self.GH3_ORG.teams():
  1232. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1233. json = self._get_json(response)
  1234. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1235. return self._json(response, 200)
  1236. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1237. raise exceptions.error_for(response)
  1238.  
  1239. 20:56:02 DEBUG errbot.backends.gitter af body = Some plugins failed to start during bot startup:
  1240.  
  1241. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1242. plugin_info.plugin_object = self.instanciateElement(element)
  1243. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1244. return element(self.bot, name=self._current_pluginfo.name)
  1245. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1246. for team in self.GH3_ORG.teams():
  1247. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1248. json = self._get_json(response)
  1249. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1250. return self._json(response, 200)
  1251. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1252. raise exceptions.error_for(response)
  1253.  
  1254. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1255. plugin_info.plugin_object = self.instanciateElement(element)
  1256. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1257. return element(self.bot, name=self._current_pluginfo.name)
  1258. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1259. for team in self.GH3_ORG.teams():
  1260. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1261. json = self._get_json(response)
  1262. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1263. return self._json(response, 200)
  1264. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1265. raise exceptions.error_for(response)
  1266.  
  1267. DEBUG:errbot.backends.gitter:POST url= https://api.gitter.im/v1/rooms/5a9ba4e4d73408ce4f8fc6d9/chatMessages, data = {"text": "Some plugins failed to start during bot startup:\n\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py\", line 512, in loadPlugins\n plugin_info.plugin_object = self.instanciateElement(element)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py\", line 265, in instanciateElement\n return element(self.bot, name=self._current_pluginfo.name)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py\", line 34, in __init__\n for team in self.GH3_ORG.teams():\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 76, in __iter__\n json = self._get_json(response)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 109, in _get_json\n return self._json(response, 200)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py\", line 156, in _json\n raise exceptions.error_for(response)\n\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py\", line 512, in loadPlugins\n plugin_info.plugin_object = self.instanciateElement(element)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py\", line 265, in instanciateElement\n return element(self.bot, name=self._current_pluginfo.name)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py\", line 34, in __init__\n for team in self.GH3_ORG.teams():\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 76, in __iter__\n json = self._get_json(response)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 109, in _get_json\n return self._json(response, 200)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py\", line 156, in _json\n raise exceptions.error_for(response)\n"}
  1268. 20:56:02 DEBUG errbot.backends.gitter POST url= https://api.gitter.im/v1/rooms/5a9ba4e4d73408ce4f8fc6d9/chatMessages, data = {"text": "Some plugins failed to start during bot startup:\n\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py\", line 512, in loadPlugins\n plugin_info.plugin_object = self.instanciateElement(element)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py\", line 265, in instanciateElement\n return element(self.bot, name=self._current_pluginfo.name)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py\", line 34, in __init__\n for team in self.GH3_ORG.teams():\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 76, in __iter__\n json = self._get_json(response)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 109, in _get_json\n return self._json(response, 200)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py\", line 156, in _json\n raise exceptions.error_for(response)\n\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py\", line 512, in loadPlugins\n plugin_info.plugin_object = self.instanciateElement(element)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py\", line 265, in instanciateElement\n return element(self.bot, name=self._current_pluginfo.name)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py\", line 34, in __init__\n for team in self.GH3_ORG.teams():\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 76, in __iter__\n json = self._get_json(response)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py\", line 109, in _get_json\n return self._json(response, 200)\n File \"/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py\", line 156, in _json\n raise exceptions.error_for(response)\n"}
  1269. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1270. 20:56:02 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1271. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "POST /v1/rooms/5a9ba4e4d73408ce4f8fc6d9/chatMessages HTTP/1.1" 200 None
  1272. 20:56:03 DEBUG urllib3.connectionpool https://api.gitter.im:443 "POST /v1/rooms/5a9ba4e4d73408ce4f8fc6d9/chatMessages HTTP/1.1" 200 None
  1273. INFO:errbot.core:Some plugins failed to start during bot startup:
  1274.  
  1275. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1276. plugin_info.plugin_object = self.instanciateElement(element)
  1277. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1278. return element(self.bot, name=self._current_pluginfo.name)
  1279. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1280. for team in self.GH3_ORG.teams():
  1281. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1282. json = self._get_json(response)
  1283. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1284. return self._json(response, 200)
  1285. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1286. raise exceptions.error_for(response)
  1287.  
  1288. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1289. plugin_info.plugin_object = self.instanciateElement(element)
  1290. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1291. return element(self.bot, name=self._current_pluginfo.name)
  1292. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1293. for team in self.GH3_ORG.teams():
  1294. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1295. json = self._get_json(response)
  1296. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1297. return self._json(response, 200)
  1298. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1299. raise exceptions.error_for(response)
  1300.  
  1301. 20:56:03 INFO errbot.core Some plugins failed to start during bot startup:
  1302.  
  1303. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1304. plugin_info.plugin_object = self.instanciateElement(element)
  1305. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1306. return element(self.bot, name=self._current_pluginfo.name)
  1307. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1308. for team in self.GH3_ORG.teams():
  1309. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1310. json = self._get_json(response)
  1311. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1312. return self._json(response, 200)
  1313. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1314. raise exceptions.error_for(response)
  1315.  
  1316. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins
  1317. plugin_info.plugin_object = self.instanciateElement(element)
  1318. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement
  1319. return element(self.bot, name=self._current_pluginfo.name)
  1320. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/corobo/plugins/labhub.py", line 34, in __init__
  1321. for team in self.GH3_ORG.teams():
  1322. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 76, in __iter__
  1323. json = self._get_json(response)
  1324. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/structs.py", line 109, in _get_json
  1325. return self._json(response, 200)
  1326. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/github3/models.py", line 156, in _json
  1327. raise exceptions.error_for(response)
  1328.  
  1329. INFO:errbot.core:Notifying connection to all the plugins...
  1330. 20:56:03 INFO errbot.core Notifying connection to all the plugins...
  1331. DEBUG:errbot.core:Trigger callback_connect on Lmgtfy
  1332. 20:56:03 DEBUG errbot.core Trigger callback_connect on Lmgtfy
  1333. DEBUG:errbot.core:Trigger callback_connect on Explain
  1334. 20:56:03 DEBUG errbot.core Trigger callback_connect on Explain
  1335. DEBUG:errbot.core:Trigger callback_connect on Nevermind
  1336. 20:56:03 DEBUG errbot.core Trigger callback_connect on Nevermind
  1337. DEBUG:errbot.core:Trigger callback_connect on Pitchfork
  1338. 20:56:03 DEBUG errbot.core Trigger callback_connect on Pitchfork
  1339. DEBUG:errbot.core:Trigger callback_connect on DeprecateBotPrefixes
  1340. 20:56:03 DEBUG errbot.core Trigger callback_connect on DeprecateBotPrefixes
  1341. DEBUG:errbot.core:Trigger callback_connect on Answer
  1342. 20:56:03 DEBUG errbot.core Trigger callback_connect on Answer
  1343. DEBUG:errbot.core:Trigger callback_connect on Coatils
  1344. 20:56:03 DEBUG errbot.core Trigger callback_connect on Coatils
  1345. DEBUG:errbot.core:Trigger callback_connect on WolframAlpha
  1346. 20:56:03 DEBUG errbot.core Trigger callback_connect on WolframAlpha
  1347. DEBUG:errbot.core:Trigger callback_connect on Ghetto
  1348. 20:56:04 DEBUG errbot.core Trigger callback_connect on Ghetto
  1349. DEBUG:errbot.core:Trigger callback_connect on Searchdocs
  1350. 20:56:04 DEBUG errbot.core Trigger callback_connect on Searchdocs
  1351. DEBUG:errbot.core:Trigger callback_connect on Ship_it
  1352. 20:56:04 DEBUG errbot.core Trigger callback_connect on Ship_it
  1353. DEBUG:errbot.core:Trigger callback_connect on The_rules
  1354. 20:56:04 DEBUG errbot.core Trigger callback_connect on The_rules
  1355. DEBUG:errbot.core:Trigger callback_connect on Coala_lowercase_c
  1356. 20:56:04 DEBUG errbot.core Trigger callback_connect on Coala_lowercase_c
  1357. DEBUG:errbot.core:Trigger callback_connect on Utils
  1358. 20:56:04 DEBUG errbot.core Trigger callback_connect on Utils
  1359. DEBUG:errbot.core:Trigger callback_connect on Filters
  1360. 20:56:04 DEBUG errbot.core Trigger callback_connect on Filters
  1361. DEBUG:errbot.core:Trigger callback_connect on Health
  1362. 20:56:04 DEBUG errbot.core Trigger callback_connect on Health
  1363. DEBUG:errbot.core:Trigger callback_connect on Utils
  1364. 20:56:04 DEBUG errbot.core Trigger callback_connect on Utils
  1365. DEBUG:errbot.core:Trigger callback_connect on Backup
  1366. 20:56:04 DEBUG errbot.core Trigger callback_connect on Backup
  1367. DEBUG:errbot.core:Trigger callback_connect on Help
  1368. 20:56:04 DEBUG errbot.core Trigger callback_connect on Help
  1369. DEBUG:errbot.core:Trigger callback_connect on Plugins
  1370. 20:56:04 DEBUG errbot.core Trigger callback_connect on Plugins
  1371. DEBUG:errbot.core:Trigger callback_connect on ACLS
  1372. 20:56:04 DEBUG errbot.core Trigger callback_connect on ACLS
  1373. DEBUG:errbot.core:Trigger callback_connect on Flows
  1374. 20:56:04 DEBUG errbot.core Trigger callback_connect on Flows
  1375. DEBUG:errbot.core:Trigger callback_connect on ChatRoom
  1376. 20:56:04 DEBUG errbot.core Trigger callback_connect on ChatRoom
  1377. INFO:errbot.plugins.ChatRoom:Callback_connect
  1378. 20:56:04 INFO errbot.plugins.ChatRoom Callback_connect
  1379. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/coala'
  1380. 20:56:04 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/coala'
  1381. INFO:errbot.plugins.ChatRoom:Joining room coala/coala with username Errbot
  1382. 20:56:04 INFO errbot.plugins.ChatRoom Joining room coala/coala with username Errbot
  1383. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1384. 20:56:04 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1385. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 888
  1386. 20:56:05 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 888
  1387. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1388. 20:56:05 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1389. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1390. 20:56:05 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1391. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1392. 20:56:05 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1393. DEBUG:errbot.backends.gitter:Found room coala/coala
  1394. 20:56:05 DEBUG errbot.backends.gitter Found room coala/coala
  1395. DEBUG:errbot.backends.gitter:Joining room coala/coala (54d8b6f315522ed4b3dbc7c2)
  1396. 20:56:05 DEBUG errbot.backends.gitter Joining room coala/coala (54d8b6f315522ed4b3dbc7c2)
  1397. DEBUG:errbot.backends.gitter:POST url= https://api.gitter.im/v1/rooms, data = {"uri": "coala/coala"}
  1398. 20:56:05 DEBUG errbot.backends.gitter POST url= https://api.gitter.im/v1/rooms, data = {"uri": "coala/coala"}
  1399. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1400. 20:56:05 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1401. DEBUG:urllib3.connectionpool:http://version.errbot.io:80 "GET /?errbot=9.9.9&python=3.5.2 HTTP/1.1" 200 5
  1402. 20:56:06 DEBUG urllib3.connectionpool http://version.errbot.io:80 "GET /?errbot=9.9.9&python=3.5.2 HTTP/1.1" 200 5
  1403. DEBUG:errbot.plugins.VersionChecker:Tested current Errbot version and it is 5.1.2
  1404. 20:56:06 DEBUG errbot.plugins.VersionChe Tested current Errbot version and it is 5.1.2
  1405. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "POST /v1/rooms HTTP/1.1" 200 543
  1406. 20:56:11 DEBUG urllib3.connectionpool https://api.gitter.im:443 "POST /v1/rooms HTTP/1.1" 200 543
  1407. DEBUG:errbot.backends.gitter:Response: {'unreadItems': 6, 'userCount': 1505, 'uri': 'coala/coala', 'url': '/coala/coala', 'public': True, 'topic': 'http://coala.io/ - Newcomers Guide at http://coala.io/newcomer , channel list at https://coala.io/channels Newcomers: help us with code review! This is a great learning opportunity and very much appreciated! Pass on your knowledge to the others.', 'groupId': '57542c91c43b8c60197747c0', 'lurk': False, 'id': '54d8b6f315522ed4b3dbc7c2', 'security': 'PUBLIC', 'lastAccessTime': '2018-05-01T06:34:57.235Z', 'avatarUrl': 'https://avatars-04.gitter.im/group/iv/3/57542c91c43b8c60197747c0', 'githubType': 'REPO', 'group': {'avatarUrl': 'https://avatars-04.gitter.im/group/iv/3/57542c91c43b8c60197747c0', 'uri': 'coala', 'id': '57542c91c43b8c60197747c0', 'forumId': '57f6342f5cbd41612d1d421f', 'homeUri': 'coala/home', 'backedBy': {'type': None}, 'name': 'coala'}, 'mentions': 0, 'v': 44, 'tags': ['python', 'easy', 'code', 'analysis', 'application', 'coala'], 'roomMember': True, 'name': 'coala/coala'}
  1408. 20:56:11 DEBUG errbot.backends.gitter Response: {'unreadItems': 6, 'userCount': 1505, 'uri': 'coala/coala', 'url': '/coala/coala', 'public': True, 'topic': 'http://coala.io/ - Newcomers Guide at http://coala.io/newcomer , channel list at https://coala.io/channels Newcomers: help us with code review! This is a great learning opportunity and very much appreciated! Pass on your knowledge to the others.', 'groupId': '57542c91c43b8c60197747c0', 'lurk': False, 'id': '54d8b6f315522ed4b3dbc7c2', 'security': 'PUBLIC', 'lastAccessTime': '2018-05-01T06:34:57.235Z', 'avatarUrl': 'https://avatars-04.gitter.im/group/iv/3/57542c91c43b8c60197747c0', 'githubType': 'REPO', 'group': {'avatarUrl': 'https://avatars-04.gitter.im/group/iv/3/57542c91c43b8c60197747c0', 'uri': 'coala', 'id': '57542c91c43b8c60197747c0', 'forumId': '57f6342f5cbd41612d1d421f', 'homeUri': 'coala/home', 'backedBy': {'type': None}, 'name': 'coala'}, 'mentions': 0, 'v': 44, 'tags': ['python', 'easy', 'code', 'analysis', 'application', 'coala'], 'roomMember': True, 'name': 'coala/coala'}
  1409. DEBUG:errbot.backends.gitter:following room 54d8b6f315522ed4b3dbc7c2
  1410. 20:56:11 DEBUG errbot.backends.gitter following room 54d8b6f315522ed4b3dbc7c2
  1411. DEBUG:errbot.backends.gitter:thread for 54d8b6f315522ed4b3dbc7c2 started
  1412. 20:56:11 DEBUG errbot.backends.gitter thread for 54d8b6f315522ed4b3dbc7c2 started
  1413. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/coala/offtopic'
  1414. 20:56:11 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/coala/offtopic'
  1415. INFO:errbot.plugins.ChatRoom:Joining room coala/coala/offtopic with username Errbot
  1416. 20:56:11 INFO errbot.plugins.ChatRoom Joining room coala/coala/offtopic with username Errbot
  1417. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): stream.gitter.im
  1418. 20:56:11 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): stream.gitter.im
  1419. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1420. 20:56:11 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1421. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 888
  1422. 20:56:13 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 888
  1423. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1424. 20:56:13 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1425. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1426. 20:56:13 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1427. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1428. 20:56:13 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1429. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/coala/offtopic' failed
  1430. Traceback (most recent call last):
  1431. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1432. self._join_room(room)
  1433. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1434. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1435. AttributeError: 'NoneType' object has no attribute 'join'
  1436. 20:56:13 ERROR errbot.plugins.ChatRoom Joining room 'coala/coala/offtopic' failed
  1437. Traceback (most recent call last):
  1438. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1439. self._join_room(room)
  1440. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1441. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1442. AttributeError: 'NoneType' object has no attribute 'join'
  1443. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/cobot-test'
  1444. 20:56:13 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/cobot-test'
  1445. INFO:errbot.plugins.ChatRoom:Joining room coala/cobot-test with username Errbot
  1446. 20:56:13 INFO errbot.plugins.ChatRoom Joining room coala/cobot-test with username Errbot
  1447. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1448. 20:56:13 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1449. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 None
  1450. 20:56:14 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 None
  1451. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1452. 20:56:14 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1453. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1454. 20:56:14 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1455. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1456. 20:56:14 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1457. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/cobot-test' failed
  1458. Traceback (most recent call last):
  1459. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1460. self._join_room(room)
  1461. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1462. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1463. AttributeError: 'NoneType' object has no attribute 'join'
  1464. 20:56:14 ERROR errbot.plugins.ChatRoom Joining room 'coala/cobot-test' failed
  1465. Traceback (most recent call last):
  1466. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1467. self._join_room(room)
  1468. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1469. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1470. AttributeError: 'NoneType' object has no attribute 'join'
  1471. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/corobo'
  1472. 20:56:14 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/corobo'
  1473. INFO:errbot.plugins.ChatRoom:Joining room coala/corobo with username Errbot
  1474. 20:56:14 INFO errbot.plugins.ChatRoom Joining room coala/corobo with username Errbot
  1475. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1476. 20:56:14 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1477. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 None
  1478. 20:56:16 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 None
  1479. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1480. 20:56:16 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1481. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1482. 20:56:16 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1483. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1484. 20:56:16 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1485. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/corobo' failed
  1486. Traceback (most recent call last):
  1487. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1488. self._join_room(room)
  1489. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1490. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1491. AttributeError: 'NoneType' object has no attribute 'join'
  1492. 20:56:16 ERROR errbot.plugins.ChatRoom Joining room 'coala/corobo' failed
  1493. Traceback (most recent call last):
  1494. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1495. self._join_room(room)
  1496. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1497. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1498. AttributeError: 'NoneType' object has no attribute 'join'
  1499. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/devops'
  1500. 20:56:16 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/devops'
  1501. INFO:errbot.plugins.ChatRoom:Joining room coala/devops with username Errbot
  1502. 20:56:16 INFO errbot.plugins.ChatRoom Joining room coala/devops with username Errbot
  1503. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1504. 20:56:16 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1505. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1506. 20:56:17 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1507. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1508. 20:56:17 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1509. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1510. 20:56:17 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1511. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1512. 20:56:17 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1513. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/devops' failed
  1514. Traceback (most recent call last):
  1515. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1516. self._join_room(room)
  1517. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1518. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1519. AttributeError: 'NoneType' object has no attribute 'join'
  1520. 20:56:17 ERROR errbot.plugins.ChatRoom Joining room 'coala/devops' failed
  1521. Traceback (most recent call last):
  1522. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1523. self._join_room(room)
  1524. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1525. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1526. AttributeError: 'NoneType' object has no attribute 'join'
  1527. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/community'
  1528. 20:56:17 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/community'
  1529. INFO:errbot.plugins.ChatRoom:Joining room coala/community with username Errbot
  1530. 20:56:17 INFO errbot.plugins.ChatRoom Joining room coala/community with username Errbot
  1531. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1532. 20:56:17 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1533. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1534. 20:56:19 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1535. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1536. 20:56:19 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1537. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1538. 20:56:19 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1539. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1540. 20:56:19 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1541. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/community' failed
  1542. Traceback (most recent call last):
  1543. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1544. self._join_room(room)
  1545. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1546. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1547. AttributeError: 'NoneType' object has no attribute 'join'
  1548. 20:56:19 ERROR errbot.plugins.ChatRoom Joining room 'coala/community' failed
  1549. Traceback (most recent call last):
  1550. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1551. self._join_room(room)
  1552. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1553. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1554. AttributeError: 'NoneType' object has no attribute 'join'
  1555. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/coala/gsoc'
  1556. 20:56:19 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/coala/gsoc'
  1557. INFO:errbot.plugins.ChatRoom:Joining room coala/coala/gsoc with username Errbot
  1558. 20:56:19 INFO errbot.plugins.ChatRoom Joining room coala/coala/gsoc with username Errbot
  1559. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1560. 20:56:19 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1561. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1562. 20:56:20 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1563. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1564. 20:56:20 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1565. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1566. 20:56:20 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1567. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1568. 20:56:20 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1569. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/coala/gsoc' failed
  1570. Traceback (most recent call last):
  1571. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1572. self._join_room(room)
  1573. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1574. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1575. AttributeError: 'NoneType' object has no attribute 'join'
  1576. 20:56:20 ERROR errbot.plugins.ChatRoom Joining room 'coala/coala/gsoc' failed
  1577. Traceback (most recent call last):
  1578. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1579. self._join_room(room)
  1580. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1581. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1582. AttributeError: 'NoneType' object has no attribute 'join'
  1583. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/coala/maintainers'
  1584. 20:56:20 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/coala/maintainers'
  1585. INFO:errbot.plugins.ChatRoom:Joining room coala/coala/maintainers with username Errbot
  1586. 20:56:20 INFO errbot.plugins.ChatRoom Joining room coala/coala/maintainers with username Errbot
  1587. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1588. 20:56:20 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1589. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1590. 20:56:22 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1591. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1592. 20:56:22 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1593. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1594. 20:56:22 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1595. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1596. 20:56:22 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1597. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/coala/maintainers' failed
  1598. Traceback (most recent call last):
  1599. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1600. self._join_room(room)
  1601. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1602. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1603. AttributeError: 'NoneType' object has no attribute 'join'
  1604. 20:56:22 ERROR errbot.plugins.ChatRoom Joining room 'coala/coala/maintainers' failed
  1605. Traceback (most recent call last):
  1606. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1607. self._join_room(room)
  1608. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1609. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1610. AttributeError: 'NoneType' object has no attribute 'join'
  1611. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/coala-bears'
  1612. 20:56:22 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/coala-bears'
  1613. INFO:errbot.plugins.ChatRoom:Joining room coala/coala-bears with username Errbot
  1614. 20:56:22 INFO errbot.plugins.ChatRoom Joining room coala/coala-bears with username Errbot
  1615. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1616. 20:56:22 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1617. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1618. 20:56:23 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1619. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1620. 20:56:23 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1621. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1622. 20:56:23 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1623. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1624. 20:56:23 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1625. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/coala-bears' failed
  1626. Traceback (most recent call last):
  1627. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1628. self._join_room(room)
  1629. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1630. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1631. AttributeError: 'NoneType' object has no attribute 'join'
  1632. 20:56:23 ERROR errbot.plugins.ChatRoom Joining room 'coala/coala-bears' failed
  1633. Traceback (most recent call last):
  1634. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1635. self._join_room(room)
  1636. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1637. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1638. AttributeError: 'NoneType' object has no attribute 'join'
  1639. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/bearship'
  1640. 20:56:23 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/bearship'
  1641. INFO:errbot.plugins.ChatRoom:Joining room coala/bearship with username Errbot
  1642. 20:56:23 INFO errbot.plugins.ChatRoom Joining room coala/bearship with username Errbot
  1643. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1644. 20:56:23 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1645. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1646. 20:56:25 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1647. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1648. 20:56:25 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1649. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1650. 20:56:25 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1651. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1652. 20:56:25 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1653. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/bearship' failed
  1654. Traceback (most recent call last):
  1655. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1656. self._join_room(room)
  1657. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1658. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1659. AttributeError: 'NoneType' object has no attribute 'join'
  1660. 20:56:25 ERROR errbot.plugins.ChatRoom Joining room 'coala/bearship' failed
  1661. Traceback (most recent call last):
  1662. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1663. self._join_room(room)
  1664. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1665. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1666. AttributeError: 'NoneType' object has no attribute 'join'
  1667. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/gci'
  1668. 20:56:25 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/gci'
  1669. INFO:errbot.plugins.ChatRoom:Joining room coala/gci with username Errbot
  1670. 20:56:25 INFO errbot.plugins.ChatRoom Joining room coala/gci with username Errbot
  1671. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1672. 20:56:25 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1673. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1674. 20:56:26 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1675. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1676. 20:56:26 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1677. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1678. 20:56:26 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1679. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1680. 20:56:26 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1681. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/gci' failed
  1682. Traceback (most recent call last):
  1683. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1684. self._join_room(room)
  1685. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1686. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1687. AttributeError: 'NoneType' object has no attribute 'join'
  1688. 20:56:26 ERROR errbot.plugins.ChatRoom Joining room 'coala/gci' failed
  1689. Traceback (most recent call last):
  1690. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1691. self._join_room(room)
  1692. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1693. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1694. AttributeError: 'NoneType' object has no attribute 'join'
  1695. DEBUG:errbot.plugins.ChatRoom:Try to join room 'coala/cobot'
  1696. 20:56:26 DEBUG errbot.plugins.ChatRoom Try to join room 'coala/cobot'
  1697. INFO:errbot.plugins.ChatRoom:Joining room coala/cobot with username Errbot
  1698. 20:56:26 INFO errbot.plugins.ChatRoom Joining room coala/cobot with username Errbot
  1699. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1700. 20:56:26 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1701. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1702. 20:56:28 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1703. DEBUG:errbot.backends.gitter:found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1704. 20:56:28 DEBUG errbot.backends.gitter found room Savage Testing/Lobby (Savage-Testing/Lobby)
  1705. DEBUG:errbot.backends.gitter:found room Savage Testing/testroom (Savage-Testing/testroom)
  1706. 20:56:28 DEBUG errbot.backends.gitter found room Savage Testing/testroom (Savage-Testing/testroom)
  1707. DEBUG:errbot.backends.gitter:found room coala/coala (coala/coala)
  1708. 20:56:28 DEBUG errbot.backends.gitter found room coala/coala (coala/coala)
  1709. ERROR:errbot.plugins.ChatRoom:Joining room 'coala/cobot' failed
  1710. Traceback (most recent call last):
  1711. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1712. self._join_room(room)
  1713. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1714. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1715. AttributeError: 'NoneType' object has no attribute 'join'
  1716. 20:56:28 ERROR errbot.plugins.ChatRoom Joining room 'coala/cobot' failed
  1717. Traceback (most recent call last):
  1718. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 20, in callback_connect
  1719. self._join_room(room)
  1720. File "/home/vzard/Desktop/GSoC_2018/corobo/fork/venv-corobo/lib/python3.5/site-packages/errbot/core_plugins/chatRoom.py", line 34, in _join_room
  1721. self.query_room(room).join(username=self.bot_config.CHATROOM_FN, password=password)
  1722. AttributeError: 'NoneType' object has no attribute 'join'
  1723. DEBUG:errbot.core:Trigger callback_connect on VersionChecker
  1724. 20:56:28 DEBUG errbot.core Trigger callback_connect on VersionChecker
  1725. DEBUG:errbot.core:Trigger callback_connect on CommandNotFoundFilter
  1726. 20:56:28 DEBUG errbot.core Trigger callback_connect on CommandNotFoundFilter
  1727. INFO:errbot.core:Plugin activation done.
  1728. 20:56:28 INFO errbot.core Plugin activation done.
  1729. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gitter.im
  1730. 20:56:28 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.gitter.im
  1731. DEBUG:urllib3.connectionpool:https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1732. 20:56:30 DEBUG urllib3.connectionpool https://api.gitter.im:443 "GET /v1/rooms HTTP/1.1" 200 887
  1733. DEBUG:errbot.backends.gitter:found contact {'noindex': False, 'unreadItems': 2, 'userCount': 2, 'tags': [], 'url': '/nvzard', 'public': False, 'topic': '', 'groupId': None, 'lurk': False, 'id': '5a9ba4e4d73408ce4f8fc6d9', 'lastAccessTime': '2018-05-01T15:26:03.000Z', 'avatarUrl': 'https://avatars-02.gitter.im/gh/uv/4/nvzard', 'githubType': 'ONETOONE', 'user': {'avatarUrl': 'https://avatars-02.gitter.im/gh/uv/4/nvzard', 'displayName': 'Nitanshu', 'avatarUrlMedium': 'https://avatars2.githubusercontent.com/u/19310512?v=4&s=128', 'id': '58c6b072d73408ce4f504af9', 'url': '/nvzard', 'v': 11, 'gv': '4', 'username': 'nvzard', 'avatarUrlSmall': 'https://avatars2.githubusercontent.com/u/19310512?v=4&s=60'}, 'mentions': 0, 'oneToOne': True, 'roomMember': True, 'name': 'Nitanshu'}
  1734. 20:56:30 DEBUG errbot.backends.gitter found contact {'noindex': False, 'unreadItems': 2, 'userCount': 2, 'tags': [], 'url': '/nvzard', 'public': False, 'topic': '', 'groupId': None, 'lurk': False, 'id': '5a9ba4e4d73408ce4f8fc6d9', 'lastAccessTime': '2018-05-01T15:26:03.000Z', 'avatarUrl': 'https://avatars-02.gitter.im/gh/uv/4/nvzard', 'githubType': 'ONETOONE', 'user': {'avatarUrl': 'https://avatars-02.gitter.im/gh/uv/4/nvzard', 'displayName': 'Nitanshu', 'avatarUrlMedium': 'https://avatars2.githubusercontent.com/u/19310512?v=4&s=128', 'id': '58c6b072d73408ce4f504af9', 'url': '/nvzard', 'v': 11, 'gv': '4', 'username': 'nvzard', 'avatarUrlSmall': 'https://avatars2.githubusercontent.com/u/19310512?v=4&s=60'}, 'mentions': 0, 'oneToOne': True, 'roomMember': True, 'name': 'Nitanshu'}
  1735. DEBUG:errbot.backends.gitter:following room 5a9ba4e4d73408ce4f8fc6d9
  1736. 20:56:30 DEBUG errbot.backends.gitter following room 5a9ba4e4d73408ce4f8fc6d9
  1737. DEBUG:errbot.backends.gitter:thread for 5a9ba4e4d73408ce4f8fc6d9 started
  1738. 20:56:30 DEBUG errbot.backends.gitter thread for 5a9ba4e4d73408ce4f8fc6d9 started
  1739. DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): stream.gitter.im
  1740. 20:56:30 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): stream.gitter.im
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement