Opened 12 years ago

Last modified 11 years ago

#3878 assigned defect

Browse gets LOAD_FAILED after a download starts

Reported by: humitos Owned by: humitos
Priority: Normal Milestone: Unspecified
Component: Browse Version: Unspecified
Severity: Unspecified Keywords:
Cc: manuq Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Steps to reproduce it:

  1. Open Browse
  2. Download this video
  3. Look at the log output

Issue:

This is written into the log

** (sugar-activity:22899): CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed

I added the Webkit's LoadStatus value to see what was happening:

1347309820.382559 DEBUG root: ### STATUS: <enum WEBKIT_LOAD_FAILED of type WebKitLoadStatus>

Expected behaviour:

Handle this error if something wrong is happening.

Useful link:

Attachments (1)

0001-Don-t-call-.start-after-.set_destination_uri-SL-3878.patch (1.1 KB) - added by humitos 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by manuq

  • Cc humitos removed
  • Owner changed from erikos to humitos
  • Status changed from new to assigned

comment:2 Changed 11 years ago by manuq

According to commit f96848a9 _download.start() is needed because:

        # We have to start the download to get 'total-size'
        # property. It not, 0 is returned
Note: See TracTickets for help on using tickets.