Closed GordonMohrin closed 2 years ago
Why do you run the program in a Linux subsystem at all? Just open a CMD and execute the commands there. Linux subsystems are known to have many unnecessary bugs, especially MINGW64. I have tested it under Windows with a CMD and it works without problems.
pip install pytr
pytr login
mkdir trdocs
pytr dl_docs trdocs
Result:
C:\Users\Virtual>dir trdocs
Verzeichnis von C:\Users\Virtual\trdocs
26.11.2021 13:17 <DIR> .
26.11.2021 13:17 <DIR> ..
26.11.2021 13:17 <DIR> Abrechnung
26.11.2021 13:17 <DIR> Abschlüsse
26.11.2021 13:17 <DIR> Auftragsbestätigung
26.11.2021 13:17 <DIR> Ausführungsanzeige
26.11.2021 13:17 <DIR> Basisinformationen über Wertpapiere
26.11.2021 13:17 <DIR> Basisinformationsblatt
26.11.2021 13:17 <DIR> Crypto Verwahrbedingungen
26.11.2021 13:17 <DIR> Cryptoauszug
26.11.2021 13:17 <DIR> Datenschutzinformationen
26.11.2021 13:17 <DIR> Datenschutzinformationen Cryptoverwahrer
26.11.2021 13:17 <DIR> Ex-Post Kosteninformation
26.11.2021 13:17 <DIR> Hauptversammlung
26.11.2021 13:17 <DIR> Hinweise zu den Handelsplätzen
26.11.2021 13:17 <DIR> Info zur Einlagensicherung
26.11.2021 13:17 <DIR> Kosteninformation
26.11.2021 13:17 <DIR> Kundenanschreiben
26.11.2021 13:17 <DIR> Kundenvereinbarung
26.11.2021 13:17 <DIR> Löschbestätigung
26.11.2021 13:17 <DIR> Mistrade Regelungen
26.11.2021 13:17 9.801 other_events.json
26.11.2021 13:17 <DIR> Preis- und Leistungsverzeichnis
26.11.2021 13:17 <DIR> Risikohinweise Crypto
26.11.2021 13:17 <DIR> Sparplan
26.11.2021 13:17 <DIR> Steuerreport
26.11.2021 13:17 <DIR> Vorabpauschale
26.11.2021 13:17 <DIR> Vorvertragliche Informationen
26.11.2021 13:17 <DIR> Widerrufsbelehrung Cryptoverwahrer
Same result on CMD and Powershell.
I can reproduce on Linux too. Some have this problem others don't. Looks like some dependency is broken in some version
The issue is in websockets 10.0.
Update pytr to the latest version (0.0.11) with pip install -U pytr
.
This will make sure websockets>=10.1 is installed
Discussed in https://github.com/marzzzello/pytr/discussions/12