ValvePython / csgo

🔫 Python package for interacting with CS:GO Game Coordinator
http://csgo.readthedocs.io
123 stars 17 forks source link

No Incoming Info (Unable to get full_match_info) #49

Closed botent closed 3 years ago

botent commented 3 years ago

Hi, I hope you're doing well.

I am trying to get the full match info using a match share code and I am fine all the way till decoding the share code (I understand it's basics :)). however, when I am trying the request_full_match_info, I am not getting any data (I tried with both cli_login and anonymous login). The debug logs are below (i am using Django and have included gevent in the manage.py file (correct me if I am wrong about this) and my goal is to fetch the demo URL from the match share code. I tried using send as well. Also, I tried the same in vanilla python with gevent etc in place. Same issue :(

botent commented 3 years ago

Just in case someone is facing a similar issue, here's a public repo I built using this awesome repo to get demo URLs: https://botent.github.io/CSGO-DemoURL/

Also, do remember that the CSGO And Steam must be installed (In case someone misses this).. Cheers and thanks @rossengeorgiev for the super cool repo!

rossengeorgiev commented 3 years ago

@botnet, downloading csgo demos with sharecode could be nice addition to https://github.com/ValvePython/steamctl

seeker25 commented 2 years ago

Just in case someone is facing a similar issue, here's a public repo I built using this awesome repo to get demo URLs: https://botent.github.io/CSGO-DemoURL/

Also, do remember that the CSGO And Steam must be installed (In case someone misses this).. Cheers and thanks @rossengeorgiev for the super cool repo!

I'm assuming with this the game has to be over to get the demos?

botent commented 2 years ago

Yes, it's not the client version :))