Opened 11 years ago
Last modified 10 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:
- Open Browse
- Download this video
- 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)
Change History (3)
Changed 11 years ago by humitos
comment:1 Changed 11 years ago by manuq
- Cc humitos removed
- Owner changed from erikos to humitos
- Status changed from new to assigned
comment:2 Changed 10 years ago by manuq
Note: See
TracTickets for help on using
tickets.
According to commit f96848a9 _download.start() is needed because: