Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Unknown string format #5

Open
zxr445116086 opened this issue Nov 17, 2017 · 0 comments
Open

ValueError: Unknown string format #5

zxr445116086 opened this issue Nov 17, 2017 · 0 comments

Comments

@zxr445116086
Copy link

zxr445116086 commented Nov 17, 2017

I've installed all the requirement packages. but when I run "scrapy crawl GooglePlayStore", It says

2017-11-17 10:53:11 [scrapy.core.scraper] ERROR: Spider error processing <GET https://play.google.com/store/apps/details?id=com.FDGEntertainment.TowerBoxing.gp> (referer: https://play.google.com/store/apps/collection/promotion_3001b85_impossible_games?clp=SjcKKAoicHJvbW90aW9uXzMwMDFiODVfaW1wb3NzaWJsZV9nYW1lcxAHGAMSC0dBTUVfQVJDQURF:S:ANO1ljJlLEA)
Traceback (most recent call last):
File "c:\users\jarvan\miniconda3\lib\site-packages\twisted\internet\defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "D:\Scrapy_data\mss\mss\spiders\google\playstore.py", line 80, in parse_app
if last_updated else ''),
File "c:\users\jarvan\miniconda3\lib\site-packages\dateutil\parser.py", line 1182, in parse
return DEFAULTPARSER.parse(timestr, **kwargs)
File "c:\users\jarvan\miniconda3\lib\site-packages\dateutil\parser.py", line 559, in parse
raise ValueError("Unknown string format")
ValueError: Unknown string format

I want to know how to fix this error.

@zxr445116086 zxr445116086 changed the title How to use the command ValueError: Unknown string format Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant