GithubHelp home page GithubHelp logo

Comments (5)

mrKallah avatar mrKallah commented on June 14, 2024 1

When I get the URL from the API using api.matches().get(pm.id).assets[0].url where the pm.id is the match id, I get the error:

pubg_python.exceptions.TelemetryURLError: Telemetry host differs from official

This is cause by the URL that is returned when I used this approach being:

https://telemetry-cdn.pubg.com/bluehole-pubg/steam/2021/01/19/21/11/df4a505d-5a9a-11eb-a8be-3ac847233cd5-telemetry.json

which differs from the ones posted here. I'd suggest either removing the constrict that its only official sources if this project is no longer being worked on (in case the URL changes again in the future) or adding this URL to the list of legal URLs

from pubg-python.

ramonsaraiva avatar ramonsaraiva commented on June 14, 2024

I think that's a good idea :-)

from pubg-python.

glmn avatar glmn commented on June 14, 2024

image
confirmed from API team. Will implement it soon.

from pubg-python.

mrKallah avatar mrKallah commented on June 14, 2024

Having prodded around here a bit, I have locally changed the clients.py to accept the pubg.com url as well. This causes further issues with KeyError: 'LogVehicleDamage' being thrown, which makes me suspect there have been changes to the telemetry data since this was last updated.

from pubg-python.

mrKallah avatar mrKallah commented on June 14, 2024

Having added the missing LogVehicleDamage and other consecutive missing classes to the events.py in domain/telemetry, I have found that using the requests library and the jsonResponse function is actually about 4 times faster than using the aforementioned function. I would suggest looking into this if this project is still active

from pubg-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.