Roger Baumgartner

Results 54 comments of Roger Baumgartner

Sorry @akaJonas, I completely missed your question! If this question is still relevant: your query is only ever connected to a single server. You can get information about this server...

The server only accepts signed 32-bit integer values for permissions, On my machine at least, the current implementation works and the implementation you're suggesting doesn't. Example: Icon with icon_id=3815707113 (==...

Hmm, seems like a lot of bloat for one very specific feature. `i_icon_id` is just one of around 500 available permissions. I'll have to look into the places where the...

Hi @TOminerTV Exceptions don't propagate out of Timer.scheduleAtFixedRate. I mean, how could they? Your TimerTask runs on a different thread. You need to handle exceptions within your TimerTask's run method....

Hi @essemX Sorry for taking so long to respond. Had a lot of IRL stuff going on, and it'll probably be another 3-4 weeks until I'll be able to work...

I really don't like blindly guessing in these kinds of situations: could you please turn on [communications logging](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API/blob/afd50d05a8ffafb5a5acc0fa24b927f9a0d7bb8d/src/main/java/com/github/theholywaffle/teamspeak3/TS3Config.java#L87-L90) and send me the console log at and just before the file...

`[18:20:33 INFO]: [{}] < {}ftinituploadclientftfid=0 status=2050 msg=file\salready\sexists size=217` That pretty much tells you everything you need to know: The icon you're trying to upload already exists on the server, hence...

Hmm, maybe the image is not being loaded / generated correctly and you're trying to upload the same blank image over and over again? By the way, did you change...

Sorry for asking, but how did you do it? I'm almost certain I built in a way, but I can't remember it anymore for the life of me 😛 Oh,...

So I assume you copied that code from `FileTransferHelper` into your own code? Because if I recall correctly, users shouldn't be able to access any instances of `FileTransferHelper`. I mean,...