Skip to content

Can't call methods if socket file is a symbolic link #1

@wanxewoj

Description

@wanxewoj

I'm using the p5 release binary on a armhf system.

I have the following line in my lightning.conf:

sparko-keys=masterkey:+getinfo

However curl gives my a 405 Method Not Allowed response:

$ curl -ki http://127.0.0.1:19737/rpc/ -d '{"method": "getinfo"}' -H 'X-Access masterkey'
HTTP/1.1 405 Method Not Allowed
Content-Length: 0

No errors in the lightning debug.log file. The only sparko related line is:

DEBUG plugin-manager started(4530) /mnt/data/test_lightningd/.lightning/plugins/sparko_linux_arm

That's the only line. No other output from the sparko plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions