Skip to content

Fehlermeldung wenn der übergebene Botname für die Konfiguration ungültig ist #1

Description

@powerdan

Aktuell passiert folgendes

MensierBot starting up!
Codename: rabbit nom noms carrots
[WARNING] 
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297)
    at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.IllegalArgumentException: since_id should be positive integer. passed:0
    at twitter4j.Paging.setSinceId(Paging.java:197)
    at twitter4j.Paging.<init>(Paging.java:141)
    at de.tech42.mensierbot.Bot.runBot(Bot.java:84)
    at de.tech42.mensierbot.App.main(App.java:19)
    ... 6 more

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions