anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Implemented API logging #41

Closed singhpratyush closed 8 years ago

singhpratyush commented 8 years ago

Since PSQL cartridge doesn't runs when build takes place with push on server, it is not possible to get database ready from the file. It has to be done manually with appropriate credentials.

singhpratyush commented 8 years ago

Since the cloud host has PostgreSQL 9.2, we can't use URI as it doesn't supports the same.

Demo

aviaryan commented 8 years ago

@singhpratyush Add psycopg2 to requirements.txt .

singhpratyush commented 8 years ago

I think that the test fails because libpq-dev and/or python-dev are not there.

singhpratyush commented 8 years ago

Still not building. I think a deeper digging is required for this to work.

singhpratyush commented 8 years ago

Though the tests passed, there were some exceptions with encoding-decoding part. Please take a look.

aviaryan commented 8 years ago

@singhpratyush Those exceptions were a part of the testcases.

singhpratyush commented 8 years ago

:laughing: OK

aviaryan commented 8 years ago

@singhpratyush Can you squash the last few commits (from ea18087) so that I can merge this as it is.

singhpratyush commented 8 years ago

Squash all in one. Its just a single issue,