Using stompjs and sockjs, in vue, etc., urgent

the code on my front end is as follows

import SockJS from "sockjs-client";
import Stomp from "stompjs";
connect() {
    // 
    var socket = new SockJS("http://192.168.6.67:8081/endpoint"); 
    var stompClient = Stomp.over(socket);
    stompClient.connect({}, (frame) => {
        stompClient.subscribe("/user/39/queue/getResponse", function(respnose){
            console.log(2222)
            console.log(respnose);
        });
    })
}
mounted  this.connect();

console
clipboard.png

("/topic/getResponse")("/user/39/queue/getResponse"),
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31a52-2aaf5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31a52-2aaf5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?