adriengibrat / torrent-rw

php5 class to read and write .torrent files
GNU General Public License v3.0
324 stars 104 forks source link

Problem with some torrents #12

Closed AntonShevchuk closed 12 years ago

AntonShevchuk commented 12 years ago

Hi, I have a problem with some torrents - I received error "Non-digit characters in integer" on line 535 If commented lines 530 and 534 - all works correct (in other words if system see i-1e it throws exception)

adriengibrat commented 12 years ago

Thanks to report this. I can't reproduce the bug: no exception when decoding 'i-1e', I got -1, as expected! could you provide a torrent or a link to a torrent that generate an exception?

AntonShevchuk commented 12 years ago

I sent torrent files to your email (I found it in comments)

RADiActive commented 12 years ago

Hey! Our users have a similar problem. You can use the attached file to track the error and hopefully fix it.

---cut--- adriengibrat, ok thank you

adriengibrat commented 12 years ago

@RADiActive please, don't use external link, use github fork and pull request!