KIDJourney / TiebaManager

Auto manage tool for baidu tieba
44 stars 6 forks source link

there is an error when I running it. #4

Open redapple0204 opened 7 years ago

redapple0204 commented 7 years ago

/usr/lib/python3.6/site-packages/bs4/init.py:181: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently. The code that caused this warning is on line 16 of the file main.py. To get rid of this warning, change code that looks like this: BeautifulSoup([your markup]) to this: BeautifulSoup([your markup], "html.parser") markup_type=markup_type))

KIDJourney commented 7 years ago

Well, it's not a error at all. while initializing the beautiful soup without specifying the parser it use, it will report the warning.

The project is unusable at present because of the bug that post can't be deleted in wap mode.

When Baidu fix it the project may be back to work.