User talk:Gracenotes/Java code
Appearance
Problems
I've tried this bot on Wikibooks, and I've got two problems:
- Impossible to login, whereas it works with the same user and password in my Python scripts.
- When I comment the two return; supposed to block the editions when not logged, I've got this:
C:\Program Files (x86)\Java\bot>java WikiEditTest
Not logged in
Not logged in.
Exception in thread "main" java.lang.IllegalStateException: No match found
at java.util.regex.Matcher.group(Unknown Source)
at WikiEdit.editPage(WikiEdit.java:99)
at WikiEditTest.main(WikiEditTest.java:17)