Skip to content
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

No writable property 'url' on class: io.kamax.mxisd.config.ListenerConfig #131

Closed
NullIsNot0 opened this issue Feb 16, 2019 · 4 comments
Closed
Assignees
Labels
bug Software behaviour is unexpected and/or broken and needs to be corrected

Comments

@NullIsNot0
Copy link

After migrating from 1.2.2 to 1.3.0 e-mail notification configuration crashes mxisd docker container.

Configuration part:

...
matrix:
    domain: example.com
    listener:
        localpart: appservice-mxisd
        token:
            as: 9pBE4fo8qsFjOM0dELtpvTrA6BLYCndS8Nzqrv1laTqiW3oAXDHzxQ0otT3p1J1j
            hs: yNabQ67LO55IedMod2cQYwaEUfWtpEsAKz4bNS2sQ8SCr8NyOX7y9rFv1kDvxFja
        url: http://matrix-synapse:8090
...

Error I get:

No writable property 'url' on class: io.kamax.mxisd.config.ListenerConfig
in 'reader', line 37, column 14:
url: http://matrix-synapse:8090

This configuration worked well in 1.2.2.

@maxidorius maxidorius self-assigned this Feb 16, 2019
@maxidorius
Copy link
Member

Could you give kamax/mxisd:1.3.0-7-g99697d7 a try please?

@NullIsNot0
Copy link
Author

Just tried kamax/mxisd:1.3.0-7-g99697d7. It works well. No more errors, and functionality works. Thank you a lot!

@maxidorius
Copy link
Member

Awesome! Thank you for reporting and testing. Please leave this issue open for a few days so people who are hit by it can find it easily.

For anyone using the Debian package, you'll find a package for this fix here

@maxidorius maxidorius added the bug Software behaviour is unexpected and/or broken and needs to be corrected label Feb 16, 2019
@maxidorius
Copy link
Member

Fix is part of the v1.3.1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Software behaviour is unexpected and/or broken and needs to be corrected
Projects
None yet
Development

No branches or pull requests

2 participants