[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
  • ​ Meer introduceren dan je kunt kauwen, de opwindende nieuwe kaartgebaseerde arcade-game die nu beschikbaar is op Android. Ontwikkeld door Oopsy Gamesy, kan deze boeiende gratis te spelen titel ook worden genoten op Windows PC, Mac en Linux via ITCH.IO. Duik in een unieke mix van kaartgameplay en de strategische besluitvorming

    Auteur : Benjamin Bekijk alles

  • Pokémon Go Fest komt terug naar Europa, dit keer in Parijs.

    ​ Pokémon Go -enthousiastelingen in heel Europa hebben reden om te vieren terwijl het geliefde Pokémon Go Fest zijn grootse terugkeert, dit keer de romantische straten van Parijs siert. Markeer je agenda's voor 13 tot 15 juni, omdat de stad van liefde het epicentrum wordt van Pokémon -opwinding. Tickets zijn

    Auteur : Sophia Bekijk alles

  • Roblox Airport Tycoon: januari 2025 Codes onthuld

    ​ Quick Linksall Airport Tycoon codeshow om codes op te wisselen in de luchthaven TycoonHow om Airport Tycoon te spelen, de beste Roblox Tycoon-wedstrijden zoals Airport Tycoon over de Airport Tycoon-ontwikkelaars voor fans van het Tycoon-genre, die vordert in Roblox's Airport Tycoon kan een tijdrovende reis zijn. Gelukkig Usin

    Auteur : Ethan Bekijk alles

Onderwerpen
Beste offline games om overal te spelen
Beste offline games om overal te spelenTOP

Op zoek naar de beste offline games om overal te spelen, altijd? Deze collectie beschikt over een verscheidenheid aan best beoordeelde games, perfect voor wanneer je offline bent. Geniet van spannende avonturen met Arctic Wolf Family Simulator, master uitdagende puzzels met Tile Connect, of pronk met je vaardigheden in Pro Snooker 2024. Test je reflexen met domme manieren om te sterven en Galaxiga, of ontspan met de kalmerende gameplay van Jelly Juice. Als u de voorkeur geeft aan iets realistischers, probeer dan Proton Bus Simulator Road. Voor Word Puzzle -fans hebben we een woordleven. Download extra levens en duik in uren offline plezier met deze geweldige apps! Vind vandaag nog je volgende favoriete offline game!