2026-04-30 07:37:28,806 - main - INFO - === Logging system initialized ===
2026-04-30 07:37:28,806 - main - INFO - Log file: logs/app_20260430_073728.log
2026-04-30 07:37:28,806 - main - INFO - Log level: INFO
2026-04-30 07:37:28,806 - main - INFO - Timestamp: 20260430_073728
2026-04-30 07:37:28,871 - main - INFO - Included router: routers.agent_availability.router
2026-04-30 07:37:29,617 - main - INFO - Included router: routers.ai_ticket_summary.router
2026-04-30 07:37:29,636 - main - INFO - Included router: routers.aihub.router
2026-04-30 07:37:29,647 - main - INFO - Included router: routers.auth.router
2026-04-30 07:37:29,693 - main - INFO - Included router: routers.chat_analytics_daily.router
2026-04-30 07:37:29,734 - main - INFO - Included router: routers.chat_attachments.router
2026-04-30 07:37:29,800 - main - INFO - Included router: routers.chat_branding.router
2026-04-30 07:37:29,817 - main - INFO - Included router: routers.chat_branding_api.router
2026-04-30 07:37:29,869 - main - INFO - Included router: routers.chat_conversations.router
2026-04-30 07:37:29,914 - main - INFO - Included router: routers.chat_messages.router
2026-04-30 07:37:30,049 - main - INFO - Included router: routers.chat_routing_rules.router
2026-04-30 07:37:30,071 - main - INFO - Included router: routers.contact.router
2026-04-30 07:37:30,072 - main - INFO - Included router: routers.health.router
2026-04-30 07:37:30,113 - main - INFO - Included router: routers.kb_articles.router
2026-04-30 07:37:30,155 - main - INFO - Included router: routers.notification_preferences.router
2026-04-30 07:37:30,201 - main - INFO - Included router: routers.notifications.router
2026-04-30 07:37:30,254 - main - INFO - Included router: routers.plans.router
2026-04-30 07:37:30,275 - main - INFO - Included router: routers.settings.router
2026-04-30 07:37:30,309 - main - INFO - Included router: routers.smtp_settings.router
2026-04-30 07:37:30,344 - main - INFO - Included router: routers.storage.router
2026-04-30 07:37:30,451 - main - INFO - Included router: routers.support_chat.router
2026-04-30 07:37:30,488 - main - INFO - Included router: routers.support_departments.router
2026-04-30 07:37:30,528 - main - INFO - Included router: routers.support_seats.router
2026-04-30 07:37:30,537 - main - INFO - Included router: routers.ticket_notifications_sync.router
2026-04-30 07:37:30,673 - main - INFO - Included router: routers.ticket_summaries.router
2026-04-30 07:37:30,711 - main - INFO - Included router: routers.ticket_sync_states.router
2026-04-30 07:37:30,719 - main - INFO - Included router: routers.user.router
2026-04-30 07:37:30,766 - main - INFO - Included router: routers.user_profiles.router
2026-04-30 07:37:30,847 - main - INFO - Included router: routers.whmcs.router
2026-04-30 07:37:30,905 - main - INFO - Included router: routers.whmcs_admin.router
2026-04-30 07:37:30,944 - main - INFO - Included router: routers.whmcs_extra.router
2026-04-30 07:37:30,945 - main - INFO - === Application startup initiated ===
2026-04-30 07:37:30,945 - services.database - INFO - Ignore creating tables
2026-04-30 07:37:30,945 - services.mock_data - INFO - Ignore initialize data
2026-04-30 07:37:30,945 - services.auth - INFO - Ignore initialize admin
2026-04-30 07:37:30,946 - main - INFO - === Application startup completed successfully ===
2026-04-30 07:37:32,998 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:37:32,998 - core.database - WARNING - Database session maker not available, attempting lazy initialization...
2026-04-30 07:37:32,998 - core.database - WARNING - Database not initialized, attempting lazy initialization...
2026-04-30 07:37:32,998 - core.database - INFO - Starting database initialization...
2026-04-30 07:37:32,998 - core.config - DEBUG - Read dynamic attribute database_url from environment variable DATABASE_URL
2026-04-30 07:37:32,998 - core.database - INFO - Normalizing database URL for async compatibility...
2026-04-30 07:37:32,999 - core.database - INFO - Creating async database engine...
2026-04-30 07:37:32,999 - core.database - INFO - Using QueuePool with connection pooling for non-Lambda environment
2026-04-30 07:37:33,073 - core.database - INFO - Database engine created successfully
2026-04-30 07:37:33,073 - core.database - INFO - Creating async session maker...
2026-04-30 07:37:33,073 - core.database - INFO - Async session maker created successfully
2026-04-30 07:37:33,074 - core.database - INFO - Database connection initialized successfully
2026-04-30 07:37:33,074 - core.database - DEBUG - [DB_OP] Starting create_tables
2026-04-30 07:37:33,074 - core.database - INFO - 🔧 Starting table creation...
2026-04-30 07:37:35,515 - core.database - INFO - Tables initialized successfully
2026-04-30 07:37:35,516 - core.database - DEBUG - [DB_OP] Create tables completed in 2.4419s
2026-04-30 07:37:35,579 - core.database - INFO - Lazy database initialization completed successfully
2026-04-30 07:37:35,579 - core.database - DEBUG - [DB_OP] Database session created successfully in 2.5818s
2026-04-30 07:37:36,039 - core.database - DEBUG - [DB_OP] Database session cleanup after 3.0415s
2026-04-30 07:37:51,973 - core.config - DEBUG - Read dynamic attribute jwt_secret_key from environment variable JWT_SECRET_KEY
2026-04-30 07:37:51,974 - core.config - DEBUG - Read dynamic attribute jwt_algorithm from environment variable JWT_ALGORITHM
2026-04-30 07:37:51,987 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:37:51,989 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:37:51,989 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-04-30 07:37:52,227 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:37:52,233 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:37:52,234 - core.config - DEBUG - Read dynamic attribute oss_service_url from environment variable OSS_SERVICE_URL
2026-04-30 07:37:52,234 - core.config - DEBUG - Read dynamic attribute oss_api_key from environment variable OSS_API_KEY
2026-04-30 07:37:52,310 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:37:52,318 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0f40>
2026-04-30 07:37:52,318 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5033dc0> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:37:52,329 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0ca0>
2026-04-30 07:37:52,329 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:37:52,330 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:37:52,330 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:37:52,330 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:37:52,330 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:37:52,374 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3851s
2026-04-30 07:37:52,491 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:37:52 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'e62e057de60d1e1844801be2c25c5e1f'), (b'X-Trace-Id', b'b34c8e019a9f4f2bac9bf2e35daa125f'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f47497218ff9d92-LAX')])
2026-04-30 07:37:52,492 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:37:52,492 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:37:52,492 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:37:52,493 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:37:52,493 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:37:52,494 - httpcore.connection - DEBUG - close.started
2026-04-30 07:37:52,494 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:38:51,974 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:38:51,974 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:38:52,292 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3178s
2026-04-30 07:39:52,590 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:39:52,590 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-04-30 07:39:52,906 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3165s
2026-04-30 07:40:52,999 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:40:53,035 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:40:53,036 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:40:53,251 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:40:53,262 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:40:53,285 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:40:53,293 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2770>
2026-04-30 07:40:53,293 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e50d4bc0> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:40:53,303 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f24d0>
2026-04-30 07:40:53,303 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:40:53,304 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:40:53,304 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:40:53,304 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:40:53,304 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:40:53,354 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3182s
2026-04-30 07:40:53,508 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:40:53 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'db6a2699dca065ddd090d2648cec92ee'), (b'X-Trace-Id', b'440d39878a1d477096414abacd51bf83'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f474ddd2a7b2eb1-LAX')])
2026-04-30 07:40:53,509 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:40:53,509 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:40:53,510 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:40:53,510 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:40:53,510 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:40:53,510 - httpcore.connection - DEBUG - close.started
2026-04-30 07:40:53,511 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:44,240 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:44,261 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:41:44,261 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:41:44,483 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:44,486 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:44,533 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:41:44,579 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0970>
2026-04-30 07:41:44,580 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e50d4ac0> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:41:44,590 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f32b0>
2026-04-30 07:41:44,591 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:41:44,591 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:44,591 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:41:44,591 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:44,592 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:41:44,597 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3360s
2026-04-30 07:41:45,005 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:41:45 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'571bc9b6d74e641e2b3bfffd809e2e16'), (b'X-Trace-Id', b'1f0e063706bf4898a093d318bb8398d4'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f474f1dbe785654-LAX')])
2026-04-30 07:41:45,005 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:41:45,006 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:41:45,006 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:45,006 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:45,006 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:45,007 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:45,007 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:47,060 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:47,085 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:47,121 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:47,309 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:47,333 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:41:47,342 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b30040>
2026-04-30 07:41:47,343 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34540> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:41:47,352 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b33700>
2026-04-30 07:41:47,352 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:41:47,353 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:47,353 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:41:47,353 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:47,353 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:41:47,510 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80af0>
2026-04-30 07:41:47,510 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:47,560 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:41:47 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'54c9f8f557af5e085d0ed1f37235f60b'), (b'X-Trace-Id', b'9442a23b6afb468f92eebf75f38e462e'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f474f2efdc6d00b-LAX')])
2026-04-30 07:41:47,561 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:41:47,561 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:41:47,562 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:47,562 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:47,562 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:47,562 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:47,563 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:47,690 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219f30>
2026-04-30 07:41:47,691 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:47,691 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:47,691 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:47,692 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:47,692 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,037 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:47 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=e300b630eaca35d79ecf033000f497d2; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:48,037 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:48,038 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:48,038 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:48,038 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:48,038 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:48,039 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:48,039 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:48,040 - routers.whmcs - WARNING - WHMCS upstream unavailable for /me; returning degraded profile: WHMCS API returned status 403.
2026-04-30 07:41:48,303 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:48,331 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:48,333 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:48,355 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:48,358 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:48,382 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:48,385 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:48,405 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:48,408 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:48,430 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:48,434 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:48,434 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:41:48,434 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:41:48,435 - routers.notifications - DEBUG - Querying notificationss: query=None, sort=None, skip=0, limit=30, fields=None
2026-04-30 07:41:48,580 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f41210>
2026-04-30 07:41:48,580 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f345c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:48,605 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f1a80>
2026-04-30 07:41:48,605 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:48,676 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f38b0>
2026-04-30 07:41:48,676 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e50d4bc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:48,680 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5cc70>
2026-04-30 07:41:48,681 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34a40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:48,751 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f42980>
2026-04-30 07:41:48,751 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5033dc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:48,761 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f402e0>
2026-04-30 07:41:48,762 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,762 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:48,762 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:48,763 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:48,763 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,787 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219090>
2026-04-30 07:41:48,787 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,788 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:48,788 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:48,788 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:48,788 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,853 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3670>
2026-04-30 07:41:48,854 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,854 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:48,854 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:48,854 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:48,855 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,863 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f42dd0>
2026-04-30 07:41:48,864 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,864 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:48,864 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:48,864 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:48,865 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,930 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f42b00>
2026-04-30 07:41:48,931 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,931 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:48,931 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:48,932 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:48,932 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:48,939 - routers.notifications - DEBUG - Found 0 notificationss
2026-04-30 07:41:48,940 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.5061s
2026-04-30 07:41:49,072 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:48 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=4e91845a8a3994bc567af27385211af1; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:49,073 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:49,073 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:49,074 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:49,074 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:49,074 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:49,075 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:49,075 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:49,076 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:48 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=6e8705705c5742611fb58032706ea37f; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:49,077 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:49,077 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:49,077 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:49,077 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:49,077 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:49,078 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:49,078 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:49,147 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:49 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=4120baaee5065a4814465eea1801995e; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:49,148 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:49,148 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:49,148 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:49,148 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:49,149 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:49,149 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:49,149 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:49,167 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:49 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=0613badd6276f7d64934dedf6d0bb04b; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:49,168 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:49,168 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:49,168 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:49,168 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:49,168 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:49,169 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:49,169 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:49,226 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:49 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=e9e96963e9772427f5ef270046cba650; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:49,227 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:49,227 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:49,227 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:49,227 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:49,227 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:49,228 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:49,228 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:49,931 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:49,976 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:49,978 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:50,001 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:50,005 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:50,060 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:50,063 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:50,086 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:50,088 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:50,110 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:50,172 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f41f30>
2026-04-30 07:41:50,173 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f347c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:50,232 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2980>
2026-04-30 07:41:50,232 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35fc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:50,262 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b30070>
2026-04-30 07:41:50,263 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f346c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:50,277 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40c40>
2026-04-30 07:41:50,278 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34640> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:50,286 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0f40>
2026-04-30 07:41:50,286 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34540> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:50,351 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f41840>
2026-04-30 07:41:50,351 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,352 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:50,352 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,352 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:50,352 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,412 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219c30>
2026-04-30 07:41:50,413 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,414 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:50,414 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,415 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:50,415 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,446 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7d097b0>
2026-04-30 07:41:50,447 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,447 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:50,447 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,447 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:50,447 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,454 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40700>
2026-04-30 07:41:50,454 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,454 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:50,454 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,455 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:50,455 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,467 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e521a2c0>
2026-04-30 07:41:50,467 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,467 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:50,467 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,467 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:50,467 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:50,636 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:50 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=2f6b9bd6a4cf4430c8af0cde564947dd; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:50,637 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:50,638 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,638 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:50,638 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:50,638 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:50,638 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:50,639 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:50,732 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:50 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=19b5c26b3812987675489833ac8605da; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:50,733 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:50,734 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,734 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:50,734 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:50,734 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:50,735 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:50,735 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:50,736 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:50 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=3c8ae0ec3bb3e9db19ecda456c96715a; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:50,736 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:50,737 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,737 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:50,737 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:50,737 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:50,738 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:50,738 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:50,768 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:50 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=98c7bd16b4736b4ccb1804021327f0f4; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:50,769 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:50,769 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,769 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:50,770 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:50,770 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:50,770 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:50,770 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:50,798 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:50 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=eb2883c786c8cb4c3c49f925f22ee96f; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:50,798 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:50,799 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:50,799 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:50,799 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:50,800 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:50,800 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:50,800 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:52,100 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:52,128 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:52,193 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:52,215 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:52,217 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:52,243 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:52,246 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:52,271 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:52,273 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:52,295 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:52,305 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f22f0>
2026-04-30 07:41:52,305 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35ac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:52,418 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f438e0>
2026-04-30 07:41:52,419 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f36140> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:52,446 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219510>
2026-04-30 07:41:52,446 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34ac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:52,465 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3c70>
2026-04-30 07:41:52,465 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35cc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:52,466 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7ce7e50>
2026-04-30 07:41:52,467 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f373c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:52,487 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e52191b0>
2026-04-30 07:41:52,487 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,487 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:52,488 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,488 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:52,488 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,600 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40e80>
2026-04-30 07:41:52,601 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,602 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:52,602 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,602 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:52,602 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,629 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e521a2c0>
2026-04-30 07:41:52,629 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,630 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:52,630 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,631 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:52,631 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,640 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5dba0>
2026-04-30 07:41:52,640 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,640 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:52,640 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,641 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:52,641 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,653 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f430d0>
2026-04-30 07:41:52,653 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,653 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:52,653 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,654 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:52,654 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:52,803 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:52 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=d459bb5d09f01e6c85a258af76e52798; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:52,804 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:52,804 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,804 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:52,804 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:52,805 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:52,805 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:52,805 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:52,918 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:52 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=fbaced2779349b50ba9d17662ff7a659; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:52,919 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:52,919 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,919 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:52,919 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:52,920 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:52,920 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:52,920 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:52,923 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:52 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=9835b9e75703233df12bdfbf5da93bda; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:52,923 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:52,923 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,924 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:52,924 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:52,925 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:52,925 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:52,925 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:52,966 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:52 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=4fdc1534c97b183584c98bfc17c8e8a3; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:52,966 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:52,967 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,967 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:52,967 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:52,967 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:52,968 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:52,968 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:52,973 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:52 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=1c5953ffda21a4c6782b63d16e15830b; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:52,973 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:52,974 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:52,974 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:52,975 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:52,975 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:52,975 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:52,975 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:55,585 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:55,609 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:55,785 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5e260>
2026-04-30 07:41:55,786 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:55,963 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f42aa0>
2026-04-30 07:41:55,963 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:55,964 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:55,964 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:55,964 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:55,964 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:56,256 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:56 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=b10748c78441c7860a5dd57f92e75161; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:56,256 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:56,257 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:56,257 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:56,257 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:56,257 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:56,257 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:56,257 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:56,564 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:56,604 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:56,606 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:56,634 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:56,643 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:56,666 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:56,668 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:41:56,692 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:41:56,860 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5ceb0>
2026-04-30 07:41:56,861 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f375c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:56,863 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5f2e0>
2026-04-30 07:41:56,864 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:56,932 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e521a140>
2026-04-30 07:41:56,932 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f346c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:57,030 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218970>
2026-04-30 07:41:57,031 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5033dc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:41:57,033 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5e6e0>
2026-04-30 07:41:57,033 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,033 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:57,034 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,034 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:57,034 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,038 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5c3d0>
2026-04-30 07:41:57,039 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,039 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:57,039 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,040 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:57,040 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,103 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e52190f0>
2026-04-30 07:41:57,104 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,104 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:57,105 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,105 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:57,105 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,208 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5f220>
2026-04-30 07:41:57,209 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,209 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:41:57,209 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,210 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:41:57,210 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:41:57,328 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:57 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=017d82dbfd05e13c654b943f972f78c8; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:57,329 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:57,329 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,329 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:57,329 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:57,329 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:57,330 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:57,330 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:57 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=2db47ae8dafadaf13f18c63309f06a56; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:57,330 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:57,331 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,331 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:57,331 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:57,331 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:57,332 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:57,332 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:57,332 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:57,406 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:57 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=f1f92f61e879276deb156ea2df5a8acb; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:57,407 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:57,408 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,408 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:57,408 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:57,408 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:57,409 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:57,409 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:41:57,498 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:41:57 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=c2c8763fe695e246bf40344755c545bb; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:41:57,499 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:41:57,499 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:41:57,499 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:41:57,500 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:41:57,500 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:41:57,500 - httpcore.connection - DEBUG - close.started
2026-04-30 07:41:57,500 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:01,880 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:01,932 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:02,109 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0940>
2026-04-30 07:42:02,109 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f36140> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:02,285 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5d2a0>
2026-04-30 07:42:02,286 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:02,286 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:02,286 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:02,287 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:02,287 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:02,577 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:02,618 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:02,619 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:02 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=1effd22e6f4ca4789fcf922bf0551278; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:02,619 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:02,620 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:02,620 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:02,620 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:02,621 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:02,649 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:02,649 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:02,649 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:02,651 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:02,673 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:02,673 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:02,674 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:02,695 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:02,840 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43610>
2026-04-30 07:42:02,840 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34640> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:02,861 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f15a0>
2026-04-30 07:42:02,862 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34ac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:02,863 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e72db220>
2026-04-30 07:42:02,863 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35fc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:02,866 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5d7b0>
2026-04-30 07:42:02,866 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37640> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:03,015 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40ca0>
2026-04-30 07:42:03,015 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,016 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:03,016 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,016 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:03,016 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,037 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3220>
2026-04-30 07:42:03,037 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,038 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:03,038 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,038 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:03,038 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,043 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f30a0>
2026-04-30 07:42:03,043 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,043 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:03,044 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,044 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:03,044 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,053 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f431f0>
2026-04-30 07:42:03,053 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,054 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:03,054 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,054 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:03,054 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:03,321 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:03 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=3626bc833c14e8b6481260d9fcb1818f; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:03,322 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:03,322 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,323 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:03,323 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:03,323 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:03,323 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:03,324 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:03,339 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:03 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=7fb5fef74abe6037bd30f102b44820b6; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:03,340 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:03,340 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,340 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:03,340 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:03,341 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:03,341 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:03,341 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:03,348 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:03 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=106764cb4636f44640cc619b60209d26; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:03,348 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:03,348 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,349 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:03,349 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:03,349 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:03,350 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:03,350 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:03,351 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:03 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=aeec8e89d7f5dbf6ffac64e79879d80e; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:03,352 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:03,352 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:03,352 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:03,352 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:03,352 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:03,353 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:03,353 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:33,000 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:33,049 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:33,051 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:33,074 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:33,076 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:33,102 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:33,103 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:33,127 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:33,128 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:33,149 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:33,321 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:33,321 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:42:33,321 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-04-30 07:42:33,322 - routers.notifications - DEBUG - Querying notificationss: query=None, sort=None, skip=0, limit=30, fields=None
2026-04-30 07:42:33,397 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80460>
2026-04-30 07:42:33,397 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5033dc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:33,420 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40dc0>
2026-04-30 07:42:33,420 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f373c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:33,424 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0fd0>
2026-04-30 07:42:33,425 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34840> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:33,425 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218e20>
2026-04-30 07:42:33,425 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35ac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:33,573 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5e6e0>
2026-04-30 07:42:33,573 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34540> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:33,575 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80910>
2026-04-30 07:42:33,575 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,576 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:33,576 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,576 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:33,576 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,596 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5d030>
2026-04-30 07:42:33,597 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,597 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:33,597 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,597 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:33,598 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,600 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218fd0>
2026-04-30 07:42:33,600 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,601 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:33,601 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,601 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:33,601 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,606 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219030>
2026-04-30 07:42:33,607 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,607 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:33,607 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,608 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:33,608 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,702 - routers.notifications - DEBUG - Found 0 notificationss
2026-04-30 07:42:33,703 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3816s
2026-04-30 07:42:33,751 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e72db220>
2026-04-30 07:42:33,752 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,752 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:33,752 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,753 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:33,753 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:33,885 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:33 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=fcee29b488b16a3f1b155a537926b916; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:33,886 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:33,886 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,886 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:33,886 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:33,887 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:33,887 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:33,887 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:33,889 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:33 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=98fe49c6237e35f7af65613a24a0d604; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:33,889 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:33,890 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,890 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:33,890 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:33,890 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:33,892 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:33,893 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:33,918 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:33 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=ac23f6db15aeaef8cf36110618d1fefb; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:33,919 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:33,919 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,919 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:33,920 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:33,920 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:33,920 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:33,920 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:33,938 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:33 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=c05b421d00f41739d568cfcc403d89f8; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:33,939 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:33,939 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:33,939 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:33,939 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:33,940 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:33,940 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:33,940 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:34,042 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:33 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=a4257378c7f53f31a87ac2e83e1d2b14; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:34,043 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:34,043 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:34,043 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:34,043 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:34,044 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:34,044 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:34,044 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:34,751 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:34,787 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:34,796 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:34,822 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:34,824 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:34,860 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:34,862 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:34,886 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:34,948 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:34,972 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:34,972 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0850>
2026-04-30 07:42:34,973 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37d40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:35,057 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218eb0>
2026-04-30 07:42:35,058 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37cc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:35,059 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5d300>
2026-04-30 07:42:35,059 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34640> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:35,144 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3d00>
2026-04-30 07:42:35,144 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37b40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:35,146 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5e170>
2026-04-30 07:42:35,147 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,147 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:35,147 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,148 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:35,148 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,216 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218cd0>
2026-04-30 07:42:35,217 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:35,235 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5c580>
2026-04-30 07:42:35,236 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e521a230>
2026-04-30 07:42:35,236 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,237 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,237 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:35,238 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,238 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:35,238 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,239 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:35,239 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,239 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:35,240 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,317 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5d210>
2026-04-30 07:42:35,318 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,318 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:35,319 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,319 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:35,319 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,393 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80910>
2026-04-30 07:42:35,394 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,394 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:35,394 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,395 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:35,395 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:35,440 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:35 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=34551b2c90c27535d08c06168b07f1e2; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:35,441 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:35,441 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,441 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:35,441 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:35,442 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:35,442 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:35,442 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:35,556 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:35 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=8e2951542ce29079ff09eae6484195af; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:35,556 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:35,557 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,557 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:35,557 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:35,557 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:35,558 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:35,558 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:35 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=7e4914e83163f9a62d0214b38ea53bba; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:35,558 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:35,558 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,558 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:35,559 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:35,559 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:35,559 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:35,559 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:35,560 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:35,596 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:35 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=deb6c74463ec233971987222c98112dd; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:35,597 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:35,597 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,597 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:35,597 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:35,597 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:35,598 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:35,598 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:35,698 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:35 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=c099ec39784b1054c8106382f4289f1a; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:35,699 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:35,699 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:35,699 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:35,700 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:35,700 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:35,700 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:35,701 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:36,908 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:36,969 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:37,012 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:37,062 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:37,064 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:37,098 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:37,102 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:37,126 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:37,149 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f41360>
2026-04-30 07:42:37,150 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e725fac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:37,173 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:37,202 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:37,272 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7d0a440>
2026-04-30 07:42:37,272 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37ac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:37,299 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7d09480>
2026-04-30 07:42:37,300 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37540> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:37,307 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f42290>
2026-04-30 07:42:37,307 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37840> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:37,329 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43400>
2026-04-30 07:42:37,330 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,331 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:37,331 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,331 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:37,331 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,380 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5ca00>
2026-04-30 07:42:37,380 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f376c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:37,445 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7d09c30>
2026-04-30 07:42:37,446 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,447 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:37,447 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,447 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:37,447 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,475 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7cb3100>
2026-04-30 07:42:37,475 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,476 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:37,476 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,476 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:37,476 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,487 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f26e0>
2026-04-30 07:42:37,488 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,488 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:37,488 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,488 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:37,489 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,562 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40820>
2026-04-30 07:42:37,562 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,563 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:37,563 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,563 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:37,563 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:37,648 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:37 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=29eb097580cfbdd2ee5f5849e6c1cb1b; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:37,648 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:37,649 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,649 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:37,649 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:37,649 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:37,650 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:37,650 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:37,742 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:37 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=3c66438ed4618ce5d4e4f1b4fe9e4b0c; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:37,743 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:37,743 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,743 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:37,744 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:37,744 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:37,744 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:37,744 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:37,787 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:37 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=384f34f5e6bf68519624216d13728e44; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:37,787 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:37,788 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,788 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:37,788 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:37,788 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:37,788 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:37,789 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:37,797 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:37 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=a4c9177e828b79bb6ca45314666bd68a; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:37,798 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:37,798 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,798 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:37,798 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:37,799 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:37,799 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:37,799 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:37,878 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:37 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=5537bbbb931f5048361571aa60af29b5; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:37,879 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:37,879 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:37,879 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:37,879 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:37,880 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:37,880 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:37,880 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:43,729 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:43,752 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:43,754 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:43,776 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:43,777 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:43,806 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:43,808 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:43,834 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:43,835 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:43,857 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:44,002 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2fb0>
2026-04-30 07:42:44,002 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37ec0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:44,098 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40460>
2026-04-30 07:42:44,098 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5033dc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:44,100 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5f8e0>
2026-04-30 07:42:44,100 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37dc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:44,101 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43d90>
2026-04-30 07:42:44,101 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37d40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:44,150 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2aa0>
2026-04-30 07:42:44,150 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37cc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:44,179 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2f50>
2026-04-30 07:42:44,179 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,179 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:44,180 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,180 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:44,180 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,281 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218be0>
2026-04-30 07:42:44,281 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,282 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:44,282 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,282 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:44,283 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,285 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40970>
2026-04-30 07:42:44,285 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,285 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:44,286 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,286 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:44,286 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,291 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7d0bf70>
2026-04-30 07:42:44,292 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,292 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:44,292 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,292 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:44,292 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,331 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7cb0160>
2026-04-30 07:42:44,332 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,332 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:44,332 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,333 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:44,333 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:44,486 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:44 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=91c8f8553db21cf491fee014a12255a1; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:44,487 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:44,487 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,488 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:44,488 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:44,488 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:44,488 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:44,489 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:44,575 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:44 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=94ca7ae86a68cc821bbef36619afde31; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:44,575 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:44,576 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,576 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:44,576 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:44,576 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:44,577 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:44,577 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:44,583 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:44 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=da6169b6ddb7dc487c3e99d7aa6273c6; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:44,584 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:44,584 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,584 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:44,585 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:44,585 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:44,585 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:44,585 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:44,609 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:44 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=a60fb238a29dacf8eb914656e189a39a; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:44,610 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:44,610 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,610 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:44,610 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:44,610 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:44,611 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:44,611 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:44,645 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:44 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=e9c51b6471368ff254b8167fab1976b5; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:44,645 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:44,646 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:44,646 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:44,646 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:44,646 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:44,646 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:44,647 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:47,043 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:42:47,044 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:42:47,484 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4409s
2026-04-30 07:42:57,398 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:57,423 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:57,426 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:57,449 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:57,451 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:57,477 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:57,479 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:57,506 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:57,507 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:42:57,529 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:42:57,652 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0eb0>
2026-04-30 07:42:57,653 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e725fac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:57,678 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f410c0>
2026-04-30 07:42:57,678 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34b40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:57,701 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5d7b0>
2026-04-30 07:42:57,702 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f378c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:57,704 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0ac0>
2026-04-30 07:42:57,704 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f376c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:57,812 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f41d20>
2026-04-30 07:42:57,812 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34540> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:42:57,834 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3a00>
2026-04-30 07:42:57,835 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,835 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:57,835 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:57,836 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:57,836 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,857 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43dc0>
2026-04-30 07:42:57,857 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,857 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:57,857 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:57,858 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:57,858 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,883 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5dba0>
2026-04-30 07:42:57,883 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,884 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:57,884 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:57,885 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:57,885 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,886 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f42da0>
2026-04-30 07:42:57,886 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,886 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:57,886 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:57,887 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:57,887 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,993 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80940>
2026-04-30 07:42:57,993 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:42:57,994 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:42:57,994 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:42:57,994 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:42:57,994 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:42:58,152 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:58 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=d0ca339324d528dcfc41fcc0fce5964d; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:58,153 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:58,153 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:58,154 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:58,154 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:58,155 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:58,155 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:58,155 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:58,185 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:58 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=5aff556e15f6372b756b9795df7a8e80; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:58,186 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:58,186 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:58,187 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:58,187 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:58,187 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:58,188 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:58,188 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:58,190 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:58 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=a583b6b471c07de174c1542f3a75f986; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:58,190 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:58,191 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:58,191 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:58,191 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:58,191 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:58,191 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:58,192 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:58,217 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:58 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=88ae570fe898ee4f56222864be8898b6; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:58,218 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:58,218 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:58,219 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:58,219 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:58,220 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:58,221 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:58,221 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:42:58,295 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:42:58 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=da16802379822752fa3e97fa18497ac2; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:42:58,296 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:42:58,296 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:42:58,296 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:42:58,297 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:42:58,297 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:42:58,298 - httpcore.connection - DEBUG - close.started
2026-04-30 07:42:58,298 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:00,807 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:00,850 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:00,852 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:00,876 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:00,879 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:00,921 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:00,924 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:00,950 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:00,952 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:00,982 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:01,094 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43d00>
2026-04-30 07:43:01,094 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37ec0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:01,125 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219570>
2026-04-30 07:43:01,125 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:01,153 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f36a0>
2026-04-30 07:43:01,154 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34a40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:01,155 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2530>
2026-04-30 07:43:01,155 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35fc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:01,155 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219d50>
2026-04-30 07:43:01,155 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37640> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:01,278 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e521a2c0>
2026-04-30 07:43:01,278 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,279 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:01,279 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,279 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:01,279 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,308 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218a30>
2026-04-30 07:43:01,309 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,309 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:01,310 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,310 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:01,310 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,332 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f1420>
2026-04-30 07:43:01,333 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,333 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:01,333 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,334 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:01,334 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,338 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7d09480>
2026-04-30 07:43:01,339 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,339 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:01,339 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,339 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:01,339 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,346 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b806a0>
2026-04-30 07:43:01,346 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,347 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:01,347 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,347 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:01,347 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:01,607 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:01 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=33408298dbe482b9db5c11f25fac4828; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:01,608 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:01,608 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,608 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:01,609 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:01,609 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:01,609 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:01,609 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:01,629 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:01 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=7da44c97acffe9233bba3fbfed50b5eb; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:01,630 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:01,630 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,630 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:01,631 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:01,631 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:01,631 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:01,631 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:01,645 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:01 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=9113987d4114c40471c435cf7bfc54cc; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:01,646 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:01,646 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,647 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:01,647 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:01,647 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:01,647 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:01,648 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:01,651 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:01 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=428edd52427b4fbf90505412cfc60713; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:01,652 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:01,652 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,653 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:01,653 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:01,653 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:01,654 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:01,654 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:01,740 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:01 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=31a755d0020a5ba641e77c457a60e98e; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:01,741 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:01,741 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:01,741 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:01,741 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:01,741 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:01,742 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:01,742 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:08,597 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:08,638 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:08,639 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:08,662 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:08,663 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:08,692 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:08,694 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:08,719 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:08,720 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:08,742 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:08,860 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f41d80>
2026-04-30 07:43:08,861 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f378c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:08,888 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5c970>
2026-04-30 07:43:08,888 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37cc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:08,912 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f1990>
2026-04-30 07:43:08,912 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f36140> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:08,920 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2440>
2026-04-30 07:43:08,920 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37640> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:09,027 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43d00>
2026-04-30 07:43:09,027 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37a40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:09,036 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43a60>
2026-04-30 07:43:09,036 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,037 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:09,037 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,037 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:09,037 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,065 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5c850>
2026-04-30 07:43:09,066 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,066 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:09,066 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,066 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:09,066 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,084 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f41360>
2026-04-30 07:43:09,085 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,085 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:09,086 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,086 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:09,087 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,098 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f19c0>
2026-04-30 07:43:09,098 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,099 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:09,099 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,099 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:09,099 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,205 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e72db220>
2026-04-30 07:43:09,206 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,206 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:09,206 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,207 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:09,207 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:09,339 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:09 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=434bb43d2f5dcffc16f81bbd1997df45; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:09,340 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:09,340 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,340 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:09,341 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:09,341 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:09,341 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:09,341 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:09,376 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:09 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=696a410973a83a3c4924955ba7e82a7d; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:09,377 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:09,378 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,378 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:09,378 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:09,378 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:09,379 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:09,379 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:09,380 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:09 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=e450d65614aaf08b50615952f3a6957b; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:09,380 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:09,381 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,381 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:09,381 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:09,381 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:09,381 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:09,382 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:09,436 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:09 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=4255badea209f4a40ee05d127015d4b9; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:09,437 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:09,437 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,437 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:09,437 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:09,438 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:09,438 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:09,438 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:09,497 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:09 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=246208a68098f203641733444dd64b4b; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:09,498 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:09,498 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:09,499 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:09,499 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:09,499 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:09,499 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:09,499 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:12,432 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:12,463 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:12,465 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:12,487 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:12,488 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:12,515 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:12,516 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:12,539 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:12,637 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:12,659 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:12,682 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f1ae0>
2026-04-30 07:43:12,682 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34840> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:12,709 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5218b20>
2026-04-30 07:43:12,710 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34640> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:12,714 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f1060>
2026-04-30 07:43:12,714 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37ec0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:12,717 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f5c820>
2026-04-30 07:43:12,717 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f376c0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:12,835 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43bb0>
2026-04-30 07:43:12,835 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:12,858 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0d90>
2026-04-30 07:43:12,858 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:12,859 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:12,859 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:12,859 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:12,859 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:12,889 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80a60>
2026-04-30 07:43:12,889 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:12,890 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:12,890 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:12,890 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:12,890 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:12,901 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2c20>
2026-04-30 07:43:12,901 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:12,902 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:12,902 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:12,902 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:12,902 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:12,907 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e5219390>
2026-04-30 07:43:12,908 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:12,908 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:12,908 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:12,908 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:12,908 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:13,015 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0c10>
2026-04-30 07:43:13,015 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:13,016 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:13,016 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:13,016 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:13,016 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:13,176 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:13 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=483f5ec62ba716bc94d74e08b969b9d5; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:13,177 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:13,177 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:13,177 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:13,177 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:13,177 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:13,178 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:13,178 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:13,206 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:13 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=e1b4b5b893c0c98db4c507b6e52255cf; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:13,207 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:13,207 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:13,207 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:13,208 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:13,208 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:13,208 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:13,208 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:13,233 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:13 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=d4ed535dea75f20e1d713646d0ab49bf; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:13,233 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:13,234 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:13,234 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:13,234 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:13,234 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:13,234 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:13,235 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:13,240 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:13 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=5c8735773fb2b474d580a5b54e48e75a; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:13,241 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:13,241 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:13,241 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:13,241 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:13,241 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:13,242 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:13,242 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:13,310 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:13 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=a9943f5602af985a77cce89ab9da7af5; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:13,311 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:13,311 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:13,312 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:13,312 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:13,312 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:13,312 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:13,312 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:21,376 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:21,400 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:21,575 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80430>
2026-04-30 07:43:21,575 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37ac0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:21,752 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3d30>
2026-04-30 07:43:21,753 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:21,754 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:21,754 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:21,754 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:21,754 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,048 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:21 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=38a300e1719646fa056e83249a787c78; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:22,049 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:22,049 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:22,050 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:22,050 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:22,050 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:22,051 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:22,051 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:22,380 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:22,404 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:22,406 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:22,428 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:22,435 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:22,458 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:22,459 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:22,481 - httpcore.connection - DEBUG - connect_tcp.started host='client.doiteasy.net' port=443 local_address=None timeout=10.0 socket_options=None
2026-04-30 07:43:22,632 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f429b0>
2026-04-30 07:43:22,632 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35fc0> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:22,648 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2890>
2026-04-30 07:43:22,649 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:22,652 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f09a0>
2026-04-30 07:43:22,652 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37940> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:22,657 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f40580>
2026-04-30 07:43:22,657 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f35d40> server_hostname='client.doiteasy.net' timeout=10.0
2026-04-30 07:43:22,811 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f434f0>
2026-04-30 07:43:22,812 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,812 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:22,813 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:22,813 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:22,813 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,819 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2e60>
2026-04-30 07:43:22,819 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,820 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:22,820 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:22,820 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:22,820 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,828 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7ce7e50>
2026-04-30 07:43:22,829 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,829 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:22,829 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:22,829 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:22,830 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,834 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3820>
2026-04-30 07:43:22,834 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'POST']>
2026-04-30 07:43:22,835 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:22,835 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'POST']>
2026-04-30 07:43:22,835 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:22,835 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2026-04-30 07:43:23,109 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:23 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=f30b09976cb3b737b6c502d0a1ad7234; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:23,109 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:23,110 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:23,110 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:23,110 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:23,110 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:23,110 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:23,111 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:23,111 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:23 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=993926e65f8aad653924809040f86811; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:23,112 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:23,112 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:23,112 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:23,112 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:23,112 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:23,112 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:23,112 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:23,128 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:23 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=64cec810186f62934f38cd3087c73e7f; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:23,128 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:23,129 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:23,129 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:23,129 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:23,129 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:23,129 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:23,130 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:23,143 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 403, b'Forbidden', [(b'Server', b'nginx'), (b'Date', b'Thu, 30 Apr 2026 14:43:23 GMT'), (b'Content-Type', b'application/json'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Expires', b'Thu, 19 Nov 1981 08:52:00 GMT'), (b'Cache-Control', b'no-store, no-cache, must-revalidate'), (b'Pragma', b'no-cache'), (b'Set-Cookie', b'WHMCShaXcqDDHD9SP=e28a01b2eda42865307d0954d5fe45a4; path=/; secure; HttpOnly'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'X-XSS-Protection', b'1; mode=block')])
2026-04-30 07:43:23,144 - httpx - INFO - HTTP Request: POST https://client.doiteasy.net/includes/api.php "HTTP/1.1 403 Forbidden"
2026-04-30 07:43:23,144 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'POST']>
2026-04-30 07:43:23,145 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:23,145 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:23,145 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:23,145 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:23,146 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:43:31,509 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:31,510 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:43:31,510 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-04-30 07:43:31,510 - routers.notifications - DEBUG - Querying notificationss: query=None, sort=None, skip=0, limit=30, fields=None
2026-04-30 07:43:31,890 - routers.notifications - DEBUG - Found 0 notificationss
2026-04-30 07:43:31,890 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3807s
2026-04-30 07:43:51,847 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:51,865 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:43:51,865 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:43:52,091 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:52,180 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3145s
2026-04-30 07:43:53,166 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:43:53,188 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:43:53,196 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2ec0>
2026-04-30 07:43:53,196 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e725fac0> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:43:53,206 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f2290>
2026-04-30 07:43:53,207 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:43:53,208 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:43:53,209 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:43:53,209 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:43:53,209 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:43:53,502 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:43:53 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'427e11dd4d86c722e2884f9c016d9cd5'), (b'X-Trace-Id', b'217a4d18c2f0484b833a1cf750fa8f10'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f4752418b02af4b-LAX')])
2026-04-30 07:43:53,503 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:43:53,503 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:43:53,504 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:43:53,504 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:43:53,504 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:43:53,504 - httpcore.connection - DEBUG - close.started
2026-04-30 07:43:53,504 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:44:14,932 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:44:14,954 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:44:14,954 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:44:15,182 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:44:15,239 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:44:15,263 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:44:15,268 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3140s
2026-04-30 07:44:15,305 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f3e20>
2026-04-30 07:44:15,306 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f37dc0> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:44:15,317 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e50f0df0>
2026-04-30 07:44:15,318 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:44:15,318 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:44:15,319 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:44:15,319 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:44:15,320 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:44:15,717 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:44:15 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'537396641af44c00d6a62d3150513043'), (b'X-Trace-Id', b'58fb1969589b43e898532a7b86ac911d'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f4752cbcfc08e58-LAX')])
2026-04-30 07:44:15,717 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:44:15,718 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:44:15,718 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:44:15,718 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:44:15,718 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:44:15,719 - httpcore.connection - DEBUG - close.started
2026-04-30 07:44:15,719 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:44:54,052 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:44:54,065 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:44:54,065 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:44:54,297 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:44:54,303 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:44:54,327 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:44:54,341 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7cb30a0>
2026-04-30 07:44:54,341 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e4f34b40> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:44:54,348 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e7b80640>
2026-04-30 07:44:54,348 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:44:54,348 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:44:54,349 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:44:54,349 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:44:54,349 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:44:54,390 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3258s
2026-04-30 07:44:54,511 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:44:54 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'62979bd2d93f2292555736faa4d00ac6'), (b'X-Trace-Id', b'af045f13575e47c89a13aebb2246be88'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f4753bfbf62a609-LAX')])
2026-04-30 07:44:54,511 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:44:54,511 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:44:54,512 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:44:54,512 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:44:54,512 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:44:54,512 - httpcore.connection - DEBUG - close.started
2026-04-30 07:44:54,513 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:45:03,625 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:45:03,636 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:45:03,637 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-04-30 07:45:03,869 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:45:03,905 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:45:03,907 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:45:03,921 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f42ce0>
2026-04-30 07:45:03,921 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fb8e5031440> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:45:03,943 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7fb8e4f43280>
2026-04-30 07:45:03,943 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:45:03,944 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:45:03,944 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:45:03,944 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:45:03,944 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:45:03,970 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3333s
2026-04-30 07:45:04,246 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:45:04 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'1d83563d56594ab82b97421b8286c5f3'), (b'X-Trace-Id', b'f9720ffa4b4e4a84a95ba00006a9788c'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f4753fbb92c6d31-LAX')])
2026-04-30 07:45:04,247 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:45:04,247 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:45:04,247 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:45:04,248 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:45:04,248 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:45:04,248 - httpcore.connection - DEBUG - close.started
2026-04-30 07:45:04,248 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:46:20,291 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:46:20,291 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:46:20,606 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3149s
2026-04-30 07:47:10,342 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:47:10,342 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:47:10,657 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3155s
2026-04-30 07:48:17,727 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:48:17,728 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0010s
2026-04-30 07:48:17,729 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-04-30 07:48:18,167 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4397s
2026-04-30 07:49:13,076 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:49:13,076 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-04-30 07:49:13,396 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3205s
2026-04-30 07:49:13,524 - services.database - DEBUG - [DB_OP] Starting database close
2026-04-30 07:49:13,590 - core.database - INFO - Database connection closed and engine disposed
2026-04-30 07:49:13,590 - services.database - INFO - Database connections closed
2026-04-30 07:49:13,590 - services.database - DEBUG - [DB_OP] Database close completed in 0.0668s
