<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/bitext/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/bitext/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 29 Nov 2011 20:35:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bitext/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Torrent file is in UTF-8 encoding</title><link>https://sourceforge.net/p/bitext/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is said in &lt;a href="http://en.wikipedia.org/wiki/Torrent_file" rel="nofollow"&gt;http://en.wikipedia.org/wiki/Torrent_file&lt;/a&gt; that the torrent file is encoded as UTF-8.&lt;/p&gt;
&lt;p&gt;I had troubles reading a torrent file containing file names with accents (éàè...)&lt;/p&gt;
&lt;p&gt;The following code works fine:&lt;br /&gt;
final jBittorrentAPI.TorrentProcessor torrentProcessor = new jBittorrentAPI.TorrentProcessor();&lt;br /&gt;
final Map&amp;lt;?, ?&amp;gt; parseTorrent = torrentProcessor.parseTorrent(torrentFile);&lt;br /&gt;
final jBittorrentAPI.TorrentFile jBittorrentFile = torrentProcessor.getTorrentFile(parseTorrent);&lt;br /&gt;
String name = (String) jBittorrentFile.name.get(i);&lt;br /&gt;
String nameAsUtf8 = new String(name.getBytes(), "UTF-8");&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cyril C.</dc:creator><pubDate>Tue, 29 Nov 2011 20:35:55 -0000</pubDate><guid>https://sourceforge.net058d93c0a9e40c8087da6aaf1fa8a0919db1f8f3</guid></item><item><title>Peers.xml is damaged</title><link>https://sourceforge.net/p/bitext/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when many BT clients works ,the peers.xml would be damaged that make the BT server crashed. I think this is the peers.xml updated problem if there are many BT clients work.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 19 Feb 2008 02:42:07 -0000</pubDate><guid>https://sourceforge.net7d38658b91448dd1fbd770e5b0a41e9ce6b6d124</guid></item><item><title>IndexOutOfBoundsException</title><link>https://sourceforge.net/p/bitext/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i'm getting IndexOutOfBoundsException in&lt;/p&gt;
&lt;p&gt;optimisticUnchoke()&lt;/p&gt;
&lt;p&gt;do-while loop iterates if p (Peer) is null, even if unchokeList is empty.&lt;/p&gt;
&lt;p&gt;do {&lt;br /&gt;
...&lt;br /&gt;
} while (p == null &amp;amp;&amp;amp; !this.unchokeList.isEmpty());&lt;/p&gt;
&lt;p&gt;should fix the problem.&lt;/p&gt;
&lt;p&gt;here's the stack trace:&lt;/p&gt;
&lt;p&gt;java.lang.IndexOutOfBoundsException: Index: 0, Size: 0&lt;br /&gt;
at java.util.LinkedList.entry(LinkedList.java:365)&lt;br /&gt;
at java.util.LinkedList.remove(LinkedList.java:357)&lt;br /&gt;
at jBittorrentAPI.DownloadManager.optimisticUnchoke(DownloadManager.java:619)&lt;br /&gt;
at jBittorrentAPI.DownloadManager.unchokePeers(DownloadManager.java:608)&lt;br /&gt;
at jBittorrentAPI.DownloadManager.blockUntilCompletion(DownloadManager.java:171)&lt;br /&gt;
at jBittorrentAPI.ExampleDownloadFiles.&amp;lt;init&amp;gt;(ExampleDownloadFiles.java:65)&lt;br /&gt;
at jBittorrentAPI.ExampleDownloadFiles.main(ExampleDownloadFiles.java:83)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Bryan Yu</dc:creator><pubDate>Sun, 29 Apr 2007 23:39:27 -0000</pubDate><guid>https://sourceforge.netde16a16de0ed5f901bb86579ae457d602ecacdd2</guid></item><item><title>GET announce request incorrectly built</title><link>https://sourceforge.net/p/bitext/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Class: peerUpdater, method= contactTracker&lt;/p&gt;
&lt;p&gt;There is a '&amp;amp;' missing before 'numwant' parameter. The tracker will complain if the request is not correctly built&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dementior</dc:creator><pubDate>Fri, 09 Mar 2007 14:43:10 -0000</pubDate><guid>https://sourceforge.net044840221d31f87f29ea6995ebdb4af924d95dbc</guid></item></channel></rss>