2013-05-08, 07:50
Anyone else seeing this in their log? Sometimes a video will play for 2 minutes then dropout, sometimes 10, sometimes they finish.
According to libcurl docs:
Nothing wrong with my internet, playing a video via a browser works fine.
Code:
15:42:46 T:140467158574848 WARNING: FillBuffer: curl failed with code 18
15:42:46 T:140467158574848 WARNING: FillBuffer: Reconnect, (re)try 1
15:42:47 T:140467158574848 WARNING: FillBuffer: curl failed with code 18
15:42:47 T:140467158574848 WARNING: FillBuffer: Reconnect, (re)try 2
15:42:47 T:140467158574848 WARNING: FillBuffer: curl failed with code 18
15:42:47 T:140467158574848 WARNING: FillBuffer: Reconnect failed!
According to libcurl docs:
Code:
CURLE_PARTIAL_FILE (18)
A file transfer was shorter or larger than expected. This happens when the server first reports an expected transfer size, and then delivers data that doesn't match the previously given size.
Nothing wrong with my internet, playing a video via a browser works fine.