phuzybuny

Results 12 comments of phuzybuny

@peterhinch Did you manage to get this library to work? I'm seeing the same discrepancy in the LUT values [here](https://github.com/waveshare/e-Paper/blob/master/STM32/STM32-F103ZET6/User/e-Paper/EPD_2in7.c) as well.

@peterhinch Thank you for sharing! I see your library supports the 2.7inch e-Paper HAT. Will take a look at nano-gui instead. Saw your notes about possible quality issues with Waveshare...

Toggling the panic handler did not fix the issue for me. ``` >>> HomeKit: [Client 1] Updating characteristic 1.13 ("Setup Endpoints") with TLV: E (34245) esp32_camera: Failed to setup endpoints:...

Is the account's available balance sufficient for the order?

@moseslecce You are getting a 403 Forbidden from the login endpoint?

@moseslecce Are you able to access the endpoint via a VPN?

@moseslecce I concur. It appears that WealthSimple may ban IPs for aggressively accessing the API; not just the login endpoint. It may be best to rate limit your calls. However,...

@alik604 I believe you have a typo in the payload. Change `opt` to `otp`.

@alik604 Does the issue persist? Edit: Just realized that you are creating a new session for the second request; you should be using the same session.

It appears that the endpoint will return results for the non-registered account, when the `account_id` parameter is omitted. In effect, ``` GET https://trade-service.wealthsimple.com/orders ``` is equivalent to: ``` GET https://trade-service.wealthsimple.com/orders?account_id=...