Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard does not work on 1.44 #124

Closed
bmwGTR opened this issue Jun 7, 2022 · 0 comments
Closed

Dashboard does not work on 1.44 #124

bmwGTR opened this issue Jun 7, 2022 · 0 comments
Labels
type/bug Something isn't working
Milestone

Comments

@bmwGTR
Copy link

bmwGTR commented Jun 7, 2022

JAGfx

Describe the bug

With game version 1.44 (do not matter if ETS2 or ATS) values are not shown correctly.

  • Remaining date: not working (Due date is working)
  • Value for the job is shown wrong

Device

  • Type: PC
  • OS: Windows 11

Application

  • Version: 1.7.1
  • SCS Telemetry version: 1.11
  • Skin name: JAGFx

Logs

2022-06-07T10:25:08.070Z | INFO | [server.listen] Euro Truck Simulator 2 dashboard is running at http://localhost:3000/ | {}
2022-06-07T10:25:08.072Z | INFO | Ready as Production | {}
2022-06-07T10:25:12.512Z | INFO | User connection | {"socketId":"FuXZkAoFxMh1n9MtAAAB"}
2022-06-07T10:25:25.028Z | INFO | [game.connected] Game | Connected | {}
2022-06-07T10:26:29.092Z | INFO | [game.pause] Game | Unpaused | {}
2022-06-07T10:26:59.229Z | INFO | [navigation.speed-limit] Navigation | Speed limit changed to 15kph / 9mph | {}
2022-06-07T10:27:02.462Z | INFO | [navigation.speed-limit] Navigation | Speed limit changed to 50kph / 31mph | {}
2022-06-07T10:28:21.957Z | INFO | [navigation.speed-limit] Navigation | Speed limit changed to 60kph / 38mph | {}
2022-06-07T10:28:33.187Z | INFO | [navigation.speed-limit] Navigation | Speed limit changed to 80kph / 50mph | {}
2022-06-07T10:29:06.207Z | INFO | [navigation.speed-limit] Navigation | Speed limit changed to 50kph / 31mph | {}
2022-06-07T10:29:43.640Z | INFO | [game.pause] Game | Paused | {}
2022-06-07T10:29:51.839Z | INFO | [game.pause] Game | Unpaused | {}
2022-06-07T10:30:49.264Z | INFO | [navigation.speed-limit] Navigation | Speed limit changed to 0kph / 0mph | {}
2022-06-07T10:30:54.729Z | INFO | [game.pause] Game | Paused | {}
2022-06-07T10:31:00.584Z | INFO | [job.started] Job | New job started | {}
2022-06-07T10:31:02.474Z | INFO | [game.pause] Game | Unpaused | {}
2022-06-07T10:32:09.979Z | INFO | [trailers.coupling] Trailers | Trailer #1 coupling connected | {}
2022-06-07T10:32:26.664Z | INFO | [game.pause] Game | Paused | {}

Configuration

config.json:
{
"general_refresh_rate": 100,
"general_skin_on_load": "JAGFx",
"general_h-shift-layout": "automatic",
"general_skin_locale": "en-EN",
"general_job_remaining": "remaining_date",
"general_port": 3000,
"general_damage_accurate": "route-advisor"
}

config.ats.json:
{
"unit_weight": "kg",
"unit_length": "ft",
"unit_degrees": "C",
"unit_consumption": "mpg",
"unit_volume": "gal",
"unit_pressure": "psi",
"unit_speed": "mph",
"unit_currency": "USD",
"jagfx_elements_right_oilTemperature": "true",
"jagfx_elements_right_brakesTemperature": "true",
"jagfx_elements_right_brakesAirPressure": "true",
"jagfx_elements_right_fuel": "true",
"jagfx_elements_right_fuelConsumption": false,
"jagfx_elements_right_cruiseControl": "true",
"jagfx_elements_right_waterTemperature": "true",
"jagfx_elements_right_batteryVoltage": "false",
"jagfx_elements_mid_top_retarder": "true",
"jagfx_elements_mid_top_parkingBrake": "true",
"jagfx_elements_mid_top_beamHigh": "true",
"jagfx_elements_mid_top_beamLow": "true",
"jagfx_elements_mid_top_beacon": true,
"jagfx_elements_mid_bottom_rpm": "true",
"jagfx_elements_mid_bottom_fuel": "true",
"jagfx_elements_mid_bottom_speedLimit": "true",
"jagfx_elements_right_restStop": true,
"jagfx_elements_mid_bottom_blinker_turn": "true",
"events_truck.refuel": false,
"events_truck.damage": true,
"events_truck.park": false,
"events_truck.engine": false,
"events_truck.electric": false,
"events_truck.emergency": true,
"events_truck.warning": true,
"events_truck.cruise-control-decrease": false,
"events_truck.cruise-control-increase": false,
"events_truck.cruise-control": false,
"events_trailers.damage": true,
"events_trailers.coupling": false,
"events_navigation.speed-limit": false,
"events_job.started": true,
"events_job.finished": true,
"events_job.delivered": true,
"events_job.cancelled": true,
"events_game.refuel-payed": true,
"events_game.train": true,
"events_game.ferry": true,
"events_game.tollgate": true,
"events_game.fine": true,
"events_game.pause": false,
"maps_elements_eta": true,
"maps_elements_speedAndGear": true,
"maps_elements_mapControls": true,
"maps_elements_speedLimit": true,
"maps_elements_rotateWithPlayer": true,
"maps_map_type": "mod",
"maps_map_tilesRemotePath": "https://raw.githubusercontent.com/TwinDragon/SCS_Map_Tiles/master/",
"maps_map_activeMap": null,
"maps_map_navigationRemaining": "remaining_date",
"maps_map_tilesVersion": "latest",
"jagfx_elements_right_map": false,
"maps_map_tilesRemoteUseCustom": false,
"maps_map_tilesRemoteCustomPath": null,
"maps_general_debug": false,
"scania_default_menu": null,
"events_truck.warning message": false,
"events_truck.emergency message": true
}

@bmwGTR bmwGTR added type/bug Something isn't working priority/todo labels Jun 7, 2022
@JAGFx JAGFx added this to the 1.7 milestone Jun 7, 2022
@JAGFx JAGFx closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants