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

Missing folder not working. #473

Closed
YorkWall opened this issue Nov 30, 2022 · 5 comments
Closed

Missing folder not working. #473

YorkWall opened this issue Nov 30, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@YorkWall
Copy link

Whenever I click check for missing videos: the missing folder fills up with half my videos many of which are still online.

What operating system are you using?

If using MS Windows, are you using Windows 10, Windows 7, or something else?
Windows 10

What version of Tartube are you using?

In Tartube's main window, click Help > About
v2.4.165

What happens when you run Tartube from a terminal window?

python3 tARTUBE/TARTUBE

C:/Users/gorma/AppData/Local/Tartube/msys64/mingw64/lib/python3.9/site-packages/gi/overrides/Gio.py:42: Warning: unable to set property 'strikethrough-set' of type 'gboolean' from value of type 'gchararray'
return Gio.Application.run(self, *args, **kwargs)
C:/Users/gorma/AppData/Local/Tartube/msys64/mingw64/lib/python3.9/site-packages/gi/overrides/Gio.py:42: Warning: unable to set property 'underline-set' of type 'gboolean' from value of type 'gchararray'
return Gio.Application.run(self, *args, **kwargs)
C:/Users/gorma/AppData/Local/Tartube/msys64/mingw64/lib/python3.9/site-packages/gi/overrides/Gio.py:42: Warning: unable to set property 'weight-set' of type 'gboolean' from value of type 'gchararray'
return Gio.Application.run(self, *args, **kwargs)
C:/Users/gorma/AppData/Local/Tartube/msys64/mingw64/lib/python3.9/site-packages/gi/overrides/Gio.py:42: Warning: unable to set property 'style-set' of type 'gboolean' from value of type 'gchararray'
return Gio.Application.run(self, *args, **kwargs)
C:/Users/gorma/AppData/Local/Tartube/msys64/mingw64/lib/python3.9/site-packages/gi/overrides/Gtk.py:1310: Warning: unable to set property 'strikethrough-set' of type 'gboolean' from value of type 'gchararray'
Gtk.TreeStore.set_value(self, treeiter, column, value)

@YorkWall YorkWall added the bug Something isn't working label Nov 30, 2022
@axcore
Copy link
Owner

axcore commented Dec 1, 2022

Same answer as your other issue - give me the URL of a channel or playlist which isn't behaving as expected, so I can test that one specifically.

By the way, don't worry about the python errors, they are all generated by the buggy graphics library.

@YorkWall YorkWall closed this as completed Dec 1, 2022
@YorkWall YorkWall reopened this Dec 2, 2022
axcore pushed a commit that referenced this issue Dec 4, 2022
@axcore
Copy link
Owner

axcore commented Dec 4, 2022

Fixed in v2.4.173.

This version is only available from Github/PyPI. If you want to udpate your MS Windows installation, see here.

@YorkWall
Copy link
Author

YorkWall commented Dec 5, 2022

This partially fixed it! Went from 10,000 to 2,700 videos in the folder when I run download all.
Some channels currently wrongly put in the folder
https://www.youtube.com/c/LinusTechTips/videos
https://www.youtube.com/c/StuffMadeHere/videos
https://www.youtube.com/playlist?list=PLF92eWCGNg0dZhtDi46kokpz1zZjr8QX7
Did a deeper look at this one. https://www.youtube.com/@NoclipDocs/videos`
Many of the most recent videos correctly do not appear in the missing folder. However, "Inside the Studio Designing Hyper Light Breaker - Hyper Light Development 01" and "How Alien Isolation Survived its Difficult Development" do incorrectly appear. Along with some short now unlisted videos.

@YorkWall YorkWall closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2022
@YorkWall YorkWall reopened this Dec 5, 2022
axcore pushed a commit that referenced this issue Dec 9, 2022
@axcore
Copy link
Owner

axcore commented Dec 9, 2022

Fixed (again) in v2.4.190.

Tartube checked carefully that the download had not been interrupted, before looking for missing videos, but it did not adequately check that the download had started in the first place.

I did not test all of the channels in your most recent post (it would take days to download them all), but I did download the whole of https://www.youtube.com/@NoclipDocs/videos` and it's working.

Feel free to close the issue if that's everything :)

@axcore axcore closed this as completed Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants