You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using robobrowser to download a .csv file form a web page with login. The issue is when downloading the text, I'm missing a few lines. It's always the same lines that are missing. I get no errors during parsing of the data. Downloading the data manually from the web side I get all lines that I expects.
Hi,
I'm using robobrowser to download a .csv file form a web page with login. The issue is when downloading the text, I'm missing a few lines. It's always the same lines that are missing. I get no errors during parsing of the data. Downloading the data manually from the web side I get all lines that I expects.
rb.follow_link('Download CSV')
lines = tb.parsed.text.replace("\r\n", "\n").split("\n")
Hope you can help.
Kind regards
The text was updated successfully, but these errors were encountered: