Download tracking
complete
Amrayu78
complete
Amrayu78
Max Romanchenko some issues for you to check when you get the chance.
Max Romanchenko
Amrayu78 I can see users downloading the same file multiple times, but I cannot determine if downloads actually failed - the logging only tracks initiation, not completion.
Possible causes:
- Gofile API issues - Temporary server errors, rate limits, or timeouts on their side
- User network issues - Connection drops or browser problems interrupting downloads
I've tested extensively in Chrome and Firefox and cannot reproduce any failures. Downloads work successfully every time on my end.
I understand this may not work smoothly for everyone, but everything I do through the API ultimately gives me a direct link to the file, and after that I have no control over what happens - there may be restrictions or failures on the GoFile server side that are beyond my reach.
It would be very helpful to get a screenshot or screen recording of the exact error they're seeing - this would help us understand where the problem is coming from and whether it's a Gofile error, browser error, or something else.
___
Regarding visible URL on hover:
Yes, this is expected. The links are Gofile Direct Links with domain restriction for drama-otaku.com. The URL is visible (standard browser behavior), but cannot be accessed outside our website - Gofile returns: "Access denied from this domain."
For example, here is a direct link to "Rewrite" Movie, which is visible when hovering:
___
Regarding the "Rewrite" Movie issue:
The "site not accessible error" might be:
Temporary Gofile server issue, ISP/DNS blocking, Browser extension interference...
Please ask the user to try:
- Different browser or incognito mode
- Disable browser extensions temporarily
- Wait a few minutes and retry
If the issue persists for specific files, let me know which ones.
Amrayu78
Max Romanchenko Thanks for the explanation. I'm just thinking about the download rate-limiting feature we have in the pipeline.
Is it possible to consolidate multiple clicks for a file if done within 1 hour?
Most users who have issues, will try to click and download in succession based on the logs I've seen.
The goal is to not artificially bloat their actual download MB and only count 1 successful download towards their quota.
Max Romanchenko
Amrayu78
This is an interesting and good solution. I implemented it.
Thank you for the idea!