race_urls #184
MIgnatenkoM
started this conversation in
General
race_urls
#184
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
$ python rpscrape.py
[rpscrape]> gb 2025 jumps
Traceback (most recent call last):
File "C:\Users\ignat\rpscrape\scripts\rpscrape.py", line 213, in
main()
~~~~^^
File "C:\Users\ignat\rpscrape\scripts\rpscrape.py", line 200, in main
race_urls = get_race_urls(args['tracks'], args['years'], args['type'])
File "C:\Users\ignat\rpscrape\scripts\rpscrape.py", line 53, in get_race_urls
data = loads(response.text).get('data', {})
~~~~~^^^^^^^^^^^^^^^
orjson.JSONDecodeError: unexpected character: line 2 column 1 (char 1)
Beta Was this translation helpful? Give feedback.
All reactions