Adobe-Consulting-Services / acs-aem-commons

http://adobe-consulting-services.github.io/acs-aem-commons/
Apache License 2.0
457 stars 605 forks source link

Issue With Twitter Feed Component #3152

Open Abhishek-F-Secure opened 1 year ago

Abhishek-F-Secure commented 1 year ago

Required Information

Expected Behavior

I am following the documentation https://adobe-consulting-services.github.io/acs-aem-commons/features/social/twitter/index.html#twitter-feed-component-since-160 to test the tweet feed component in ACS commons. As per the documentation, we need to enable com.adobe.acs.commons.twitter.impl.TwitterFeedScheduler and the components should be fetch the tweets

Actual Behavior

Even when I enable com.adobe.acs.commons.twitter.impl.TwitterFeedScheduler , the com.adobe.acs.commons.twitter.impl.TwitterFeedScheduler and com.adobe.acs.commons.twitter.impl.TwitterFeedUpdaterImpl are both in satisfied state and is not getting active. The logs mention that the corresponding services are not available.

Steps to Reproduce

SStep 1 . Installed the ACS commons package Step 2 . Enabled /system/console/configMgr/com.adobe.acs.commons.twitter.impl.TwitterFeedScheduler Step 3 : Check if com.adobe.acs.commons.twitter.impl.TwitterFeedScheduler and com.adobe.acs.commons.twitter.impl.TwitterFeedUpdaterImpl . This is in satisfied state

Links

Links to related assets, e.g. content packages containing test components

Abhishek-F-Secure commented 1 year ago

hi @davidjgonzalez , do you think its a valid issue? can someone help me configuring it