<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/bitext/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/bitext/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/bitext/bugs/</id><updated>2011-11-29T20:35:55Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Torrent file is in UTF-8 encoding</title><link href="https://sourceforge.net/p/bitext/bugs/4/" rel="alternate"/><published>2011-11-29T20:35:55Z</published><updated>2011-11-29T20:35:55Z</updated><author><name>Cyril C.</name><uri>https://sourceforge.net/u/cyrilc81/</uri></author><id>https://sourceforge.net058d93c0a9e40c8087da6aaf1fa8a0919db1f8f3</id><summary type="html">&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;</summary></entry><entry><title>Peers.xml is damaged</title><link href="https://sourceforge.net/p/bitext/bugs/3/" rel="alternate"/><published>2008-02-19T02:42:07Z</published><updated>2008-02-19T02:42:07Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7d38658b91448dd1fbd770e5b0a41e9ce6b6d124</id><summary type="html">&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;</summary></entry><entry><title>IndexOutOfBoundsException</title><link href="https://sourceforge.net/p/bitext/bugs/2/" rel="alternate"/><published>2007-04-29T23:39:27Z</published><updated>2007-04-29T23:39:27Z</updated><author><name>Mark Bryan Yu</name><uri>https://sourceforge.net/u/vafada/</uri></author><id>https://sourceforge.netde16a16de0ed5f901bb86579ae457d602ecacdd2</id><summary type="html">&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;</summary></entry><entry><title>GET announce request incorrectly built</title><link href="https://sourceforge.net/p/bitext/bugs/1/" rel="alternate"/><published>2007-03-09T14:43:10Z</published><updated>2007-03-09T14:43:10Z</updated><author><name>dementior</name><uri>https://sourceforge.net/u/dementior/</uri></author><id>https://sourceforge.net044840221d31f87f29ea6995ebdb4af924d95dbc</id><summary type="html">&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;</summary></entry></feed>