Henry Haustein

Results 41 comments of Henry Haustein

Ich habe dieses Wikifolio https://www.wikifolio.com/de/de/w/wf00tips01 bei welchem ich heute Nachmittag die Publizierung beantragt habe.

Interessant dass du schon "investieren" kannst. Vorhin kam die Ablehnung auf Publizierung von Wikifolio wegen dem Namen und Links in der Beschreibung. Muss das ändern und dann erneut beantragen

Yes, I have implemented 2FA using `TOTP`. This needs some sort of initial key and than you can use ```python from wikifolio import Wikifolio wf = Wikifolio("email", "password", "wikifolioID", "2FA...

I'm also new to using TOTP but I've adapted your working code into the buy and sell quote functions. I don't know if you have to use 2FA when doing...

I think currently no orders at all work, even limit orders: ```json { "success":false, "reason":"An error of unclarified origin has occurred. If the error persists, contact [email protected]." } ```

I've asked other creators of API wrappers if they have the same issues: https://github.com/RienNeVaPlus/wikifolio/issues/22

Same issue, here is the log: ```log calibre | [migrations] started calibre | [migrations] no migrations found calibre | ─────────────────────────────────────── calibre | calibre | ██╗ ███████╗██╗ ██████╗ calibre | ██║...

It seems to be solved by https://github.com/miegl/PiFmAdv/pull/102

Hm ok, but I use the non-docker version were you execute the binary from the releases

I had the same issue, it worked after I set the `APP_KEY` and `JWT_SECRET`