alashow / datmusic-api

https://datmusic.xyz
GNU General Public License v2.0
181 stars 53 forks source link

Status ok but no result #64

Closed ilcham closed 6 years ago

ilcham commented 6 years ago

https://prnt.sc/ixv1pd i use mamp pro

APP_ENV=local
APP_DEBUG=true
APP_KEY=
APP_TIMEZONE=UTC
APP_URL=http://mp3vk.local

# setup redis for faster cache
CACHE_DRIVER=file
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=
REDIS_PORT=6379

# set true to enable basic auth
BASIC_AUTH_ENABLED=false
API_USERNAME=
API_PASSWORD=

# should not contain any spaces, or plus sign
ACCOUNTS=censor:censor

# vk's mp3 url encoding toggle
DATMUSIC_MP3_URL_DECODER=true

# full or short path to node js, for decoder
NODEJS_PATH=nodejs

# add domains here separated by commas
# set to '*' to allow any
CORS_ALLOWED_ORIGINS=mp3vk.local

# proxy config
PROXY_ENABLE=false
PROXY_IP=
PROXY_PORT=
PROXY_USERNAME=
PROXY_PASSWORD=

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

# mp3 files cdn root url. mp3 files will be appended to this url if set
# used only with aws
# example: http://sample.cloudfront.net/
CDN_ROOT_URL=

[2018-03-29 05:35:32] lumen.INFO: Using accounts from .env
[2018-03-29 05:35:32] lumen.INFO: Using CORS domains from .env
[2018-03-29 05:35:51] lumen.INFO: Using accounts from .env
[2018-03-29 05:35:51] lumen.INFO: Using CORS domains from .env
[2018-03-29 05:36:44] lumen.INFO: Using accounts from .env
[2018-03-29 05:36:44] lumen.INFO: Using CORS domains from .env
[2018-03-29 05:36:45] lumen.INFO: Using accounts from .env
[2018-03-29 05:36:45] lumen.INFO: Using CORS domains from .env
[2018-03-29 05:37:07] lumen.INFO: Using accounts from .env
[2018-03-29 05:37:43] lumen.INFO: Using accounts from .env
[2018-03-29 05:37:43] lumen.INFO: Using CORS domains from .env
[2018-03-29 05:39:28] lumen.INFO: Using accounts from .env
[2018-03-29 05:39:28] lumen.INFO: Using CORS domains from .env
[2018-03-29 05:39:41] lumen.INFO: Using accounts from .env
[2018-03-29 05:39:42] lumen.INFO: Using CORS domains from .env

node js

https://prnt.sc/ixvcg9