Cassio Davi Emer
Cassio Davi Emer
MX9 TV box (Rockchip RK3229) Android 6.0.1 USB Joystick (Microntek) vendor_id 121 product_id 6 RetroArch 1.8.4 1 - If I launch RetroArch from the TV box menu using the gamepad...
Thanks, this is working for me. It warns "upload failure" but the upload actually works.
> It warns "upload failure" but the upload actually works. It's because I get 202 response status code, which used to mean activity already exists, but it's actually a new...
> @oldnapalm I'm just focusing on getting authentication fixed in this PR. If and when this gets merged in, I'd gladly look into other issues. No worries, just sharing my...
A Linux user reported another AttributeError with version 4.21.1 while with 3.20.1 it works. https://github.com/oldnapalm/zwift-offline/blob/1b3e9d16e903b452d37a77675a38b402abb1e431/zwift_offline.py#L2530 `AttributeError: 'EnumTypeWrapper' object has no attribute 'RealmID'` https://github.com/oldnapalm/zwift-offline/blob/1b3e9d16e903b452d37a77675a38b402abb1e431/protobuf/udp-node-msgs.proto#L5
In my case the problem was caused by adding a module directory to sys path and using `import directory.module`. Using `import module` instead, it works with 4.21.1 without issue.
Maybe garth is a better option, it supports MFA. https://github.com/matin/garth#authenticate-and-save-session But my account does not require 2FA, not sure if you need to re-enter the code when the session expires...
Edit: garth added upload support https://github.com/matin/garth#upload If you just want to upload a fit file and nothing else ```python import os import sys import garth from getpass import getpass if...
@svanhoutte no problem, glad it worked. Since you use the script exit code in connect_sync.sh it's a good idea to run the upload in try and return 1 in case...
Try `sudo python3 vpower.py ../vpower.cfg`