dhojayev / traderepublic-portfolio-downloader

App that downloads transactions and PDF documents from Trade Republic depot
GNU General Public License v3.0
14 stars 0 forks source link

Unable to fetch timeline details #39

Closed ToSa27 closed 2 months ago

ToSa27 commented 2 months ago

It looks like TR changed something server side as all tools I looked at currently fail with the following error message: {"errors":[{"errorCode":"UNKNOWN_ERROR","errorField":null,"errorMessage":"Unknown error","meta":{"source":"PLATFORM"}}]} when trying to download the timeline. More specific this is the first received message after the "connected" message when subscribing to the timeline.

To Reproduce Steps to reproduce the behavior: just run and watch the logs for the error

Desktop (please complete the following information):

dhojayev commented 2 months ago

Hey @ToSa27! I tested now and I get no errors. It seems that you have a response that is not expected by any of the tools you've tried so far. Could you post the console output here? But please make sure to remove any private information like the phone number, etc.

dhojayev commented 2 months ago

Hey @ToSa27, Do you still face the issue? If not - I will close the issue

ToSa27 commented 2 months ago

I can't reproduce the error message anymore using the same executable - so maybe it was a glitch on the TradeRepublic server side. I still have the logs with the error but probably not worth digging into it as it does not happen anymore.