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
{{ message }}
This repository has been archived by the owner on May 21, 2022. It is now read-only.
Traceback (most recent call last):
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 616, in
run()
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 612, in run
asyncio.run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 603, in main
await asyncio.gather(*tasks)
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 530, in reddit_client_task
async with RedditPlaceClient(session, username, password, user_agent) as place_client:
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 238, in aenter
raise Exception("Could not obtain access token.")
Exception: Could not obtain access token.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 616, in
run()
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 612, in run
asyncio.run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 603, in main
await asyncio.gather(*tasks)
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 530, in reddit_client_task
async with RedditPlaceClient(session, username, password, user_agent) as place_client:
File "/home/sam/placeNL/rPlace2022/PlaceNL.py", line 238, in aenter
raise Exception("Could not obtain access token.")
Exception: Could not obtain access token.
The text was updated successfully, but these errors were encountered: