I do an / in Annonce Template
Closed this issue · 1 comments
Read the FAQ first!
I do an "Update Anillist / Mal automatic" Annonce
Describe the problem, and what you would expect if it isn't clear already.
DANGER DONT TRY IT IN Produktiv SYSTEM: Create announcment with / in label
What to do to reproduce the problem.
If i try deleted edit or choose it i get this in docker log
jfa-go | [GIN] GET(/users/announce) => 200
jfa-go | [GIN] GET(/config/emails/Announcement) => 200
jfa-go | [GIN] GET(/config/emails/Announcement) => 200
jfa-go | [GIN] GET(/config/emails/Announcement) => 200
jfa-go | [GIN] DELETE(/users/announce/Anillist / Mal Sync) => 404
If you're using a build with a tray icon, right-click on it and press "Open logs" to access your logs.
When you notice the problem, check the output of jfa-go
or get the logs by pressing the "Logs" button in the Settings tab. If the problem is not obvious (e.g a panic (red text) or 'ERROR' log), re-run jfa-go with the -debug
argument and reproduce the problem. You should then take a screenshot of the output, or paste it here, preferably between ``` tags (e.g ```Log here
```). Remember to censor any personal information.
If nothing catches your eye in the log, access the admin page via your browser, go into the console (Right click > Inspect Element > Console), refresh, reproduce the problem then paste the output here in the same way as above.
Configuration
If you see it as necessary, include relevant sections of your config.ini
, for example, include [email]
and [smtp]|[mailgun]
if you have an email issue.
Platform/Version
Include the platform jfa-go is running on (e.g Windows, Linux, Docker), the version (first line of output by jfa-go
or Settings>About in web UI), and if necessary the browser version and platform.
Thanks for the log lines, should be as simple as URL-encoding the announcement label.