After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629207 - [REGRESSION] can't load project with http-sourced images
[REGRESSION] can't load project with http-sourced images
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Media library
Git
Other Linux
: Normal blocker
: 0.14
Assigned To: Thibault Saunier
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-09 19:05 UTC by unixgamerocker
Modified: 2010-12-10 17:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not let user import http-sourced images for now. When we get a downloader, we will be able to download images locally easily befor importing them (3.08 KB, patch)
2010-12-08 16:28 UTC, Thibault Saunier
none Details | Review

Description unixgamerocker 2010-09-09 19:05:54 UTC
I can no longer load my project with files from http sources in pitivi git. I am reasonably sure I was able to do so with 0.13.4. 

Steps to reproduce:
1. start empty project.
2. drag image from firefox into pitivi. it will import fine.
3. save project.
4. attempt to reopen project.

Result:
Project opening fails and I cannot access my project at all. An error message on opening my project that the source for the file cannot be opened is generated. 

Desired result:
Project open should succeed and my http-sourced files should reimport assuming the files are still available on the web.

Acceptable interim results:
- If pitivi cannot open an http-sourced file (or some other file from my project) when opening my project I should be allowed to ignore that specific file import and continue loading the project.
- If pitivi does not allow http-sourced files I should not be allowed to import that file, or a warning should be produced that I will not be able to reopen my project / import http-sourced files.
Comment 1 Edward Hervey 2010-09-09 19:08:14 UTC
Confirmed. Seems to be a stupid issue in refusing to load non-file:// URI (which we should allow. No idea when that broke though.
Comment 2 Thibault Saunier 2010-12-08 16:28:27 UTC
Created attachment 176075 [details] [review]
Do not let user import http-sourced images for now. When we get a downloader, we will be able to download images locally easily befor importing them
Comment 3 Thibault Saunier 2010-12-10 17:29:22 UTC
commit 7567fb91372b4647501a10ad1c886241db72dac7
Author: Thibault Saunier <thibault.saunier@collabora.co.uk>
Date:   Wed Dec 8 17:25:07 2010 +0100 
sourcelist: Do not let user import http-source images bug #629207