Alboali
Posts: 1
Joined: Fri Feb 10, 2017 8:47 pm

Missing scraped data on RPi 3

Fri Feb 10, 2017 9:00 pm

Hello, i just bought a RPi 3 to run my python script 24/7 on it..
the code has a read and write data to a .txt when i run the script on my PC it works fine
but on the RPi 3 it works without an error but it doesn't write all the scraped data using requests.get
i tried to upgrade and update RPi 3 but it doesn't helped, any help?

pcmanbob
Posts: 9612
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: Missing scraped data on RPi 3

Sat Feb 11, 2017 11:10 am

Alboali wrote:Hello, i just bought a RPi 3 to run my python script 24/7 on it..
the code has a read and write data to a .txt when i run the script on my PC it works fine
but on the RPi 3 it works without an error but it doesn't write all the scraped data using requests.get
i tried to upgrade and update RPi 3 but it doesn't helped, any help?
Hi.

So apart from telling us that its not writing all the data you have told us nothing about how you are doing this.
if you want help the first thing you need to do is Post Your Python Script.

please use code tags to post python scripts.
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: Missing scraped data on RPi 3

Sat Feb 11, 2017 11:22 am

As well as posting your script, can you also confirm how you are starting your script.
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

Return to “Python”