alphanodes / additionals

Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
https://www.redmine.org/plugins/additionals
GNU General Public License v2.0
131 stars 43 forks source link

rake aborted? #174

Closed canadabri closed 8 months ago

canadabri commented 8 months ago

I am trying to configure my Redmine to fetch emails (pop3) and I am getting an error that I am not sure what to do with.

The info returned shows:

<path>.../plugins/additionals/lib/additionals/wiki_formatting/common_mark/emoji_filter.rb:7: warning: already initialized constant Additionals::WikiFormatting::CommonMark::EmojiFilter::IGNORED_ANCESTOR_TAGS
<path>.../plugins/additionals/lib/additionals/wiki_formatting/common_mark/emoji_filter.rb:7: warning: previous definition of IGNORED_ANCESTOR_TAGS was here

<path>.../additionals/lib/additionals/wiki_formatting/common_mark/smiley_filter.rb:7: warning: already initialized constant Additionals::WikiFormatting::CommonMark::SmileyFilter::IGNORED_ANCESTOR_TAGS
<path>.../plugins/additionals/lib/additionals/wiki_formatting/common_mark/smiley_filter.rb:7: warning: previous definition of IGNORED_ANCESTOR_TAGS was here
rake aborted!

So I am not certain if this is being caused by something in the additionals plugin or not, but the rake is aborted following those warnings.

Has anyone seen anything like this?

Redmine 5.1.1 additionals 3.1.0

canadabri commented 8 months ago

This can be dismissed or closed. There was something wrong but the command completes now (I suspect certain characters in the password are not valid when used in the rake task). Changing the password to something simpler did let the rake task complete, however the emails are still not processed to issues (but they are marked as read). I tested without any alphanodes plugins installed and the same issue is happening.

alexandermeindl commented 8 months ago

Hi @canadabri, ok thanks for your feedback.