Skip to content

fix serdeyaml error #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

fix serdeyaml error #55

wants to merge 1 commit into from

Conversation

Tazoeur
Copy link

@Tazoeur Tazoeur commented Feb 20, 2020

This potentialy fix the following error :

Error(SerdeYaml(Message("invalid type: map, expected a string", Some(Pos { marker: Marker { index: 143, line: 9, col: 12 }, path: "servers[0].channels[0]" }))), State { next_error: None, backtrace: None })

Another way would be to update the configuration handler so the channels would accept map instead of strings

This potentialy fix the following error : 
```
Error(SerdeYaml(Message("invalid type: map, expected a string", Some(Pos { marker: Marker { index: 143, line: 9, col: 12 }, path: "servers[0].channels[0]" }))), State { next_error: None, backtrace: None })
```
@8573 8573 added the S-could-not-reproduce Status: The maintainer(s) failed to reproduce this issue. label Mar 19, 2020
@8573
Copy link
Owner

8573 commented Mar 19, 2020

I haven't been able to reproduce this problem; that is, it seems to me that the bot accepts the syntax in the default configuration file for channels to join. What commit are you using?

@8573 8573 added the S-waiting-for-author Status: Waiting for a response from the ticket author label Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-could-not-reproduce Status: The maintainer(s) failed to reproduce this issue. S-waiting-for-author Status: Waiting for a response from the ticket author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants