JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
726 stars 197 forks source link

[BUG] IncompleteRead #160

Open ljn0840 opened 1 year ago

ljn0840 commented 1 year ago

google_play_scraper.VERSION 1.2.2

Describe the bug Error: PythonException: IncompleteRead(163794 bytes read) File "Library/PythonInstall/lib/http/client.py", line 584, in _readall_chunked raise b''.join(value) File "Library/PythonInstall/lib/http/client.py", line 470, in read return self._readall_chunked() File "Library/PythonInstall/lib/site-packages/google_play_scraper/utils/request.py", line 20, in _urlopen return resp.read().decode("UTF-8") File "Library/PythonInstall/lib/site-packages/google_play_scraper/utils/request.py", line 28, in get return _urlopen(url) File "Library/PythonInstall/lib/site-packages/google_play_scraper/features/app.py", line 15, in app dom = get(url) File "", line 3, in Python.Runtime.PythonException.ThrowLastAsClrException () (at <4d967fa352254671bac5c8512970d45e>:0) Python.Runtime.PythonException.ThrowIfIsNull (Python.Runtime.NewReference& ob) (at <4d967fa352254671bac5c8512970d45e>:0) Python.Runtime.PyModule.Exec (System.String code, Python.Runtime.BorrowedReference _globals, Python.Runtime.BorrowedReference _locals) (at <4d967fa352254671bac5c8512970d45e>:0) Python.Runtime.PyModule.Exec (System.String code, Python.Runtime.PyDict locals) (at <4d967fa352254671bac5c8512970d45e>:0)

Code from google_play_scraper import app

result = app( 'com.nianticlabs.pokemongo' )