Opened 14 years ago
Closed 14 years ago
#370 closed defect (notabug)
Can't open pdf after downloading from Browsev103 using Readv52
Reported by: | BryanWB | Owned by: | erikos |
---|---|---|---|
Priority: | High | Milestone: | Unspecified |
Component: | Browse | Version: | Unspecified |
Severity: | Critical | Keywords: | |
Cc: | Distribution/OS: | OLPC | |
Bug Status: | New |
Description
I can't open any pdf after downloading thru browse. The pdf does not appear to complete downloading
I used this link for testing:
http://orgmode.org/org.pdf
Read can open a pdf from a USB stick
I am using a custom XO build based on OLPC staging build 32 http://dev.laptop.org/~bert/staging/32
Here is some text from the org.laptop.Web-Activity1.log. I have also attached the log file
Traceback (most recent call last):
File "/usr/lib/xulrunner-1.9/python/xpcom/server/policy.py", line 277, in _CallMethod_
return 0, func(*params)
File "/home/olpc/Activities/Browse.activity/downloadmanager.py", line 136, in init
view = hulahop.get_view_for_window(dom_window)
AttributeError: 'module' object has no attribute 'get_view_for_window'
ERROR:xpcom:Unhandled exception calling 'int8 onStateChange(in nsISomething, in nsISomething, in uint32, in uint32);'
Traceback (most recent call last):
File "/usr/lib/xulrunner-1.9/python/xpcom/server/policy.py", line 277, in _CallMethod_
return 0, func(*params)
File "/home/olpc/Activities/Browse.activity/downloadmanager.py", line 154, in onStateChange
self._activity.add_alert(alert)
AttributeError: Download instance has no attribute '_activity'
Attachments (1)
Change History (5)
Changed 14 years ago by BryanWB
comment:1 Changed 14 years ago by BryanWB
- Component changed from sugar to Browse
comment:2 Changed 14 years ago by BryanWB
comment:3 Changed 14 years ago by tomeu
Yeah, seems like those new Browse versions depend on Sugar 0.84. When we move to addons.sl.o for good, every activity bundle will be marked with the Sugar versions that it has been tested as working.
comment:4 Changed 14 years ago by tomeu
- Resolution set to notabug
- Status changed from new to closed
Have same problem w/ Browse v102.
I switched back to Browse 92 and I can download pdfs fine.