[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
Revolutionizing Harley-Davidson® performance tuning: Introducing the Screamin' Eagle Street Tuner App! This app works exclusively with the Screamin' Eagle® Pro Street Tuner Bluetooth module, sold separately as an accessory for select Harley-Davidson® motorcycles. Designed for streamlined engine par
to
nl
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
60086
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=Revolutionizing+Harley-Davidson%C2%AE+performance+tuning%3A+Introducing+the+Screamin%27+Eagle+Street+Tuner+App%21%0AThis+app+works+exclusively+with+the+Screamin%27+Eagle%C2%AE+Pro+Street+Tuner+Bluetooth+module%2C+sold+separately+as+an+accessory+for+select+Harley-Davidson%C2%AE+motorcycles.++Designed+for+streamlined+engine+par&to=nl
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=Revolutionizing+Harley-Davidson%C2%AE+performance+tuning%3A+Introducing+the+Screamin%27+Eagle+Street+Tuner+App%21%0AThis+app+works+exclusively+with+the+Screamin%27+Eagle%C2%AE+Pro+Street+Tuner+Bluetooth+module%2C+sold+separately+as+an+accessory+for+select+Harley-Davidson%C2%AE+motorcycles.++Designed+for+streamlined+engine+par&to=nl
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
1733493038.4826
REQUEST_TIME
1733493038
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
1733493038.483
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
Revolutionizing Harley-Davidson® performance tuning: Introducing the Screamin' Eagle Street Tuner App! This app works exclusively with the Screamin' Eagle® Pro Street Tuner Bluetooth module, sold separately as an accessory for select Harley-Davidson® motorcycles. Designed for streamlined engine par
to
nl
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
60086
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=Revolutionizing+Harley-Davidson%C2%AE+performance+tuning%3A+Introducing+the+Screamin%27+Eagle+Street+Tuner+App%21%0AThis+app+works+exclusively+with+the+Screamin%27+Eagle%C2%AE+Pro+Street+Tuner+Bluetooth+module%2C+sold+separately+as+an+accessory+for+select+Harley-Davidson%C2%AE+motorcycles.++Designed+for+streamlined+engine+par&to=nl
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=Revolutionizing+Harley-Davidson%C2%AE+performance+tuning%3A+Introducing+the+Screamin%27+Eagle+Street+Tuner+App%21%0AThis+app+works+exclusively+with+the+Screamin%27+Eagle%C2%AE+Pro+Street+Tuner+Bluetooth+module%2C+sold+separately+as+an+accessory+for+select+Harley-Davidson%C2%AE+motorcycles.++Designed+for+streamlined+engine+par&to=nl
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
1733493038.4826
REQUEST_TIME
1733493038
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
1733493038.483
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":"

Een revolutie teweegbrengen in het afstemmen van Harley-Davidson®-prestaties: introductie van de Screamin\\' Eagle Street Tuner-app!

Deze app werkt exclusief met de Screamin\\' Eagle® Pro Street Tuner Bluetooth-module, afzonderlijk verkrijgbaar als accessoire voor bepaalde Harley-Davidson®-motorfietsen. De app is ontworpen voor gestroomlijnd motorparameterbeheer tijdens prestatie-upgrades en vereenvoudigt het tuningproces. Nadat u de tunermodule hebt geïnstalleerd, uploadt u de nieuwste kalibraties van de Engine Control Module (ECM) zodat deze overeenkomen met de aanpassingen van uw fiets, of gebruikt u de Smart Tune-functie* om de basiskalibratie te verfijnen voor een gepersonaliseerde rit.

Belangrijkste kenmerken:

*De beschikbaarheid van Smart Tune varieert per regio.

Versie 24.004.6029-update (8 november 2024)

Deze nieuwste update bevat kleine bugfixes en prestatieverbeteringen. Download of update om de verbeteringen te ervaren!

","applicationCategory":"GameApplication","softwareVersion":"24.004.6029","fileSize":"41.0 MB","downloadUrl":"https://down.xddxz.com/apk/52/com.harley_davidson.setuner_v24.004.6029.xapk","datePublished":"2024-12-06T22:08:34+08:00","dateModified":"2024-12-06T22:08:34+08:00","screenshot":"https://imgs.xddxz.com/uploads/12/17314584206733f5749e59e.webp,https://imgs.xddxz.com/uploads/16/17314584226733f57632ff9.webp,https://imgs.xddxz.com/uploads/00/17314584236733f5778cc86.webp,https://imgs.xddxz.com/uploads/83/17314584246733f578d7522.webp","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.3","reviewCount":1},"author":{"@type":"Organization","name":"Harley-Davidson Motor Company"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
xddxz.comThuis NavigatieNavigatie
Thuis >  Apps >  Auto's en voertuigen >  Screamin' Eagle Street Tuner
Screamin' Eagle Street Tuner

Screamin' Eagle Street Tuner

Categorie:Auto's en voertuigen Maat:41.0 MB Versie:24.004.6029

Ontwikkelaar:Harley-Davidson Motor Company Tarief:4.3 Update:Dec 06,2024

4.3
Downloaden
Toepassingsbeschrijving

Een revolutie teweegbrengen in het afstemmen van Harley-Davidson®-prestaties: introductie van de Screamin' Eagle Street Tuner-app!

Deze app werkt exclusief met de Screamin' Eagle® Pro Street Tuner Bluetooth-module, afzonderlijk verkrijgbaar als accessoire voor bepaalde Harley-Davidson®-motorfietsen. De app is ontworpen voor gestroomlijnd motorparameterbeheer tijdens prestatie-upgrades en vereenvoudigt het tuningproces. Nadat u de tunermodule hebt geïnstalleerd, uploadt u de nieuwste kalibraties van de Engine Control Module (ECM) zodat deze overeenkomen met de aanpassingen van uw fiets, of gebruikt u de Smart Tune-functie* om de basiskalibratie te verfijnen voor een gepersonaliseerde rit.

Belangrijkste kenmerken:

  • Toegang tot een uitgebreide bibliotheek met Screamin' Eagle®-kalibraties.
  • Voer een Smart Tune-sessie* uit voor aangepaste kalibratie.
  • Realtime prestatiegegevens opslaan en bekijken.
  • Bewaak prestatiemeters en voertuiggegevens.
  • Toegang en duidelijke diagnostische functies.

*De beschikbaarheid van Smart Tune varieert per regio.

Versie 24.004.6029-update (8 november 2024)

Deze nieuwste update bevat kleine bugfixes en prestatieverbeteringen. Download of update om de verbeteringen te ervaren!

Schermafbeelding
Screamin’ Eagle Street Tuner Schermafbeelding 0
Screamin’ Eagle Street Tuner Schermafbeelding 1
Screamin’ Eagle Street Tuner Schermafbeelding 2
Screamin’ Eagle Street Tuner Schermafbeelding 3
Recensies Plaats opmerkingen
Apps zoals Screamin’ Eagle Street Tuner
Laatste artikelen
Onderwerpen
Beste nieuws- en tijdschriftenapps voor iPhone
Beste nieuws- en tijdschriftenapps voor iPhoneTOP

Blijf op de hoogte met de beste nieuws- en tijdschrift-apps voor iPhone! Deze samengestelde collectie bevat best beoordeelde apps zoals AJC News, WSBT-TV News, FOX LOCAL: Live News, Hymns Ancient & Modern, The Sun Mobile - Daily News, KARE 11 News, 联合早报 Lianhe Zaobao, DailyWire, NBC4 Columbus en UP Nieuws, Uttar Pradesh Nieuws. Ontvang het laatste nieuws, diepgaande rapportage en diverse perspectieven, allemaal binnen handbereik. Download vandaag nog uw favorieten en blijf verbonden met de wereld.