mrkgoh

Results 5 comments of mrkgoh

I am facing the same issue here. Environment: Running selenium/standalone-chrome:latest via Synology DS220+ Python 3 The docker container is launched via Python SDK: ``` container = client.containers.run('selenium/standalone-chrome', user = 'root',...

Here is my attempt at debugging: 1. First I try to inspect the html I am getting. Not from https://finance.yahoo.com/quote/0097.KL/financial/ but from https://finance.yahoo.com/quote/0097.KL/balance-sheet?p=0097.KL ``` import requests as _requests import json...

> Cannot retrieve financial report such as income statement, balance sheet, cash flow of tickers of certain exchange market. For example, Bursa Malaysia. > > Example tickers to test: 0200.KL...

> @mrkgoh Does your TV implement the `mediaInputSource` capability? Check this out: https://developer-preview.smartthings.com/docs/devices/capabilities/capabilities-reference#mediaInputSource > > You'd invoke this something like: > > ```python > device.command("main", "mediaInputSource", "setInputSource", ["YouTube"]) > ```...

> The next step in a good bug ticket is to ensure that the code is minimal. For example, the code for downloading / cropping seems unnecessary if it's only...