Closed mgrimace closed 6 months ago
Okay the API-container is crashing on load, because there is a "null
"-field in your notificationConnectors.json
-file.
If you delete that file you should no longer be crashing on startup.
If you feel confident about not leaking sensitive information: Could you censor the contents of that file and reply with the contents on here?
(at Tranga.TrangaSettings.LoadNotificationConnectors(GlobalBase clone) in /src/Tranga/TrangaSettings.cs:line 97
)
Second there seems to be an issue with the Arguments implementation...
-f -c -l /usr/share/tranga-api/logs
No parameter provided for argument -l. -h for help.
Gonna look into that.
aea4c0c61b0c5623fb3b801582536b5b82e90557 Fixed the -l issue hopefully
Okay the API-container is crashing on load, because there is a "
null
"-field in yournotificationConnectors.json
-file. If you delete that file you should no longer be crashing on startup. If you feel confident about not leaking sensitive information: Could you censor the contents of that file and reply with the contents on here? (at Tranga.TrangaSettings.LoadNotificationConnectors(GlobalBase clone) in /src/Tranga/TrangaSettings.cs:line 97
)Second there seems to be an issue with the Arguments implementation...
-f -c -l /usr/share/tranga-api/logs No parameter provided for argument -l. -h for help.
Gonna look into that.
Thank you, deleting the file worked. For reference, here is the redacted file content:
[{"notificationConnectorType":2,"endpoint":"https://ntfy.mydomain.com/manga"}]
I'll reply in the other issue re. NTFY, but I had tried to enter my NTFY details. It wasn't clear what type of auth to use, but I tried my basic auth, token, and webhook auth (which are all slightly different implementations). I'm not sure what it had ultimately landed on when it broke Tranga, but clearly I had done something wrong.
Thanks for the quick reply, and appreciate the support!
Thank you, deleting the file worked. For reference, here is the redacted file content:
I suppose that "auth" was missing, which was an old issue fixed here
Other issue should also now be fixed. you had the "/manga" topic set, which didn't work previously but now should.
What is broken?
When I browse to the local tranga website, it's as if there's no connection to the api. I've changed nothing but my manga no longer shows up, and there's nothing in the settings (e.g., no connections to Kavita, etc.)
Log-output
Additional stuff