{"status":false,"msg":"SELECT s.*, s.buys + s.sells as total, s.buys - s.sells as bs_diff, s.delta, p.name as pair_name, t.name as terminal_name FROM stats_hourly s, pairs p, terminals t WHERE s.pair_id = p.id AND p.terminal_id = t.id AND p.id = 63 AND cast(concat(s.date, ' ', s.hour, ':00:00') as datetime) >= '1970-01-01 00:00:00' AND cast(concat(s.date, ' ', s.hour, ':00:00') as datetime) <= '2025-12-31 23:59:59' ORDER BY s.date DESC, s.hour DESC - Error writing file '\/tmp\/MYIoJTAq' (OS errno 28 - No space left on device)"}