zD12 / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

DCC transferToken null #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. send XDCC request

What is the expected output? What do you see instead?

The answer is :
PRIVMSG User_555 :\001DCC SEND tralala.tar 840309882 38057 10946560\001

That should give a IncomingFileTransferEvent but I got

java.lang.NullPointerException: transferToken
    at org.pircbotx.hooks.events.IncomingFileTransferEvent.<init>(IncomingFileTransferEvent.java:88)
    at org.pircbotx.dcc.DccHandler.processDcc(DccHandler.java:109)
    at org.pircbotx.InputParser.processCommand(InputParser.java:483)
    at org.pircbotx.InputParser.handleLine(InputParser.java:350)
    at org.pircbotx.PircBotX.startLineProcessing(PircBotX.java:275)
    at org.pircbotx.PircBotX.connect(PircBotX.java:236)
    at org.pircbotx.PircBotX.startBot(PircBotX.java:151)

What version of the product are you using? On what operating system?

2.0.1 on Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by jeremie....@gmail.com on 30 Dec 2013 at 5:55

GoogleCodeExporter commented 9 years ago
I think I got a little overzealous with the @NonNull requirement a few months 
ago. Fixed in Revision c2616acf3441

Original comment by Lord.Qua...@gmail.com on 27 Jan 2014 at 8:38

GoogleCodeExporter commented 9 years ago
This really is a blocking issue. Do you plan to patch it any time soon ?

Original comment by vincent....@gmail.com on 6 Apr 2014 at 12:48

GoogleCodeExporter commented 9 years ago
I have been on vacation for the past month. When I get back in a few days I 
will start going through the remaining issues and release a new version

Original comment by Lord.Qua...@gmail.com on 11 Apr 2014 at 1:24

GoogleCodeExporter commented 9 years ago
Issue 176 has been merged into this issue.

Original comment by Lord.Qua...@gmail.com on 23 May 2014 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by Lord.Qua...@gmail.com on 23 May 2014 at 3:15