[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Index

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Unleash your inner superstar with StarMaker Lite: Sing Karaoke! This app provides a global platform for aspiring singers to showcase their talent. Boasting an extensive song library featuring chart-topping hits and local favorites, StarMaker Lite lets you sing solo, collaborate with others, and eve
to
zh-tw
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_COOKIE
myip=188.165.244.186
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
58774
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Unleash+your+inner+superstar+with+StarMaker+Lite%3A+Sing+Karaoke%21+This+app+provides+a+global+platform+for+aspiring+singers+to+showcase+their+talent.++Boasting+an+extensive+song+library+featuring+chart-topping+hits+and+local+favorites%2C+StarMaker+Lite+lets+you+sing+solo%2C+collaborate+with+others%2C+and+eve&to=zh-tw
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Unleash+your+inner+superstar+with+StarMaker+Lite%3A+Sing+Karaoke%21+This+app+provides+a+global+platform+for+aspiring+singers+to+showcase+their+talent.++Boasting+an+extensive+song+library+featuring+chart-topping+hits+and+local+favorites%2C+StarMaker+Lite+lets+you+sing+solo%2C+collaborate+with+others%2C+and+eve&to=zh-tw
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1733535825.0951
REQUEST_TIME
1733535825
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1733535825.0955
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> System Error

[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Index

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Unleash your inner superstar with StarMaker Lite: Sing Karaoke! This app provides a global platform for aspiring singers to showcase their talent. Boasting an extensive song library featuring chart-topping hits and local favorites, StarMaker Lite lets you sing solo, collaborate with others, and eve
to
zh-tw
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_COOKIE
myip=188.165.244.186
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
58774
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Unleash+your+inner+superstar+with+StarMaker+Lite%3A+Sing+Karaoke%21+This+app+provides+a+global+platform+for+aspiring+singers+to+showcase+their+talent.++Boasting+an+extensive+song+library+featuring+chart-topping+hits+and+local+favorites%2C+StarMaker+Lite+lets+you+sing+solo%2C+collaborate+with+others%2C+and+eve&to=zh-tw
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Unleash+your+inner+superstar+with+StarMaker+Lite%3A+Sing+Karaoke%21+This+app+provides+a+global+platform+for+aspiring+singers+to+showcase+their+talent.++Boasting+an+extensive+song+library+featuring+chart-topping+hits+and+local+favorites%2C+StarMaker+Lite+lets+you+sing+solo%2C+collaborate+with+others%2C+and+eve&to=zh-tw
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1733535825.0951
REQUEST_TIME
1733535825
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1733535825.0955
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> \n \n\n","body":"

與 StarMaker Lite: Sing Karaoke 釋放你內心的超級巨星!該應用程序為有抱負的歌手提供了一個展示才華的全球平台。 StarMaker Lite 擁有豐富的歌曲庫,其中包括排行榜冠軍熱門歌曲和當地最受歡迎的歌曲,讓您可以獨唱、與他人合作,甚至參加激動人心的歌唱比賽。 每日任務和搶麥克風等新功能可增強您的體驗,並提供贏得驚人獎品的令人興奮的機會。 與來自世界各地的充滿活力的音樂愛好者社區聯係,大聲唱出您最喜歡的歌曲,誰知道呢 - 您可能會成為下一個大明星!立即下載應用程序,讓您的聲音閃耀!唱出你的心聲 – StarMaker Karaoke:歌聲充滿活力!

StarMaker Lite: Sing Karaoke 的主要特點:

簡而言之:

StarMaker Lite: Sing Karaoke 提供了一個精彩的社交社區,您可以在其中一起唱您最喜歡的歌曲,參加引人入勝的挑戰,並分享您對音樂的熱情。立即下載體驗全球節奏並展現您隱藏的聲樂天賦!

","applicationCategory":"GameApplication","softwareVersion":"8.73.1","fileSize":"95.90M","downloadUrl":"https://downloads.fge.cc/apk/25/com.starmakerinteractive.thevoice_v8.73.1.apk","datePublished":"2024-12-10T18:23:39+08:00","dateModified":"2024-12-10T18:23:39+08:00","screenshot":"https://images.fge.cc/uploads/78/173278853167484133e8c47.jpg,https://images.fge.cc/uploads/41/1732788533674841359cb17.jpg,https://images.fge.cc/uploads/77/1732788535674841371b4b8.jpg,https://images.fge.cc/uploads/61/1732788536674841384844c.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.5","reviewCount":1},"author":{"@type":"Organization","name":"SKYWORK AI PTE.LTD."},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}

首頁 > 應用 > 視頻播放和編輯 > StarMaker Lite 卡拉OK - 熱門歌曲輕鬆唱

與 StarMaker Lite: Sing Karaoke 釋放你內心的超級巨星!該應用程序為有抱負的歌手提供了一個展示才華的全球平台。 StarMaker Lite 擁有豐富的歌曲庫,其中包括排行榜冠軍熱門歌曲和當地最受歡迎的歌曲,讓您可以獨唱、與他人合作,甚至參加激動人心的歌唱比賽。 每日任務和搶麥克風等新功能可增強您的體驗,並提供贏得驚人獎品的令人興奮的機會。 與來自世界各地的充滿活力的音樂愛好者社區聯係,大聲唱出您最喜歡的歌曲,誰知道呢 - 您可能會成為下一個大明星!立即下載應用程序,讓您的聲音閃耀!唱出你的心聲 – StarMaker Karaoke:歌聲充滿活力!

StarMaker Lite: Sing Karaoke 的主要特點:

  • 訪問海量全球歌曲集,其中包括艾德·希蘭 (Ed Sheeran) 和阿黛爾 (Adele) 等藝術家的熱門歌曲。
  • 享受即興歌唱,與其他用戶合作,並利用獨特的相機濾鏡和語音編輯器。
  • 利用新的“抓住麥克風”功能參加現場歌唱挑戰。
  • 參與日常任務,享受專屬 VIP 簽到獎勵和隱藏獎勵,提升您的歌唱體驗。
  • 創建包含所有您喜愛的曲目的個性化歌集,以便於訪問。
  • 從肖恩·門德斯 (Shawn Mendes)、泰勒·斯威夫特 (Taylor Swift) 和賈斯汀·比伯 (Justin Bieber) 等藝術家的數千首熱門歌曲中進行選擇。

簡而言之:

StarMaker Lite: Sing Karaoke 提供了一個精彩的社交社區,您可以在其中一起唱您最喜歡的歌曲,參加引人入勝的挑戰,並分享您對音樂的熱情。立即下載體驗全球節奏並展現您隱藏的聲樂天賦!

遊戲其他訊息

最新版本

8.73.1

分類

視頻播放和編輯

安卓系統需求

Android 5.1 or later

StarMaker Lite 卡拉OK - 熱門歌曲輕鬆唱應用截圖

  • StarMaker Lite 卡拉OK - 熱門歌曲輕鬆唱應用截圖第1張
  • StarMaker Lite 卡拉OK - 熱門歌曲輕鬆唱應用截圖第2張
  • StarMaker Lite 卡拉OK - 熱門歌曲輕鬆唱應用截圖第3張
  • StarMaker Lite 卡拉OK - 熱門歌曲輕鬆唱應用截圖第4張

用戶評價

發表評價
暫無評論
  • 1、評分
  • 2、評價內容
  • 3、名稱
  • 4、信箱

熱門應用

Latest APP

爆炸性新聞

有關本軟體使用的法律在不同國家/地區有所不同。
Copyright fge.cc © 2024 — All rights reserved