question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Couldn't handle packet of type CHANNEL_CREATE

See original GitHub issue

Hello there,

So I’m pretty new with Javacord so it’s possible that I’m doing this completely wrong, but I try to create a channel like this : Iterator<Server> iterator = api.getServers().iterator(); new ServerVoiceChannelBuilder(iterator.next()) .setName("PlayBossWar") .setUserlimit(10) .create();

This is the error I get :

[21:30:48] [Javacord - Handlers Processor/WARN]: Couldn't handle packet of type PRESENCE_UPDATE. Please contact the developer! (packet: {"user":{"id":"514328208141844481"},"status":"online","roles":[],"guild_id":"439618742633103370","game":{"type":0,"timestamps":{"start":1561231680000},"state":"Menu principal","party":{},"name":"Paladins","id":"43e169631115d7b","created_at":1561231847961,"assets":{"large_image":"528327528230944769"},"application_id":"528145079819436043"},"client_status":{"desktop":"online"},"activities":[{"type":0,"timestamps":{"start":1561231680000},"state":"Menu principal","party":{},"name":"Paladins","id":"43e169631115d7b","created_at":1561231847961,"assets":{"large_image":"528327528230944769"},"application_id":"528145079819436043"}]}) java.lang.NoClassDefFoundError: org/javacord/core/entity/activity/ActivityPartyImpl at org.javacord.core.entity.activity.ActivityImpl.<init>(ActivityImpl.java:40) ~[?:?] at org.javacord.core.util.handler.user.PresenceUpdateHandler.lambda$handle$0(PresenceUpdateHandler.java:51) ~[?:?] at java.util.Optional.ifPresent(Unknown Source) ~[?:?] at org.javacord.core.util.handler.user.PresenceUpdateHandler.handle(PresenceUpdateHandler.java:47) ~[?:?] at org.javacord.core.util.gateway.PacketHandler.lambda$handlePacket$0(PacketHandler.java:51) ~[?:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?] at java.util.concurrent.FutureTask.run(Unknown Source) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?] at java.lang.Thread.run(Unknown Source) [?:?]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
titivermeeschcommented, Jun 23, 2019

Ok well it seems like it works now

0reactions
titivermeeschcommented, Jun 23, 2019

Ok so for some reasons it works great if I try the examples out, but It’s confusing me with the fact that I have to retrieve the server, is that the way to do it? It’s not very clear on the wiki

Read more comments on GitHub >

github_iconTop Results From Across the Web

Message passing and client/server
How is the server going to gracefully handle this? We could, arbitrarily, say that the client isn't allowed to write more than n...
Read more >
Cisco Nexus 3000 Series NX-OS System Messages ...
Explanation Redirected port(s) are supported on L2 interface type. ... Explanation Persistent database handle could not obtained for ACLTCAM.
Read more >
Send and receive messages with a bot - Teams | Microsoft Learn
Users can send rich text and pictures to your bot. You can specify the type of content your bot can handle in the...
Read more >
discordgo - Go Packages
Package discordgo provides Discord binding for Go. ... type ChannelCreate; type ChannelDelete; type ChannelEdit; type ChannelFollow ...
Read more >
Can't create a new channel - YouTube Help
On some older apps and devices (like an old version of the YouTube app), you may see a "This action isn't allowed" message...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found