derekoneil / twitter-feed-oke

A version of the twitter-feed service for use with Oracle Cloud Infrastructure Container Engine for Kubernetes
14 stars 1.17k forks source link

Could not find twitter-auth.json #12

Open TrantorT opened 3 years ago

TrantorT commented 3 years ago

I am following Oracle's HOL, but while creating the wercker pipeline i am facing this issue:

Caused by: java.lang.NullPointerException: Could not find twitter-auth.json at java.util.Objects.requireNonNull(Objects.java:228) at com.example.SampleStreamExample.(SampleStreamExample.java:53) at com.example.StaticTweets.(StaticTweets.java:23)

Tests in error: testGetStaticTweets(com.example.MyServiceTest): HTTP 500 Request failed.

This is a mock request right? Neverthless the twitter-auth.json is in ts place.

derekoneil commented 3 years ago

Hi TrantorT -- I am no longer the maintainer of this HOL... @chipbaber can you assist with this?