Giter Site home page Giter Site logo

Comments (14)

madiele avatar madiele commented on September 21, 2024 2

Anyway, seems like it's an x86_64 also know as amd64 so that's probably why it's working, it's a supported architecture 😉

from vod2pod-rss.

Yumega avatar Yumega commented on September 21, 2024 1

wow, the problem was the key, after I leave it blank , it works now. ( I don't know what's wrong with the key)

from vod2pod-rss.

Yumega avatar Yumega commented on September 21, 2024 1

I will try new key tomorrow. Thank you a lot.

from vod2pod-rss.

madiele avatar madiele commented on September 21, 2024

You will have to find the architecture of this machine, at the moment only arm64, amd64 and armv7 are supported.

from vod2pod-rss.

Yumega avatar Yumega commented on September 21, 2024

You will have to find the architecture of this machine, at the moment only arm64, amd64 and armv7 are supported.

my machine is x86
I have successful lauched the page now, but it can't generate RSS, the container name vod2pod-api_keys-1 auto exit.

I set my key like this
YT_API_KEY=AIzaSyDDzD2kidMo_KgNot1DB93eYR08jwFE2 like this not the real one

from vod2pod-rss.

Yumega avatar Yumega commented on September 21, 2024

image

from vod2pod-rss.

madiele avatar madiele commented on September 21, 2024

vod2pod-api_keys-1 auto-exiting is normal, and the API key looks good (you can even leave it blank for now, it works even without it, slower but it works, at least you have less things to worry about for now).

can you share your logs for the vod2pod container? Also set RUST_LOG to DEBUG

I did not made any x86 image though, so I don't know how you got it to launch without a docker compose build (BTW this wont work without a git clone and editing the docker-compose vod2pod build context, also the podtube dependency which is required when using the API key does not offer x86 images, you will have to build that too, if you are really using x86)

from vod2pod-rss.

Yumega avatar Yumega commented on September 21, 2024

stdout: 2023-06-25T20:57:14.749Z INFO [app] app version 1.0.2
stdout: 2023-06-25T20:57:14.751Z INFO [app] starting server at http://0.0.0.0:8080
stdout: 2023-06-25T20:57:14.751Z INFO [actix_server::builder] starting 4 workers
stdout: 2023-06-25T20:57:14.751Z INFO [actix_server::server] Actix runtime found; starting in Actix runtime
stdout: 2023-06-25T20:57:36.229Z INFO [app] serving homepage - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36, Remote Address: 192.168.11.212, Referer: http://192.168.11.1/

page lanuched
image

OpenWRT
image

from vod2pod-rss.

madiele avatar madiele commented on September 21, 2024

Seems all good to me, what happens when you try to generate something?

If you give it this link

https://youtube.com/@LinusTechTips

Does it work?

from vod2pod-rss.

madiele avatar madiele commented on September 21, 2024

The key is only really needed for faster generation or if you need Playlist support, when using the key also check the podtube container for error logs

from vod2pod-rss.

Yumega avatar Yumega commented on September 21, 2024

The key is only really needed for faster generation or if you need Playlist support, when using the key also check the podtube container for error logs

It refuses generate RSS with my own api key

stdout: 2023-06-26T05:26:55.116Z INFO [app] app version 1.0.2
stdout: 2023-06-26T05:26:55.117Z INFO [app] starting server at http://0.0.0.0:8080
stdout: 2023-06-26T05:26:55.118Z INFO [actix_server::builder] starting 4 workers
stdout: 2023-06-26T05:26:55.118Z INFO [actix_server::server] Actix runtime found; starting in Actix runtime
stdout: 2023-06-26T05:27:07.126Z INFO [app] serving homepage - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36, Remote Address: 192.168.11.212, Referer: http://192.168.11.1/
stdout: 2023-06-26T05:29:25.780Z INFO [vod2pod_rss::url_convert] trying to convert youtube channel url https://www.youtube.com/@wangzhian
stdout: 2023-06-26T05:29:25.782Z INFO [vod2pod_rss::url_convert] conversion not in cache, using yt-dlp for conversion...
stdout: 2023-06-26T05:29:28.281Z ERROR [app] could not translate rss
stdout: 2023-06-26T05:29:28.281Z ERROR [app] error sending request for url (http://podtube:15000/youtube/channel/UCBKDRq35-L8xev4O7ZqBeLg): error trying to connect: dns error: failed to lookup address information: Name or service not known

page screenshot
image

docker-compose.yml screenshot
image

from vod2pod-rss.

madiele avatar madiele commented on September 21, 2024

Do you have a podtube section in your docker compose file? Is it possible that you removed it by mistake?

    podtube: #remove this section if you don't need improved youtube support 
     extends: api_keys 
     image: ftawesome/podtube 
     restart: unless-stopped 
     environment: 
       - YT_AUTOLOAD_NEWEST_AUDIO=False

from vod2pod-rss.

Yumega avatar Yumega commented on September 21, 2024

Do you have a podtube section in your docker compose file? Is it possible that you removed it by mistake?

    podtube: #remove this section if you don't need improved youtube support 
     extends: api_keys 
     image: ftawesome/podtube 
     restart: unless-stopped 
     environment: 
       - YT_AUTOLOAD_NEWEST_AUDIO=False

You're right, after I add these code back, it works now, Thanks for your excellent contributions.

from vod2pod-rss.

madiele avatar madiele commented on September 21, 2024

You're welcome, I'll close the issue then, if you still have some problem feel free to reopen it ✌️
Enjoy the project!

from vod2pod-rss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.