idno / flickr

Flickr synchronization plugin for Known
http://withknown.com/
Other
6 stars 7 forks source link

No posts to Flickr #11

Open drikkes opened 8 years ago

drikkes commented 8 years ago

Hey, I get no error messages, nothing that indicates a problem. Plugin installation, app creation, account connection - all looks good. I upload a photo, then use the "Flickr" button, pic appears on my Known site, but not at Flickr. Is it a problem that I have another app for my old account on withknown.com? Although I use different API keys. Or is that bad? I have no clue...

(No problem with the Twitter and Facebook plugins.)

drikkes commented 8 years ago

Still don't get it, why this isn't working for me. Deleted all the previous apps, disconnected my withknown.com account (which worked fine), but from my own installation the photos don't go through. No error messages, even the app stats say fine. https://www.dropbox.com/s/b8w4l9exmahbpep/Screenshot%202016-02-12%2011.52.54.png?dl=0 What am I doing wrong?

kylewm commented 8 years ago

Is there anything in your error log? It looks like the plugin should have pretty decent logging in case uploading fails.

drikkes commented 8 years ago

Sorry, I'm an admin noob. Don't even know where to find that error log. In the known backend? In the flickr API settings? Do I have to check files on my server? What does your link mean? (Sorry again, I just copy/paste code and follow instructions. But FB and Twitter work well.)

kylewm commented 8 years ago

Oh sorry, I'm referring to the server's (apache or nginx) error log, it'll be on the server, usually under something like /var/logs/apache/error.log

If you open that file, and look near the end of it, there may be a clue why Flickr is failing

On Fri, Feb 12, 2016, at 09:48 AM, -drik S. wrote:

Sorry, I'm an admin noob. Don't even know where to find that error log. In the known backend? In the flickr API settings? Do I have to check files on my server? What does your link mean? (Sorry again, I just copy/paste code and follow instructions. But FB and Twitter work well.)

— Reply to this email directly or view it on GitHub[1].

Links:

  1. https://github.com/idno/Flickr/issues/11#issuecomment-183427503
drikkes commented 8 years ago

All I find is an "access_log", which tells me nothing. You mean things like:

62.155.171.0 - - [11/Feb/2016:23:04:39 +0100] "GET /account/flickr/ HTTP/1.1" 200 19603 "http://www.drikk.es/account/settings/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36" 62.155.171.0 - - [11/Feb/2016:23:04:44 +0100] "POST /flickr/deauth HTTP/1.1" 302 - "http://www.drikk.es/account/flickr/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36"

?

kylewm commented 8 years ago

Hmm, no access.log is different and you're right it's not helpful. You may need to do a little Googling to find out where your Apache and/or PHP error logs should be; it differs depending on which Linux distribution you are using, and their configurations.

FWIW, I just verified that the Flickr plugin does work for me (latest versions of Known and the plugin)...