matuka
matuka
I dont know how to use their API to send bulk messages, that's why I used uc to build an automated program for this project.
@ultrafunkamsterdam By the way, uc was working perfectly until yesterday.
``` memberslist = [] members = get_members(serverid, channelid) for p_id, p_info in members.items(): memberslist.append(str(p_info["username"]) +"#" +str(p_info["discriminator"])) for z in memberslist: try: print(str(z)) except: pass ```
UPDATE> Im using this command to start the process: xvfb-run --auto-servernum --server-num=1 editly --json ./datajson/${albumid}.json i get this error: info: Apr-17-2023 15:32:27: stdout: Caught error Error: write EPIPE at afterWriteDispatched...
@mifi do you have any idea how can i run multiple rendering at the same time without getting EPIPE error?