Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Crash on adding magnet via protocol handler #119

Closed
snowie2000 opened this issue May 8, 2021 · 2 comments
Closed

Crash on adding magnet via protocol handler #119

snowie2000 opened this issue May 8, 2021 · 2 comments

Comments

@snowie2000
Copy link

c, err := ctstatic.ReadAll("template/magadded.html")

is faulty. It should be

c, err := ctstatic.ReadAll("files/template/magadded.html")
@snowie2000 snowie2000 changed the title Crash on add magnet via protocol handler Crash on adding magnet via protocol handler May 8, 2021
@2ral
Copy link

2ral commented May 9, 2021

I had stated that I had been suffering from the same problem in the comments of issue #118

@boypt boypt closed this as completed in 79db15d May 10, 2021
@boypt
Copy link
Owner

boypt commented May 10, 2021

fixed in latest release. thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants