Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadMe Telemetry Issue #12

Closed
aarondodell opened this issue Apr 4, 2018 · 3 comments
Closed

ReadMe Telemetry Issue #12

aarondodell opened this issue Apr 4, 2018 · 3 comments

Comments

@aarondodell
Copy link

The code as follows in the ReadMe under the Telemetry section does not work...

`match = api.matches().get('276f5bcb-a831-4e8c-a610-d2073692069e')
asset = match.assets[0]
telemetry = api.telemetry(asset.url)

Traceback (most recent call last):

File "", line 3, in
telemetry = api.telemetry(asset.url)

AttributeError: 'PUBG' object has no attribute 'telemetry'`

I'm sure the telemetry info is there since I see code written for it in the package, but it looks like the PUBG object doesnt have a "telemetry" method to call.

I'm sure I'm not the only one who has had this problem, what is the simplest way to access Telemetry data?

@ramonsaraiva
Copy link
Owner

Are you sure you have the latest version? If not please upgrade to 0.2.2
pip install pubg_python==0.2.2

@aarondodell
Copy link
Author

Fixed! you're right, might be because I'm on Windows but my default pip install was 0.2.1

@ramonsaraiva
Copy link
Owner

Glad you fixed it. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants