-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum execution time of exceeded when reading torrent file #41
Comments
this doesn't have anything to do with the size of the torrent file as the class can open some 2MB torrent files however it has difficulty opening the examples I uploaded. |
I'm on vacation with poor connectivity and only my cellphone 😀I'll look
into the torrent issue as soon as i can...
--
Adrien
|
Could be related to fetching tracker Stats (server does not answer, nor
close connection), could you provide sample code that trigger the timeout
error?
--
Adrien
|
P.S. I can't open your zip file, i got Amazon S3 error
|
Hum, Line ~530 are explicitly a decode string error... it seems the silent
error system is causing an infinite loop😡
--
Adrien
|
dude just enjoy your vacation ;) |
Hi Thanks |
Hi
I'm getting the errors
PHP Fatal error: Maximum execution time of 55 seconds exceeded in /home/mojtaba/.rapidpich/lib/Torrent.class.php on line 531
it's not always the same lines however I get repeated error around same lines. I also don't know where the 55seconds come from as I'm running the script in cli mode.
The lines are mostly 539 - 543 but sometimes 520,511,476
(It's the same torrent but everytime it terminates at different line
The script does hog one CPU core at 100%.
error.zip
The torrents are rather large so this might be the same problem as
#38
but since the OP of that issue didn't provide more details I opened a new issue.
The text was updated successfully, but these errors were encountered: