We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm unable to measure GPU data for Pixel devices. The other stats work fine. Testing with:
[E 240626 11:35:04 apis:449] invalid literal for int() with base 10: '' Traceback (most recent call last): File "C:\Python311\Lib\site-packages\solox\view\apis.py", line 446, in getGpu value = gpu.getGPU() ^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\solox\public\apm.py", line 486, in getGPU gpu = self.getAndroidGpuRate() if self.platform == Platform.Android else self.getiOSGpuRate() ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\solox\public\apm.py", line 477, in getAndroidGpuRate gpu = round(float(int(result.split(' ')[0]) / int(result.split(' ')[1])) * 100, 2) ^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: '' 10.0.144.113 - - [26/Jun/2024 11:35:04] "GET /apm/gpu?platform=Android&pkgname=com.immutable.guildofguardians&device=8B6Y0UPN8(Pixel%203%20XL)&_=1719376432325 HTTP/1.1" 200 - 10.0.144.113 - - [26/Jun/2024 11:35:04] "GET /apm/mem?model=normal&platform=Android&pkgname=com.immutable.guildofguardians&device=8B6Y0UPN8(Pixel%203%20XL)&process=26412%3Acom.immutable.guildofguardians&_=1719376432327 HTTP/1.1" 200 - 10.0.144.113 - - [26/Jun/2024 11:35:04] "GET /apm/battery?platform=Android&device=8B6Y0UPN8(Pixel%203%20XL)&_=1719376432328 HTTP/1.1" 200 -
The text was updated successfully, but these errors were encountered:
only supports some Adreno GPU phones
Sorry, something went wrong.
No branches or pull requests
I'm unable to measure GPU data for Pixel devices. The other stats work fine.
Testing with:
Here's the error logs:
The text was updated successfully, but these errors were encountered: