Closed simonsk90 closed 3 years ago
[2020-02-14 18:58:21,739] DEBUG Dota2Client.socache: Emit event: ('new', <ESOType.CSODOTAParty: 2003>)
[2020-02-14 18:58:21,739] DEBUG Dota2Client: Emit event: 'new_party'
[2020-02-14 18:58:21,739] DEBUG Dota2Client: Incoming: <EGCBaseMsg.EMsgGCInvitationCreated: 4502>
[2020-02-14 18:58:21,739] DEBUG Dota2Client: Emit event: <EGCBaseMsg.EMsgGCInvitationCreated: 4502>
[2020-02-14 18:58:21,739] DEBUG Dota2Client: Emit event: 'invitation_created'
Looking at the debug log it appears to have worked. Maybe something in dota has changed, I don't have to test. Double check that you have the correct steamid
You can't send Party Invites if you are a free account (never added money/game to account). You can't also talk to lobby etc... You can still invite people to lobby tho.
Closing this due to inactivity
First of all, sorry for asking this here. I am a python noob, and this is probably just me doing something wrong. I have a hard time getting started with this project, and I don't know where else to ask for advice. Here is my issue:
I am trying to send a party invitation, but nothing just ever happens. An invitation is never received at the receiving end. Here is my code:
And here is the output log, which I have a hard time understanding. Because to me it seems like nothing is going wrong?
I have also tried replacing "dota.wait_event(jobid, timeout=10)" with "dota.wait_msg(jobid, timeout=10) and "dota.send_job_and_wait(jobid, timeout=10)"