[nodebb-plugin-imgur] Imgur Plugin
-
Updated to latest tonight and getting an error again. @baris was anything changed?
1/12 22:01 [18479] - error: [plugins] Problem executing hook: filter:uploadImage err: Error at Request._callback (/srv/forums/node_modules/nodebb-plugin-imgur/index.js:104:15) at Request.self.callback (/srv/forums/node_modules/request/request.js:372:22) at Request.emit (events.js:98:17) at Request.<anonymous> (/srv/forums/node_modules/request/request.js:1317:14) at Request.emit (events.js:117:20) at IncomingMessage.<anonymous> (/srv/forums/node_modules/request/request.js:1265:12) at IncomingMessage.emit (events.js:117:20) at _stream_readable.js:943:16 at process._tickDomainCallback (node.js:463:13)
-
I tried installing this plugin today but I am getting this error as soon as I hit the install button:
Failed to parse json Unexpected token <
This is on NodeBB v0.5.7 hosted on nodebb.com
EDIT: after upgrading to 0.6.0 it is working
-
do images ever expire on imgur?
-
@baris said:
I think they used to delete if the image was not accessed at least once every six months. But they changed it so they never delete an image unless requested.
Can confirm. Imgur indeed doesn't delete unless requested. The screenshots I made and uploaded by ShareX from 3 months ago are still able to be seen.
-
Hello all!
First of all, english isnt my native language,
I am trying to use this plugin nodebb-plugin-embed-imgur, i have passed 2 days trying and is impossible
He is giving this error :
3/9 18:45 [6470] - error: /admin/plugins/imgur/oauth
TypeError: Cannot call method 'hasOwnProperty' of undefined
at appendFormValue (/home/XX/nodebb/node_modules/request/request.js:340:17)
at Request.init (/home/XX/nodebb/node_modules/request/request.js:354:11)
at new Request (/home/XX/nodebb/node_modules/request/request.js:140:8)
at request (/home/XX/nodebb/node_modules/request/index.js:55:10)
at Function.post (/home/XX/nodebb/node_modules/request/index.js:63:12)
at authorize (/home/XX/nodebb/node_modules/nodebb-plugin-imgur/index.js:68:11)
at Layer.handle [as handle_request] (/home/chollodiario/nodebb/node_modules/express/lib/router/layer.js:95:5)
at next (/home/XX/nodebb/node_modules/express/lib/router/route.js:131:13)
at Route.dispatch (/home/XX/nodebb/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/home/XXX/nodebb/node_modules/express/lib/router/layer.js:95:5)Thanks!
-
This is a crazy contingency question; I doubt it'd ever happen but what if Imgur closed down and we were told to download our images from their server, could we dump them all into a folder on our own server and somehow get them to display?
-
@henrywright that is why I host images on my server. The other reason is that I can put the images through some software to make them smaller in kilobytes.
-
@henrywright How many images do you host? 20 GB would be enough for some years for a small forum.
-
I'm surprised DO doesn't have a feature to pay for more disk space separate from upgrading to the next tier. It's a little crazy actually.
-
I'm pretty sure if you pay for the next tier. Your storage doesn't change. Thought it was just ram. Guess I've never really looked. A CDN is definitely a better option than self hosting. Keeps the requests to your VPS down.
Would be great if images went through compressor.io before being uploaded to imgur. Wouldn't be so good with high quality images. Guesa you could just do it with the jpgs. Since they're already compressed.
-
@a_5mith said:
A CDN is definitely a better option than self hosting. Keeps the requests to your VPS down.
Not in every case. I have an overpowered server with a SSD and my visitors are from smaller country, which keeps the user-server distance small. I also have more control over the images, but imgur is really good and I would take if I hadn't such a server.
Would be great if images went through compressor.io before being uploaded to imgur.
That is a very good idea, I like tinypng.com though