~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check out MALmap, a network graph of MAL recommendations.
See the MALmap Forum Topic for more info.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It looks great my only suggestion would making it mobile friendly. I cant click anything with my fat fingers and cant read anything since the font is small.
same error with user_export_manga.py line 134 and i also got this error
Traceback (most recent call last):
File "user_export_manga.py", line 50, in <module>
tree = ET.fromstring(response.content)
File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 1320, in XML
parser.feed(text)
xml.etree.ElementTree.ParseError: syntax error: line 1, column 49
couldn't fix the xml parsing error. encoding might be the culprit.
hello i wanted to try malmap again and downloaded your script i got one small error
user_export.py:157: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if genre_str is not '':
i just changed it with != as it read and the error is gone. so you can patch that.
updated and now I got a parsing error
Traceback (most recent call last):
File "user_export.py", line 106, in <module>
cur_url = '<a href="https://myanimelist.net/anime/' + str(cur_id) + '">' + a
.name.encode('utf-8') + '</a>'
TypeError: must be str, not bytes
updated again now it can't open data.json the file is in the directory
File "user_export.py", line 85, in <module>
with open('data.json') as data_file:
FileNotFoundError: [Errno 2] No such file or directory: 'data.json'
just updated the script this is what happens after I enter my name
Traceback (most recent call last):
File "user_export.py", line 69, in <module>
if user_list.has_key(cur_id):
AttributeError: 'dict' object has no attribute 'has_key'
ok I updated the script but for some reason it can't load save.p
the file is there
line 17, in <module>
anime_list = pickle.load(open('save.p', 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: 'save.p'
All Comments (18) Comments
Traceback (most recent call last):
File "user_export_manga.py", line 50, in <module>
tree = ET.fromstring(response.content)
File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 1320, in XML
parser.feed(text)
xml.etree.ElementTree.ParseError: syntax error: line 1, column 49
couldn't fix the xml parsing error. encoding might be the culprit.
user_export.py:157: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if genre_str is not '':
i just changed it with != as it read and the error is gone. so you can patch that.
it definitely deserves one.
Traceback (most recent call last):
File "user_export.py", line 106, in <module>
cur_url = '<a href="https://myanimelist.net/anime/' + str(cur_id) + '">' + a
.name.encode('utf-8') + '</a>'
TypeError: must be str, not bytes
File "user_export.py", line 85, in <module>
with open('data.json') as data_file:
FileNotFoundError: [Errno 2] No such file or directory: 'data.json'
Traceback (most recent call last):
File "user_export.py", line 69, in <module>
if user_list.has_key(cur_id):
AttributeError: 'dict' object has no attribute 'has_key'
the file is there
line 17, in <module>
anime_list = pickle.load(open('save.p', 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: 'save.p'