randomguy1111
randomguy1111
``` [18:20:33 INFO]: < [event] {}notifytextmessage targetmode=1 msg=Verify target=1 invokerid=5 invokername=devcode invokeruid=serveradmin [18:20:33 INFO]: [{}] < {}sendtextmessageerror id=0 msg=ok [18:20:33 INFO]: notifytextmessage [18:20:33 INFO]: BufferedImage@806cca: type = 5 ColorModel: #pixelBits...
Yea i thought about that too but i took right now a new Icon and its still "[18:20:33 INFO]: [{}] < {}ftinituploadclientftfid=0 status=2050 msg=file\salready\sexists size=217" so maybe a bug?
Okay i just restarted the ts3server and now its working... weird bug could u tell me how i can get the icon if its already uploaded and not by the...
Okay figured out thx for your help :)
`public long getIconId(byte[] data) { final CRC32 crc32 = new CRC32(); crc32.update(data); return crc32.getValue(); }` U get the iconId if it already exist and logging isnt my problem i am...
No i didnt copied it in ur method uploadIconDirect: iconId = helper.getIconId(data);
`public long uploadIconDirect(byte[] data) { final FileTransferHelper helper = query.getFileTransferHelper(); final long iconId; iconId = helper.getIconId(data); final String path = "/icon_" + iconId; if (uploadFileDirect(data, path, false, 0)) { return...
well okay i dont know how u know then if it is already uploaded