Skip to content

Instantly share code, notes, and snippets.

@jeremy6d
Created November 21, 2009 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremy6d/240257 to your computer and use it in GitHub Desktop.
Save jeremy6d/240257 to your computer and use it in GitHub Desktop.
2009-11-21 14:45:43,815 [main] INFO org.monkey.pyrot.client.NzbServer - Working directory: /Library/PreferencePanes/Pyrot.prefPane/Contents/Resources/pyrot
2009-11-21 14:45:45,191 [main] DEBUG org.monkey.pyrot.client.processors.ParRepair - No path specified, executing "which par2" to determine the full path
2009-11-21 14:45:45,192 [main] INFO org.monkey.pyrot.client.processors.Unrar - What is the final command? /Library/PreferencePanes/Pyrot.prefPane/Contents/Resources/pyrot/bin/unrar
2009-11-21 14:45:45,193 [main] DEBUG org.monkey.pyrot.client.processors.ParRepair - No path specified, executing "which par2" to determine the full path
2009-11-21 14:45:45,193 [main] INFO org.monkey.pyrot.client.processors.Unrar - What is the final command? /Library/PreferencePanes/Pyrot.prefPane/Contents/Resources/pyrot/bin/unrar
2009-11-21 14:45:45,193 [main] DEBUG org.monkey.pyrot.client.NzbServer - Loaded the config file
2009-11-21 14:45:45,437 [main] INFO org.monkey.pyrot.client.NzbServer - Looking for InternetGatewayDevices ...
2009-11-21 14:45:55,685 [main] INFO org.monkey.pyrot.client.NzbServer - Found InternetGatewayDevice 'Belkin F5D8232-4 v1000'
2009-11-21 14:45:55,764 [main] INFO org.monkey.pyrot.client.NzbServer - Added port map for Pyrot from 72.82.40.222:1480 to 192.168.2.201:1480
2009-11-21 14:45:55,790 [main] INFO org.monkey.pyrot.client.NzbServer - Added port map for Pyrot Streaming from 72.82.40.222:1481 to 192.168.2.201:1481
java.lang.NoSuchMethodError: java.io.IOException: method <init>(Ljava/lang/String;Ljava/lang/Throwable;)V not found
at org.monkey.pyrot.client.YAML.load(YAML.java:42)
at org.monkey.pyrot.client.model.NzbFileInfo.readMetadata(NzbFileInfo.java:137)
at org.monkey.pyrot.client.NzbClient.addFile(NzbClient.java:556)
at org.monkey.pyrot.client.NzbClient.addFiles(NzbClient.java:538)
at org.monkey.pyrot.client.NzbClient.start(NzbClient.java:128)
at org.monkey.pyrot.client.NzbServer.start(NzbServer.java:140)
at org.monkey.pyrot.client.NzbServer.main(NzbServer.java:179)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment