You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: