mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #565] Icon extraction fails #367
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @quthla on GitHub (Aug 10, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/565
For saturn.de and bwin.com it will just create the miss file
@mprasil commented on GitHub (Aug 10, 2019):
What version are you using?
@quthla commented on GitHub (Aug 10, 2019):
Latest docker image. Were you unable to reproduce the issue?
@mprasil commented on GitHub (Aug 11, 2019):
I think I was able to reproduce that with saturn.de, but bwin.com works fine for me. I'm not sure why saturn.de fails though, I can see this in logs:
But when I try to poke the same URL with curl, it works fine.
@BlackDex commented on GitHub (Aug 13, 2019):
I have identified the bug this afternoon. It has to do with cookies, and rather the lack off but still sending the header. This breaks the saturn.de website. Trying to think of a good way to fix this.
@mprasil commented on GitHub (Oct 11, 2019):
This was fixed in PR #644