Failed to parse the configuration: While parsing config: toml: incomplete number #1860
Unanswered
godzillajenkins
asked this question in
Help / Q&A
Replies: 2 comments
-
|
I ran into this same issue today myself, can't figure out what the problem is. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It means your toml config is not correct eg the following will not work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, All.
I prepared my config for matterbridge
`[slack]
[slack.myslack]
Token="Token"
RemoteNickFormat="{BRIDGE} - @{NICK}"
[mattermost]
[mattermost.mymattermost]
Server="(server_name:443](server_name:443/)"
Team="general"
Token="Token"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true
SkipTLSVerify=true
[[gateway]]
name=gateway1
enable=true
[[gateway.inout]]
account="mattermost.mymattermost"
channel="emergency-cc"
[[gateway]]
name=gateway2
enable=true
[[gateway.inout]]
account="mattermost.mymattermost"
channel="emergency-crx"
But when I try to run ./matterbridge -conf matterbridge.toml I see
[0000] INFO main: Running version 1.25.3-dev
[0000] FATAL config: Failed to parse the configuration: While parsing config: toml: incomplete number
Can you help me please?
Beta Was this translation helpful? Give feedback.
All reactions