You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because at that URL, the content-disposition header is attachment; filename="" which is not what it should have at all. This makes Komac think it doesn't have a file name and doesn't know what file type it's working with. To get around this, I'll check whether the filename is empty and use the existing fallback mechanism if it is.
Is there an existing issue for this?
What happened?
The text was updated successfully, but these errors were encountered: