[BUG] Downloaded files from srrdb.com are not opened in the browser
darkred opened this issue · 2 comments
darkred commented
Describe the bug
Downloaded files from srrdb.com are not opened in the browser
To Reproduce
Steps to reproduce the behavior:
- In a fresh Chrome 84 profile with only the extension
- Go to extension Options, enable
Allow access to file URLs
and then also enableApply RetroTxt to any downloaded or local text files' in the 'Config Options
- Open e.g. this srrdb page
- Click on the 'darksiders.nfo' link (in the 'Stored files' row) to download it
- The downloaded NFO file doesn't open inside the browser
RetroTxt (access Options and click the about tab)
- Version: 3.5.0
Browser (please complete the following information):
- OS: Windows 10 x64
- Browser: Chrome
- Version: 84
Thank you
bengarrett commented
Hi, thanks for this report. Unfortunately, this seems to be a misconfiguration with the web site. Their text files are sent with the application/octet-stream
binary flagged header which RetroTxt rightly ignores. It only monitors downloads if they're sent with the text/plain
headers.