Zibbp / eos

Import and view your archived YouTube collection.
4 stars 0 forks source link

empty /api/v1 - how to debug go:scanner-service #1

Open cmuc24 opened 1 year ago

cmuc24 commented 1 year ago

hi there, ive got everything to work except one thing, showing videos.

i tried several things

docker-compose.yml

any hint, where to GO ? Where is my fault? Is there any GO debug special i've not discovered yet?

many thanks from bavaria cmuc

Zibbp commented 1 year ago

Hi, This project is still a little rough around the edges. To start importing videos a POST request needs to be made to /api/v1/scanner/scan. This is the only way to start the scanner for now.

janolehuebner commented 1 month ago

@Zibbp would that be http://*IP*:4600/api/v1/scanner/scan ? i always get {"message":"Not Found"}

Zibbp commented 1 month ago

Try a POST to /api/v1/video/start_scanner

janolehuebner commented 1 month ago

still not found... i have the feeling i'm doing something wrong here... only thing that works is, that a GET to the root returns "EOS API%"