Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Broken collections support #89

Open
Silicon7921 opened this issue Jun 28, 2024 · 1 comment
Open

[Bug] Broken collections support #89

Silicon7921 opened this issue Jun 28, 2024 · 1 comment

Comments

@Silicon7921
Copy link

Silicon7921 commented Jun 28, 2024

Describe the bug
"fav status -a" command shows collections that is subscribed, BUT ALSO those have been unsubscribed.

To Reproduce

  1. subscribe a collection on bilibili and find its ID in the webpage URL, like "collectiondetail?sid=2800646". write it down.
  2. perform "fav status -a", notice that the ID appears in the command output as expected.
  3. unsubscribe the collection subscribed before.
  4. perform "fav status -a" again. that ID don't disappear (it should disappear, since I have unsubed it) .

Expected behavior
Any ID of unsubscribed collections don't appear in the output of "status -a"

Screenshots

屏幕截图 2024-06-28 180054
any unsubscribed collections are marked. the "count" is completely wrong. I dont have so many collections sub.

Information (please complete the following information):
Windows 11 build 22621
fav version 0.2.29 (latest)

Additional context
If this is a BUG, that means "collection support" cannot handle unsubscribed collections and still display them.
By the way, how can I track a collection? or it have not been realized?

@kingwingfly
Copy link
Owner

I will add the --prune flag to fetch like what git fetch does once I'm available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants