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

AttributeError: type object 'gPodderSyncUI' has no attribute 'DL_ADDED_ONE' #1137

Closed
thp opened this issue Aug 19, 2021 · 1 comment
Closed
Labels

Comments

@thp
Copy link
Member

thp commented Aug 19, 2021

Introduced by #1054.

Steps to reproduce:

  1. Download a file
  2. Pause the download
  3. Try to resume the download
Traceback (most recent call last):
  File ".../gpodder/src/gpodder/gtkui/main.py", line 1622, in <lambda>
    item.connect('activate', lambda item: self._for_each_task_set_status(tasks, status, force_start))
  File ".../gpodder/src/gpodder/gtkui/main.py", line 1567, in _for_each_task_set_status
    self.set_download_list_state(gPodderSyncUI.DL_ADDED_ONE)
AttributeError: type object 'gPodderSyncUI' has no attribute 'DL_ADDED_ONE'

@auouymous auouymous added the bug label Aug 30, 2021
blushingpenguin added a commit to blushingpenguin/gpodder that referenced this issue Aug 30, 2021
blushingpenguin added a commit to blushingpenguin/gpodder that referenced this issue Aug 31, 2021
blushingpenguin added a commit to blushingpenguin/gpodder that referenced this issue Aug 31, 2021
blushingpenguin added a commit to blushingpenguin/gpodder that referenced this issue Aug 31, 2021
auouymous added a commit that referenced this issue Sep 8, 2021
#1117, #1137: fixes for pause/resume/cancelling download tasks
@auouymous
Copy link
Member

Fixed by #1149.

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

No branches or pull requests

2 participants