PiRSquared17 / folders2flickr

Automatically exported from code.google.com/p/folders2flickr
0 stars 0 forks source link

Upload error - urllib2.HTTPError #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start uploader.py
2. Waiting to upload first image
3.

What is the expected output? What do you see instead?
Expecting to have photos uploaded.
2014-06-27 23:45:31,301 DEBUG Started
2014-06-27 23:45:36,528 DEBUG Getting EXIF for 
D:\Képek\2007\barcelona\S6002430.jpg
2014-06-27 23:45:36,857 DEBUG Uploading image 
D:\Képek\2007\barcelona\S6002430.jpg
2014-06-27 23:45:50,214 ERROR (<class 'urllib2.HTTPError'>, HTTPError(), 
<traceback object at 0x0000000003081688>)

What version of the product are you using? On what operating system?
1.0 python version, not exe, windows 8,1, 

Please provide any additional information below.
the traceback object is always a different number.
I'm using the python version, because I needed to comment out that reshelf 
feature, because I'm uploading lots of pictures at the same time.
The uploading was working fine for a couple of hours, and then suddenly started 
to produce this error. 
Restarted application. Restarted computer. Issue still present.

Original issue reported on code.google.com by soosg...@gmail.com on 27 Jun 2014 at 10:53

GoogleCodeExporter commented 9 years ago
I have the same problem with both Ubuntu 12.04 (python version) and Windows 7 
(standalone binary version). Possibly related to 
https://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/ 
?

Original comment by lchy...@gmail.com on 7 Jul 2014 at 10:50

GoogleCodeExporter commented 9 years ago
I experience the same issue with ubuntu 14.04 and python 2.7.6. 

Original comment by jensmah...@gmail.com on 7 Jul 2014 at 2:45

GoogleCodeExporter commented 9 years ago
I also have the same problem on OS X 10.9.4 and python 2.7.8

Original comment by arnaud.f...@gmail.com on 7 Jul 2014 at 5:14

GoogleCodeExporter commented 9 years ago
Modifying uploadr.py to use ssl apis works fine:
line 80: "http://flickr.com/services/" -> "https://flickr.com/services/"

Original comment by arnaud.f...@gmail.com on 7 Jul 2014 at 5:26

GoogleCodeExporter commented 9 years ago
What about the flickr.py? There you can find also a flickr URL:
...
HOST = 'http://flickr.com'
API = '/services/rest'
...

Original comment by jensmah...@gmail.com on 9 Jul 2014 at 7:13

GoogleCodeExporter commented 9 years ago
Guys, please release a fixed version, bacause without it this app is useless.

Original comment by di2...@gmail.com on 18 Sep 2014 at 4:46