errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 614 forks source link

!repos command fails with error '''Computer says nooo. See logs for details: b'repo_index' ''' #1439

Closed netwninja closed 4 years ago

netwninja commented 4 years ago

In order to let us help you better, please fill out the following fields as best you can:

I am...

I am running...

Issue description

Please describe your bug/feature/problem here. The !repos command is not at all working.

GS  10:55 PM
!repos install https://github.com/Gnoffel/errbot-kudos

bot2APP  10:55 PM
Installing https://github.com/Gnoffel/errbot-kudos...

10:55
Computer says nooo. See logs for details:
b'repo_index'

Now another output

GS  11:00 PM
!repos

bot2APP  11:00 PM
┏━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━┓
┃ Status ┃ Name ┃ Description ┃
┡━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━┩
│        │      │             │
└────────┴──────┴─────────────┘

Steps to reproduce

NA

Additional info

NA

sijis commented 4 years ago

@netwninja I can confirm that this error happens with this version. The main reason for this is because that version references the older domain that had the plugin registry, which no longer exists.

The plugins registry (repos.json) was updated in version 6.1.3.

I would strongly encourage to update to the latest version, which is currently 6.1.4 to resolve your issue.