
DevXen
Members-
Posts
52 -
Joined
-
Last visited
Recent Profile Visitors
1369 profile views
DevXen's Achievements
Rookie (2/14)
3
Reputation
-
Haven't had time to check out the update. I'll mess with it this weekend after work. But did we get the option to add the YouTube id and the name to the files yet by chance?
-
So i installed Kavita last night and let it scan my ebooks/comics/etc. I'm getting this error: There was an issue writing to the DB for Series API.Entities.Series An error occurred while saving the entity changes. See the inner exception for details. Not sure how to get to the inner exception. but i have included pics. and this is from the docker log.. and I dunno what to do or how to fix it?
-
Hey i found an issue. - Youtube has changed usernames to have a @ in the beginning. and i think thats causing an issue. For example I want to get all the videos of this channel: https://www.youtube.com/@8BitUniverse/videos which it doesn't add, and the log shows: WARNING:root:Illegal channel-URL WARNING:root:Illegal playlist-URL
-
Hahaha this was fixed long ago. We talked about it in the unRAID group. It was just never replied to on here. I'm Clint W. On fb..
-
I'm not much of a programmer. These days. But you have both naming conventions already I may be able to figure it out. If I can find some free time to dabble with it. I'll see what I can do. Good luck on your study!
-
Any word on adding the ability to append the YouTubeID to the file and folder names? I was thinking of editing the docker container myself to do that. But I wouldn't know how to edit the container directly or if you can even edit them. Or if they have to just be loaded from the GitHub for changes. And if I could any update would remove that.. So I'm not sure if that's worth it. So I haven't looked into it yet. But I didn't use the YouTube agent without the YouTube IDs. I can't see the name then with the YouTube IDs cause then I would have no ones what each video is looking at them in the folders..heck I wouldn't even import which folder has what. And being able to find videos is important for me. But I did read the YouTube agent works if the id is appended to end of the folder/file so that's nice. Haha.
-
Hey, I noticed my container keeps stopping. even though it's set to auto run. it'll run. and mostly get videos. anyways today i had a minute so i checked the log and it has this in it: Checking for new Videos Checking for new Videos Traceback (most recent call last): File "/usr/local/lib/python3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/usr/local/lib/python3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/usr/local/lib/python3.9/http/client.py", line 980, in send self.connect() File "/usr/local/lib/python3.9/http/client.py", line 1447, in connect super().connect() File "/usr/local/lib/python3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/usr/local/lib/python3.9/socket.py", line 823, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/main.py", line 13, in <module> pytubDef.loop() File "/app/pytubDef/__init__.py", line 296, in loop playlistArray = returnMonitoredPlaylist() File "/app/pytubDef/__init__.py", line 399, in returnMonitoredPlaylist logstr = logstr + monitoredPlaylistArray[monitoredPlaylistArray.__len__() - 1].title File "/usr/local/lib/python3.9/site-packages/pytube/contrib/playlist.py", line 351, in title return self.sidebar_info[0]['playlistSidebarPrimaryInfoRenderer'][ File "/usr/local/lib/python3.9/site-packages/pytube/contrib/playlist.py", line 93, in sidebar_info self._sidebar_info = self.initial_data['sidebar'][ File "/usr/local/lib/python3.9/site-packages/pytube/contrib/playlist.py", line 81, in initial_data self._initial_data = extract.initial_data(self.html) File "/usr/local/lib/python3.9/site-packages/pytube/contrib/playlist.py", line 58, in html self._html = request.get(self.playlist_url) File "/usr/local/lib/python3.9/site-packages/pytube/request.py", line 53, in get response = _execute_request(url, headers=extra_headers, timeout=timeout) File "/usr/local/lib/python3.9/site-packages/pytube/request.py", line 37, in _execute_request return urlopen(request, timeout=timeout) # nosec File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/usr/local/lib/python3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/local/lib/python3.9/urllib/request.py", line 1389, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> olution>
-
Yeah I saw that in another reply. but its not even making the .txt of the manually added playlist or second channel. the first one i have gotten it to download twice (one playlist and one channel) but only the ones it has allowed me to add through the webui. and again it's only allowed me to add the one unless i remove it and install it fresh. then it has let me add one item. and thats it. nothing in the docker log. weird.
-
So i've done a bunch of testing. and i've taken spaces out of my download folder and brackets, i've moved it to the array. and it'll only let me add one channel or playlist but its not downloading it. even if i manually add it, it'll show but not download. hmm.
-
Yeah even trying to add the playlist manually and restarting the docker it's not loading them. but the log does keep showing this. * Serving Flask app 'app' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off * Running on all addresses. WARNING: This is a development server. Do not use it in a production deployment. * Running on http://[redacted]:5000/ (Press CTRL+C to quit) * Serving Flask app 'app' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off * Running on all addresses. WARNING: This is a development server. Do not use it in a production deployment.
-
DevXen started following Theme Coloring Script , [Support] auto-yt-dl and Unraid ANSI logo.
-
yup. here's another one i just tried. when i paste it and click add. the page refreshes and its not listed. https://www.youtube.com/playlist?list=PLimhOT0Avg-RrTX14TmLCSeB90wCK69x- but the log for the container shows this: 192.168.0.2 - - [10/Apr/2022 13:41:47] "POST /index.html HTTP/1.1" 200 - 192.168.0.2 - - [10/Apr/2022 13:42:10] "[36mGET /static/style.css HTTP/1.1[0m" 304 - not sure if thats important or not. also not sure why it has 192.168.0.2 listed. thats the pc i'm not. not my server. howerver when i added the Ryan George the full channel. it did add that and got all his videos. just not the playlists. strange.
-
is there a way to add playlists? i was able to add a channel but not any of the playlists i've tried. however the appdata has a empty file named monitoredplaylists.txt was thinking i'd rather get specific playlists and their updates vs getting the whole channel. thanks, -Dev
-
Hello, So I've been using this script for line a year or longer. It's awesome. But whenever I check logs of anything. The text is gray but the background is white making it impossible to read without highlighting/selecting the text. I've noticed it on all containers. But i was thinking maybe sooner of my containers just don't have any theming on it. But then it's weird the text is light gray. Anyways. It's I get to add that each container I use to make the background black is there an easy way to do that? Thanks, -Dev
-
SSL_do_handshake() failed, constantly in my logs. which can't be good.
DevXen replied to DevXen's topic in General Support
So i disabled remote access in my servers and swag. But I'm still getting them in the logs. No idea what is allowing them to try to connect.