lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.56k stars 414 forks source link

No feed refresh #7753

Closed coffseducation closed 1 year ago

coffseducation commented 1 year ago

Bug The LBRY apps both .deb and appimage no longer update/refresh the video feed.

To Reproduce Steps to reproduce the behavior:

  1. Open LBRY deb or refresh by clicking on LBRY
  2. App opens but does not update the feed.
  3. Open LBRY appimage
  4. App opens but does not update the feed.
  5. Clear all data.
  6. Sign in
  7. Feed loads - but is still 5 days old. No new content listed.

Expected behavior Refreshing brings in new video's. New videos are available in Odysee but do not show in LBRY.

keikari commented 1 year ago

Try to add this to your daemon_settings.yml and restart the app

lbryum_servers:
 - spv18.lbry.com:50001
coffseducation commented 1 year ago

That worked! Thank you!