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

Is the app still working? #98

Open
controlol opened this issue Jan 10, 2021 · 12 comments
Open

Is the app still working? #98

controlol opened this issue Jan 10, 2021 · 12 comments

Comments

@controlol
Copy link

Describe the bug
Cannot download or add any channels or playlists.

To Reproduce
Install docker image
Open webinterface
None of the options work, even stuff like saving the interval

Expected behavior
A success message when adding the channel :)

LOGS

{"level":"info","msg":"Initiating db","time":"2021-01-10T21:36:20Z"}
{"level":"info","msg":"server running on port 8080","time":"2021-01-10T21:36:20Z"}
{"level":"error","msg":"uploadCheckerChannels: GetCheckingInterval: empty target list","time":"2021-01-10T21:36:20Z"}
{"level":"error","msg":"uploadCheckerPlaylists: GetCheckingInterval: empty target list","time":"2021-01-10T21:36:20Z"}
{"level":"info","msg":"getting all channels from channels.json","time":"2021-01-10T21:36:25Z"}
{"level":"info","msg":"successfully read all channels","time":"2021-01-10T21:36:25Z"}
{"level":"info","msg":"[]","time":"2021-01-10T21:36:25Z"}
{"level":"info","msg":"received a request to get the checking interval","time":"2021-01-10T21:36:25Z"}
{"level":"info","msg":"returning response: {Error ERROR_GETTING_CHECKING_INTERVAL There was an error while getting the checking interval: GetCheckingInterval: empty target list}","time":"2021-01-10T21:36:25Z"}
{"level":"info","msg":"received a request to add a target","time":"2021-01-10T21:36:31Z"}
{"level":"info","msg":"executing youtube-dl command: /usr/local/bin/youtube-dl -j --playlist-end 1 https://www.youtube.com/user/Qdancedotnl","time":"2021-01-10T21:36:31Z"}
{"level":"error","msg":"From GetMetadata(): unexpected end of JSON input","time":"2021-01-10T21:36:34Z"}
{"level":"info","msg":"returning response: {Error ERROR_GETTING_METADATA There was an error getting channel metadata: From c.GetMetadata(): }","time":"2021-01-10T21:36:34Z"}
{"level":"info","msg":"getting all channels from channels.json","time":"2021-01-10T21:36:34Z"}
{"level":"info","msg":"successfully read all channels","time":"2021-01-10T21:36:34Z"}
{"level":"info","msg":"[]","time":"2021-01-10T21:36:34Z"}
{"level":"info","msg":"received a request to update the checking interval","time":"2021-01-10T21:38:34Z"}
{"level":"info","msg":"update checking interval","time":"2021-01-10T21:38:34Z"}
{"level":"info","msg":"returning response: {Error ERROR_UPDATING_CHECKING_INTERVAL There was an updating the checking interval: UpdateCheckingInterval: empty config list}","time":"2021-01-10T21:38:34Z"}
{"level":"info","msg":"received a request to add a target","time":"2021-01-10T21:39:08Z"}
{"level":"info","msg":"executing youtube-dl command: /usr/local/bin/youtube-dl -j --playlist-end 1 https://www.youtube.com/user/Qdancedotnl","time":"2021-01-10T21:39:08Z"}
{"level":"error","msg":"From GetMetadata(): unexpected end of JSON input","time":"2021-01-10T21:39:11Z"}
{"level":"info","msg":"returning response: {Error ERROR_GETTING_METADATA There was an error getting channel metadata: From c.GetMetadata(): }","time":"2021-01-10T21:39:11Z"}
{"level":"info","msg":"getting all channels from channels.json","time":"2021-01-10T21:39:11Z"}
{"level":"info","msg":"successfully read all channels","time":"2021-01-10T21:39:11Z"}
{"level":"info","msg":"[]","time":"2021-01-10T21:39:11Z"}
{"level":"info","msg":"getting all channels from channels.json","time":"2021-01-10T21:40:32Z"}
{"level":"info","msg":"successfully read all channels","time":"2021-01-10T21:40:32Z"}
{"level":"info","msg":"[]","time":"2021-01-10T21:40:32Z"}
{"level":"info","msg":"received a request to get the checking interval","time":"2021-01-10T21:40:32Z"}
{"level":"info","msg":"returning response: {Error ERROR_GETTING_CHECKING_INTERVAL There was an error while getting the checking interval: GetCheckingInterval: empty target list}","time":"2021-01-10T21:40:32Z"}
{"level":"info","msg":"received a request to get all videos","time":"2021-01-10T21:40:33Z"}
{"level":"info","msg":"getting all videos from videos.json","time":"2021-01-10T21:40:33Z"}
{"level":"info","msg":"successfully read all channels","time":"2021-01-10T21:40:33Z"}
{"level":"info","msg":"getting all channels from channels.json","time":"2021-01-10T21:40:35Z"}
{"level":"info","msg":"successfully read all channels","time":"2021-01-10T21:40:35Z"}
{"level":"info","msg":"[]","time":"2021-01-10T21:40:35Z"}
{"level":"info","msg":"received a request to get the checking interval","time":"2021-01-10T21:40:35Z"}
{"level":"info","msg":"returning response: {Error ERROR_GETTING_CHECKING_INTERVAL There was an error while getting the checking interval: GetCheckingInterval: empty target list}","time":"2021-01-10T21:40:35Z"}

