marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
234 stars 36 forks source link

[Bug] Ko-Fi Image from the settings page is 403'ing #132

Open dljsjr opened 1 month ago

dljsjr commented 1 month ago

Describe the bug I was debugging a plugin I was developing and noticed that if I performed a full app reload while the dev console was open, there was a 403 for a github static asset every time I restarted Obsidian. Searching for the URL that was 403'ing in my .obsidian dir, I found that it was the URL for the image used in the Ko-Fi CTA on the Settings page:

https://github.com/marc0l92/obsidian-jira-issue/blob/9ff618aaf5e9deabdeb087a2f628913ba9db5626/src/settings.ts#L181

image

The image does in fact show as broken on the settings page:

image

Trying to navigate to that asset in a browser also fails:

https://camo.githubusercontent.com/3c7d0ccc8f3d2f6071fbb1aae2dd2f755212d10bc37cd57cf7b3f53862a89d85/68747470733a2f2f617a3734333730322e766f2e6d7365636e642e6e65742f63646e2f6b6f6669332e706e67

To Reproduce Steps to reproduce the behavior:

  1. Open the Developer Console
  2. Trigger Reload app without saving
  3. Observe the error in the console
  4. Observe the broken image on the Settings page

Expected behavior Asset should ideally resolve with a 200 OK

Screenshots See above

Plugin version and platform