jaimeMF / youtube-dl-api-server

A youtube-dl REST API server

Home Page:https://youtube-dl-api-server.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Server Error

paulwscom opened this issue · comments

I have create a new issue here.

Im getting this in my app engine and i dont know how to get round of this error cause im a new user app engine.

The server encountered an error and could not complete your request.
Please try again in 30 seconds.

I have read this in your documentation.

It needs some external python modules in lib, you can download them by running ./devscripts/setup-gae.sh (it requires pip and virtualenv).

but i dont know how to i run ./devscripts/setup-gae.sh

Once you have downloaded the source code you have to execute in a terminal from the source code directory ./devscripts/setup-gae.sh.

Well, i actually dont know how to do it, is there any software needed to do executing that codes?

You need python, pip and virtualenv, then you can execute that command in a terminal in some Unix system (like Mac OS X, Linux or FreeBSD).

Thank you.
I hope that someone can make a step by step tutorial for beginners.