Environment
latest stable image off the docker image: https://hub.docker.com/r/xiovv/go-auto-yt

Also if the app should still work what could be going wrong?

And a last question:
What are the different options we can enter in the output path?
We can get some options ( e.g. %(uploader)s ) from the default example but are there other options? Maybe the quality of the video?

@XiovV
Copy link
Owner

XiovV commented Jan 12, 2021

Hello there, I haven't worked on this project for about a year now, but I've been planning and thinking about making it from scratch again with a better UI and UX and a more stable backend. Unfortunately, as I am busy with university and other things I barely have time to work on the project.

@horphi0815
Copy link

@XiovV do you think to start again with these kind of famous projects?

BR

@XiovV
Copy link
Owner

XiovV commented Feb 23, 2021

@horphi0815 yes definitely. I'm currently in the process of learning Angular so I can rebuild the entire UI.

@horphi0815
Copy link

Impressive. :-)
I'm pushing both thumbs.
BR

@tsunheimat
Copy link

@XiovV i wolud want to know will it have the new version, as i think this is very useful

@XiovV
Copy link
Owner

XiovV commented Jun 18, 2021

@tsunheimat I would definitely love to work on a new version, it's just that I keep procrastinating on it. I even planned everything out but I haven't started working on it yet.

@AMJidovu
Copy link

AMJidovu commented Oct 5, 2021

It would be nice if you would work on this project again, a lot of people from the unraid community liked your work.

@XiovV
Copy link
Owner

XiovV commented Oct 6, 2021

Hey @AMJidovu thanks for reaching out. I am honestly not quite sure if I'll revisit the project. Back when I started Golty I was just a teenager with a bunch of free time haha, but now I'm busy with professional projects and other life stuff. Very happy to hear that the unraid community liked my work and that brings me motivation to revisit the project. The v2 version I planned out is a bit ambitious and the main roadblock at the moment is the frontend part as I'm a backend developer. It'd be great if I had a frontend developer onboard.

@brett-shenk
Copy link

Hey @XiovV, sorry I know it's been some time since the origional post. If you are still interested I would be happy to help you build a v2. I'm a frontend developer with 7 years of professional experience. I'm not much of a backend developer myself but I can usually get myself into trouble 😂

@XiovV
Copy link
Owner

XiovV commented Sep 7, 2022

Hey @brett-shenk, thank you for reaching out. I am still interested in working on v2. I will send you an email so we can plan things out :)

@XiovV
Copy link
Owner

XiovV commented Nov 7, 2023

@AMJidovu @tsunheimat @horphi0815 hey guys, I know it's been ages, but I have finally started working on version 2 of this project, so I wanted to let you know if you're still interested. Check out the README if you want to take a look at the sneak peek of the new design, and let me know your thoughts! Thank you!

@AMJidovu
Copy link

Sure, let me know when you upload the new version to add it to Unraid.

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

No branches or pull requests

6 participants