SOLVED the cause is simple... that happens because of internet limitations in Russia. love it
Problem Description
I use ajax to get data from https://streamable.com videos. It's been working fine for 1 month but some day it has started to work bad. I don't know what is cause of the problem. It could be wheter streamable's error, c2 bug, or my silly mistake.
UPD: Found that it doesn't work on chrome too (sometimes). Thought it was just phonegap problem.
UPD(2): Well... I think it'll work ok in another countries (that is bad). I'm from Russia and when I use VPN it works fine. So I'm confused now... And I should add that it's not local error. All my users are having it.
Here some screenshots:
1. Marked with red. Request was stalled for 4 min and then gave an error "net::ERR_TIMED_OUT"
2. Included some debug events. "On load error" triggers and prints "error"
3. And the config (added <access> to try to fix it)
Attach a Capx
https://www.dropbox.com/s/8hdsk44y3gnn5 ... .capx?dl=0
Description of Capx
I just call an ajax request on api data of my video (https://api.streamable.com/videos/ioukj)
Steps to Reproduce Bug
Observed Result
Request spend a lot of time in stall mode and then gives an error.
Expected Result
The medium time for the requests like this is 2-3 sec.
Here is the data I should get:
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Cordova PhoneGap: (YES)
Construct 2 Version ID
r259
P.S Sorry for my English