-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
site/jiji.py
<class 'str'>
Traceback (most recent call last):
File "site/jiji.py", line 27, in
keys = gootopic(title, body)
File "/home/ubuntu/getnews/site/mylib/gettopic.py", line 11, in gootopic
f = open(token_path, "r")
FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/getnews/../../token.json'
site/yomiuri.py
Traceback (most recent call last):
File "site/yomiuri.py", line 61, in
main()
File "site/yomiuri.py", line 28, in main
articles = articlelist.find(class_="list-top").find_all("li")
AttributeError: 'NoneType' object has no attribute 'find'
各ニュースについてでる。パスが間違ってるだけだと思う。
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on