Detailed debug output for troubleshooting
2026-04-09 13:30:36.809 [ERROR] [debug] [API] Request error details: 523 Server Error: <none> for url: https://stage.sdk-dashboard.hypen.ro/api/device-data
2026-04-09 13:30:36.808 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 11:30:36 GMT', 'Content-Type': 'text/html; charset=UTF-8', 'Content-Length': '7252', 'Connection': 'keep-alive', 'set-cookie': 'cf_use_ob=0; Expires=Thu, 09 Apr 2026 11:31:06 GMT', 'Cache-Control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'Expires': 'Thu, 01 Jan 1970 00:00:01 GMT', 'Referrer-Policy': 'same-origin', 'X-Frame-Options': 'SAMEORIGIN', 'Server': 'cloudflare', 'CF-RAY': '9e992e3be852e3f1-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 13:30:35.406 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 13:30:35.405 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4477, 'temperature': 205, 'gsm_level': -93, 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'timestamp': '2026-04-09 11:30:35', 'created_at': '2026-04-09 11:30:35', 'updated_at': '2026-04-09 11:30:35', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:30:35.405 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4477, 'temperature': 205, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'token': 'q1w2e3r4t5y6u7i8'}
Traceback (most recent call last):
File "/app/udp_echo_server.py", line 500, in forward_to_api
resp.raise_for_status()
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 523 Server Error: <none> for url: https://stage.sdk-dashboard.hypen.ro/api/device-data
2026-04-09 13:30:35.404 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4477, 'temperature': 205, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:27:02.485 [ERROR] [debug] [API] Request error details: 523 Server Error: <none> for url: https://stage.sdk-dashboard.hypen.ro/api/device-data
2026-04-09 13:27:02.484 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 11:27:02 GMT', 'Content-Type': 'text/html; charset=UTF-8', 'Content-Length': '7252', 'Connection': 'keep-alive', 'set-cookie': 'cf_use_ob=0; Expires=Thu, 09 Apr 2026 11:27:32 GMT', 'Cache-Control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'Expires': 'Thu, 01 Jan 1970 00:00:01 GMT', 'Referrer-Policy': 'same-origin', 'X-Frame-Options': 'SAMEORIGIN', 'Server': 'cloudflare', 'CF-RAY': '9e9928f828bc6259-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 13:26:59.734 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 13:26:59.733 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4477, 'temperature': 204, 'gsm_level': -93, 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'timestamp': '2026-04-09 11:26:59', 'created_at': '2026-04-09 11:26:59', 'updated_at': '2026-04-09 11:26:59', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:26:59.732 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4477, 'temperature': 204, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'token': 'q1w2e3r4t5y6u7i8'}
Traceback (most recent call last):
File "/app/udp_echo_server.py", line 500, in forward_to_api
resp.raise_for_status()
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 523 Server Error: <none> for url: https://stage.sdk-dashboard.hypen.ro/api/device-data
2026-04-09 13:26:59.731 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4477, 'temperature': 204, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:23:25.685 [ERROR] [debug] [API] Request error details: 523 Server Error: <none> for url: https://stage.sdk-dashboard.hypen.ro/api/device-data
2026-04-09 13:23:25.685 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 11:23:25 GMT', 'Content-Type': 'text/html; charset=UTF-8', 'Content-Length': '7252', 'Connection': 'keep-alive', 'set-cookie': 'cf_use_ob=0; Expires=Thu, 09 Apr 2026 11:23:55 GMT', 'Cache-Control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'Expires': 'Thu, 01 Jan 1970 00:00:01 GMT', 'Referrer-Policy': 'same-origin', 'X-Frame-Options': 'SAMEORIGIN', 'Server': 'cloudflare', 'CF-RAY': '9e9923ab2f1ae4ab-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 13:23:22.672 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 13:23:22.671 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 204, 'gsm_level': -95, 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'timestamp': '2026-04-09 11:23:22', 'created_at': '2026-04-09 11:23:22', 'updated_at': '2026-04-09 11:23:22', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:23:22.671 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 204, 'rat_temperature': 0, 'gsm_level': '-95dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'token': 'q1w2e3r4t5y6u7i8'}
Traceback (most recent call last):
File "/app/udp_echo_server.py", line 500, in forward_to_api
resp.raise_for_status()
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 523 Server Error: <none> for url: https://stage.sdk-dashboard.hypen.ro/api/device-data
2026-04-09 13:23:22.670 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 204, 'rat_temperature': 0, 'gsm_level': '-95dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '7', 'action': 'error', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:19:50.886 [ERROR] [debug] [API] Request error details: 523 Server Error: <none> for url: https://stage.sdk-dashboard.hypen.ro/api/device-data
2026-04-09 13:19:50.885 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 11:19:50 GMT', 'Content-Type': 'text/html; charset=UTF-8', 'Content-Length': '7252', 'Connection': 'keep-alive', 'set-cookie': 'cf_use_ob=0; Expires=Thu, 09 Apr 2026 11:20:20 GMT', 'Cache-Control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'Expires': 'Thu, 01 Jan 1970 00:00:01 GMT', 'Referrer-Policy': 'same-origin', 'X-Frame-Options': 'SAMEORIGIN', 'Server': 'cloudflare', 'CF-RAY': '9e991e757debc9de-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 13:19:48.909 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 13:19:48.908 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4473, 'temperature': 204, 'gsm_level': -95, 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '5', 'action': 'completed', 'timestamp': '2026-04-09 11:19:48', 'created_at': '2026-04-09 11:19:48', 'updated_at': '2026-04-09 11:19:48', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:19:48.908 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4473, 'temperature': 204, 'rat_temperature': 0, 'gsm_level': '-95dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 13:19:48.893 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4473, 'temperature': 204, 'rat_temperature': 0, 'gsm_level': '-95dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '40', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 12:12:45.009 [DEBUG] [debug] [API] Full response: {'box_id': 4, 'tag_id': 4, 'transmission_frequency': '5', 'action': 'completed'}
2026-04-09 12:12:45.008 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 10:12:45 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Server': 'cloudflare', 'Nel': '{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}', 'X-Powered-By': 'PHP/8.2.29', 'Cache-Control': 'no-cache, private', 'X-RateLimit-Limit': '60', 'X-RateLimit-Remaining': '59', 'phpdebugbar-id': 'X9042e018c5149e39f88a42598d4e0820', 'Access-Control-Allow-Origin': '*', 'cf-cache-status': 'DYNAMIC', 'Report-To': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=94cZ2b96GdIAhwYj%2F6pGE%2BHaYr1pD%2Bss14Civs0lZ5k2ZP3Z9we8ocSqmvln1K5peGdT%2Bp8cVaUVy5of8%2FeI2Y9t2WacAYNTCLo4vjiKXgEJOjgtTSZeSmK1QOSGp3OZU2KZbjfaxAMaZqUilFtt"}]}', 'Content-Encoding': 'gzip', 'CF-RAY': '9e98bc32eaceca21-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 12:12:44.512 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 12:12:44.511 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4473, 'temperature': 197, 'gsm_level': -93, 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'timestamp': '2026-04-09 10:12:44', 'created_at': '2026-04-09 10:12:44', 'updated_at': '2026-04-09 10:12:44', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 12:12:44.510 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4473, 'temperature': 197, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 12:12:44.510 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4473, 'temperature': 197, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 12:02:16.609 [DEBUG] [debug] [API] Full response: {'box_id': 4, 'tag_id': 4, 'transmission_frequency': '5', 'action': 'completed'}
2026-04-09 12:02:16.607 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 10:02:16 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Server': 'cloudflare', 'Nel': '{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}', 'X-Powered-By': 'PHP/8.2.29', 'Cache-Control': 'no-cache, private', 'X-RateLimit-Limit': '60', 'X-RateLimit-Remaining': '59', 'phpdebugbar-id': 'Xdd5850a54e160ce4738fbdeb85c44a64', 'Access-Control-Allow-Origin': '*', 'cf-cache-status': 'DYNAMIC', 'Report-To': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xdiv0eCqg1RXd1iNNFXlb71RHQ2%2FXQLsp1SnLadsn1AeteKnmeUi8CsJky%2BwHhOMRNWCbEiNwCDCo0T2HYlCH5baSHo6fyNqNWVIGW3dqGbsL6TrsphujASqUuwFkFtWHhrwyAwry%2FWAqTeyYwMn"}]}', 'Content-Encoding': 'gzip', 'CF-RAY': '9e98acdaf8ede0c5-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 12:02:16.037 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 12:02:16.037 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 198, 'gsm_level': -91, 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'timestamp': '2026-04-09 10:02:16', 'created_at': '2026-04-09 10:02:16', 'updated_at': '2026-04-09 10:02:16', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 12:02:16.036 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 198, 'rat_temperature': 0, 'gsm_level': '-91dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 12:02:16.035 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 198, 'rat_temperature': 0, 'gsm_level': '-91dBm', 'operator': '22601', 'hw_issues': 'ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 11:58:43.977 [DEBUG] [debug] [API] Full response: {'box_id': 4, 'tag_id': 4, 'transmission_frequency': '5', 'action': 'completed'}
2026-04-09 11:58:43.976 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 09:58:43 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Server': 'cloudflare', 'Nel': '{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}', 'X-Powered-By': 'PHP/8.2.29', 'Cache-Control': 'no-cache, private', 'X-RateLimit-Limit': '60', 'X-RateLimit-Remaining': '59', 'phpdebugbar-id': 'X1e8583784f08ca8925a3711ec38010f4', 'Access-Control-Allow-Origin': '*', 'cf-cache-status': 'DYNAMIC', 'Report-To': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=O34PAefBT8g53fWIV0sGCC5vM%2B1cefhOvco211Yi36N%2FU5HpWaZk6d7zrtbUtxHNfl0wEQqyp%2FVryEYwPz%2F8TsD%2FjoumhLMTJyrV6F3waIUnKEMo9keXE5LuF2g1913aRvIBfkOZAnMxvvO4zRHE"}]}', 'Content-Encoding': 'gzip', 'CF-RAY': '9e98a7aadaceca21-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 11:58:43.573 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 11:58:43.572 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 200, 'gsm_level': -89, 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'timestamp': '2026-04-09 09:58:43', 'created_at': '2026-04-09 09:58:43', 'updated_at': '2026-04-09 09:58:43', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 11:58:43.571 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 200, 'rat_temperature': 0, 'gsm_level': '-89dBm', 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 11:58:43.571 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4475, 'temperature': 200, 'rat_temperature': 0, 'gsm_level': '-89dBm', 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': 'completed', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 11:55:12.831 [DEBUG] [debug] [API] Full response: {'box_id': 4, 'tag_id': 4, 'transmission_frequency': '5', 'action': 'completed'}
2026-04-09 11:55:12.830 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 09:55:12 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Server': 'cloudflare', 'Nel': '{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}', 'X-Powered-By': 'PHP/8.2.29', 'Cache-Control': 'no-cache, private', 'X-RateLimit-Limit': '60', 'X-RateLimit-Remaining': '59', 'phpdebugbar-id': 'Xc493cd2360b82be799088666ec7a395c', 'Access-Control-Allow-Origin': '*', 'cf-cache-status': 'DYNAMIC', 'Report-To': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=a8JVkRmxG0gEGTNe51XDas6u5qvSrGZYw4ob3A3aWXVe5s5zhfUqAUKxNen2F5zB1qpCk%2Fg0RsWXbdNSLbdVyGa6GO56TF%2BvQs2VVgy9tDidXxcLq%2FP6un6MrSNjoeRTUinScybWlOxUla%2F0WojO"}]}', 'Content-Encoding': 'gzip', 'CF-RAY': '9e98a2816cacc9e0-OTP', 'alt-svc': 'h3=":443"; ma=86400'}
2026-04-09 11:55:12.084 [DEBUG] [debug] [API] Full request - URL: https://stage.sdk-dashboard.hypen.ro/api/device-data, SSL Verify: False
2026-04-09 11:55:12.083 [DEBUG] [debug] [TRANSFORM] Complete Laravel payload: {'tag_id': 4, 'device_id': 4, 'box_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4476, 'temperature': 200, 'gsm_level': -93, 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': '', 'timestamp': '2026-04-09 09:55:12', 'created_at': '2026-04-09 09:55:12', 'updated_at': '2026-04-09 09:55:12', 'data_type': 'telemetry', 'source': 'nb_iot_gateway', 'version': '1.0', 'status': 'active', 'rat_temperature': 0, 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 11:55:12.082 [DEBUG] [debug] [TRANSFORM] Raw input: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4476, 'temperature': 200, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': '', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 11:55:12.082 [DEBUG] [debug] [API] Raw data for forwarding: {'box_id': 4, 'tag_id': 4, 'visits_since_last_reading': 0, 'battery_voltage': 4476, 'temperature': 200, 'rat_temperature': 0, 'gsm_level': '-93dBm', 'operator': '22601', 'hw_issues': 'ERR_NB_INIT,ERR_LORA_JOIN', 'visits_10_tx': '36', 'transmission_frequency': '5', 'action': '', 'token': 'q1w2e3r4t5y6u7i8'}
2026-04-09 08:16:35.842 [DEBUG] [debug] [API] Full response: {'box_id': 4, 'tag_id': 4, 'transmission_frequency': '5', 'action': 'completed'}
2026-04-09 08:16:35.841 [DEBUG] [debug] [API] Response Headers: {'Date': 'Thu, 09 Apr 2026 06:16:35 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Server': 'cloudflare', 'Nel': '{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}', 'X-Powered-By': 'PHP/8.2.29', 'Cache-Control': 'no-cache, private', 'X-RateLimit-Limit': '60', 'X-RateLimit-Remaining': '59', 'phpdebugbar-id': 'Xba996e4ccaa24680db86920705bad39d', 'Access-Control-Allow-Origin': '*', 'cf-cache-status': 'DYNAMIC', 'Report-To': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=umKEyLeOqS3BKNbosxzx0LE7yBwdsyYS%2Bg%2FgNfPNIrxz6f%2F97fJ2rvMIf3jrQ1Lly3loxlUq5wWrR8JV%2F%2FsbV6P%2FzEr2%2BJlijer6k%2BaUENgDAyldeC5l1ODKsqXwoTa6PV14c1fk48pbbXy33PIS"}]}', 'Content-Encoding': 'gzip', 'CF-RAY': '9e976246ab17e3eb-OTP', 'alt-svc': 'h3=":443"; ma=86400'}