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] JDownloader Widget Remaining Always the Same #1926

Closed
3 tasks done
L4ma opened this issue Sep 8, 2023 · 6 comments · Fixed by #1929
Closed
3 tasks done

[Bug] JDownloader Widget Remaining Always the Same #1926

L4ma opened this issue Sep 8, 2023 · 6 comments · Fixed by #1929
Labels
bug Something isn't working

Comments

@L4ma
Copy link

L4ma commented Sep 8, 2023

Description

Hi,
I have just inserted the widget for JDownloader and noticed that the "Remaining" field always remains the same. It does not adapt to the downloads or it does not become less.

Bildschirmfoto 2023-09-08 um 11 47 06

Steps to reproduce

Add the JDownloader widget and download something

homepage version

v0.6.29

Installation method

Docker

Configuration

No response

Container Logs

No response

Browser Logs

No response

Troubleshooting

I didn't make a mistake with this topic, because I only have to enter the login data for the widget and the connection works. That's why I can see the rest.

Other

No response

Before submitting, I have made sure to

@L4ma L4ma added bug Something isn't working unconfirmed labels Sep 8, 2023
@benphelps
Copy link
Member

The standard widget does not refresh on its own automatically. It'll fetch the data once when the page is rendered and then again any time the page gains focus.

If you want to force a widget to refresh automatically, you can set the refreshInterval property for that widget.

widget:
    type: deluge
    url: http://172.16.1.10:8112
    fields: ["download", "upload"]
    refreshInterval: 1000

@L4ma
Copy link
Author

L4ma commented Sep 8, 2023

Thanks for the tip, but all the other fields like "Speed" or "Size" work. The only field that does not refresh is really "Remaining".
I have now added a refreshInterval anyway and see if it works.

I'll post an update here in a few minutes.

@L4ma
Copy link
Author

L4ma commented Sep 8, 2023

Update:
Unfortunately, it still does not work. Size, queue, speed change but "remaining" remains permanently the same or always changes with the "size". I don't know if it has anything to do with this, but I suspect that it retrieves the same data for both fields.

@benphelps
Copy link
Member

Does look like a bug indeed. I don't have jDownloader, but I'm pretty sure I can fix it.

@L4ma
Copy link
Author

L4ma commented Sep 8, 2023

Thank you!

Copy link
Contributor

github-actions bot commented Feb 5, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants