SDRTrunk - Unable to Login to Radio Reference

aklesh

Newbie
Joined
Apr 20, 2024
Messages
2
I've recently installed SDRTrunk on an Ubuntu system without issue. I've signed up for a premium Radio Reference subscription, but after entering my username and password into the Radio Reference tab on the SDRTrunk playlist and hitting ok (or Test Connection), I receive a java error: Cannot invoke "io.github.dsheirer.rrapi.type.UserInfo.getExpirationDate()" because "userInfo" is null.

This seems to imply that either something is not being passed to the login page, or received back from it.

I've had no issue pinging radioreference.com, logging into my Radio Reference account via the web, or any other usage of SDRTrunk. Any suggestions on what might be wrong? Thanks for the help...
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
9,821
Location
Suffolk County NY
I've recently installed SDRTrunk on an Ubuntu system without issue. I've signed up for a premium Radio Reference subscription, but after entering my username and password into the Radio Reference tab on the SDRTrunk playlist and hitting ok (or Test Connection), I receive a java error: Cannot invoke "io.github.dsheirer.rrapi.type.UserInfo.getExpirationDate()" because "userInfo" is null.


Your not alone. I get it in 060 final and 061 beta 1 on Windows 10. My username is there but password is not and always was.

Since its happening on a few past builds I have that all worked fine it may be something on Radio References side.

@DSheirer


20240421 083507.809 [sdrtrunk cached thread 1] ERROR i.g.dsheirer.util.ThreadPool - Error while executing runnable in scheduled thread pool [sdrtrunk cached thread 1] [576MB/684MB 84%]
java.lang.NullPointerException: Cannot invoke "io.github.dsheirer.rrapi.type.UserInfo.getExpirationDate()" because "userInfo" is null
at io.github.dsheirer.service.radioreference.RadioReference.login(RadioReference.java:269)
at io.github.dsheirer.service.radioreference.RadioReference.setAuthorizationInformation(RadioReference.java:334)
at io.github.dsheirer.gui.playlist.radioreference.RadioReferenceEditor.accept(RadioReferenceEditor.java:741)
at io.github.dsheirer.gui.playlist.radioreference.RadioReferenceEditor.lambda$login$1(RadioReferenceEditor.java:127)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

1713702882867.png
 

Jamessurf

Newbie
Joined
Apr 5, 2024
Messages
1
Having the same problem. Worked fine yesterday morning but i did a full uninstall of sdrtrunk and when i went to do a fresh install i get the same message logging in
 
Top