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] Error calling Python override with "worker.py" and #251

Closed
Paloik opened this issue Nov 21, 2024 · 2 comments
Closed

[Bug] Error calling Python override with "worker.py" and #251

Paloik opened this issue Nov 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right question Further information is requested

Comments

@Paloik
Copy link

Paloik commented Nov 21, 2024

What happened?

I get some error-messages in the commandline when i'm using tdng GUI related to the "working.py" file.
How will i notice whether a simultaneous download is performed? At the moment I would say that the program does not perform simultaneous downloads.

Version App

v0.20.3

What operating system are you seeing the problem on?

Linux

Relevant log output

Error calling Python override of QRunnable::run(): Traceback (most recent call last):
  File "/home/basti/.local/lib/python3.12/site-packages/tidal_dl_ng/worker.py", line 31, in run
    self.fn(*self.args, **self.kwargs)
  File "/home/basti/.local/lib/python3.12/site-packages/tidal_dl_ng/gui.py", line 913, in watcher_queue_download
    items: [QtWidgets.QTreeWidgetItem | None] = self.tr_queue_download.findItems(
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Internal C++ object (PySide6.QtWidgets.QTreeWidget) already deleted.

Your settings

{
    "skip_existing": true,
    "lyrics_embed": true,
    "lyrics_file": false,
    "video_download": false,
    "download_delay": true,
    "download_base_path": "/media/basti/Daten/Music",
    "quality_audio": "LOSSLESS",
    "quality_video": "720",
    "format_album": "Albums/{album_artist}/{album_year} - {album_title}{album_explicit}/{album_track_num}. {artist_name} - {track_title}",
    "format_playlist": "Playlists/{playlist_name}/{artist_name} - {track_title}",
    "format_mix": "Mix/{mix_name}/{artist_name} - {track_title}",
    "format_track": "Tracks/{artist_name} - {track_title}{track_explicit}",
    "format_video": "Videos/{artist_name} - {track_title}{track_explicit}",
    "video_convert_mp4": false,
    "path_binary_ffmpeg": "",
    "metadata_cover_dimension": "320",
    "metadata_cover_embed": true,
    "cover_album_file": true,
    "extract_flac": false,
    "downloads_simultaneous_per_track_max": 20
}
@Paloik Paloik added the bug Something isn't working label Nov 21, 2024
@exislow
Copy link
Owner

exislow commented Nov 21, 2024

Please try harder to provide information how to re-produce this issue.

@exislow exislow added the question Further information is requested label Nov 21, 2024
@exislow
Copy link
Owner

exislow commented Dec 13, 2024

Stale

@exislow exislow closed this as completed Dec 13, 2024
@exislow exislow added the invalid This doesn't seem right label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants