-
The generated error:
```
urllib2.URLError:
```
Experienced by a user of a different smugmug system too: http://dgrin.com/showthread.php?t=258073
-
Hi
Smugpy does not seem to handle unicode well. When i use str it passes the api, but it makes the rest of the code more difficult as i am not working with unicode characters directly.
Perhaps you can…
-
Can you provide an updated example using v1.3.0 and oAuth - I've tried using the login example on the documentation tab but it shows logging in with User Name and Password however the login method onl…
-
- Any chance you have been working on an update?
-
Hi, is there a demo we can see of how users not admins will see it? I basically want to make a site similar to SmugMug but without a monthly fee to host my photography portfolio, where people can see…
-
**Elements we know about:**
- Welcome message
- Date & time
- Location
- Agenda
- Talk Submission
- Event Status (Plan --> Host)
**Themes:**
- Heavy .NET presence = metro/flat!
Some generic metro-in…
-
I'm new to the API and the great work you've been doing, but looks like when an album is greated, by default, it is put into "other" gallery and I found no way to rename that gallery or create a new g…
-
Hello, I'm trying to upload an image to flickr and receiving a `signature_invalid` error.
This code should reproduce:
``` python
def get_flickr_session():
# returns flickr session
flickr = O…
-
Hi,
I am very happy to see you are working on a SmugMug uploader. It seems you abandon the integration with `rclone`. And I think this is a good decision.
Could you please add some docs on how to …
-
Using your smugmug.py I can successfully retrieve albums, images and create new nodes as well.
However, when trying to do a simple image upload via _upload_image()_, I get the following error:
```…