I'm late to replay, we had rough start of year in my country (earthquakes and stuff) so i was preoccupied with offline duties.
Anyway, yes i saw it but not being updated in some closer date time i did not give it much thoughts and i discarded it quiet fast. Thanks on your message, i will take a look at it and see if i can build exporter for my current forum.
[nodebb-plugin-imgur] Imgur Plugin
-
@TaLoche said in [nodebb-plugin-imgur] Imgur Plugin:
Hello and thanks for the great plugin!
I've noticed that since my upgrade to Nodebb v1.4.x when uploading an image with the imgur plugin, before I had a lovely percent progression, 1% to 100% now I just have a "100%" mention next to the imgur link being generated.
Is there a way to correct this or did I do something wrong?
100% is not done. That means it uploaded 100% but the system has not yet returned the URL.
Just wait until it switches to the URL.
But because it is hard to explain this to users, it would be better if the plugin changed from 100% to waiting or something so people know it is not done.
-
@damian said in [nodebb-plugin-imgur] Imgur Plugin:
@TaLoche I have the same problem on mobile. It works fine on desktop but on mobile I get
"Error
Something went wrong when parsing the server response."
I never have any problems from mobile.
Imgur occasionally has load problems and you will see this error then.
If you try to load imgur manually you will see their overloaded message.
-
One thing I would like is if the plugin can detect that a new topic post has no category selected yet and do something about it.
I cannot count the number of times I have made a new post on mangolassi.it and added an image before selecting the category.
This causes the image upload to fail with a permission error. After it has sent everything to imgur.
-
We need to change the image upload setting from per category to a global privilege. https://github.com/NodeBB/nodebb-plugin-composer-default/issues/62
-
@JaredBusch I'll see if I can put some info together on this and report back. I just got a local (dev) install running of my forum so I can run with debug output and see what I can get. It's still happening.
Stay tuned, and thanks for the reply.
-
New problem with this plugin after upgrading to NodeBB 1.10.2 and plugin version 1.0.2
https://github.com/barisusakli/nodebb-plugin-imgur/issues/35
-
Is the imgur service free? What are my options if I dont want to store images in the forum on the same host where nodebb is running.
Does someone have a link to a page that is using this plugin?
-
Error
invalid-refresh-token
-
@zaasmi Same.
All these steps are OK (with adding /oauth after http://yourforum.com/admin/plugins/imgur) but not the last
When I allow access I don't return to the ACP but to an error page :
(sorry, french forum)and when I try to load an image I have the invalid-refresh-token error.
I found this help but it did not help me.
Ideas ? Thanks.
-
-
@Origami-Bird
no one here to help @baris -
Anyone know why i'm getting this after I upgraded to 1.13? We can no longer upload images after this update from composer.
-
Could be that the plugin templates were not built? Try running
./nodebb build
and restart NodeBB. -
@julian said in [nodebb-plugin-imgur] Imgur Plugin:
Could be that the plugin templates were not built? Try running
./nodebb build
and restart NodeBB.We tried that and still not working. It isn't just Imgur. Can't access Persona settings either.
-
Released 2.0.4 (only compatible with upcoming NodeBB 1.15.0 version)
- Delete old profile image when uploading a new one
- Delete old cover image when uploading a new one
- Delete profile and cover images when user account is deleted
- Rewrite plugin to use async/await