Invalid token in logs

Hi,

I recently reinstalled/upgraded my PlaySMS but I keep getting the following every minute in logs?

xx.xx.xx.xx sub.domain.com 2015-10-27 10:10:57 PID562f3f9f4ae51 - L2 auth_validate_token # invalid login t:cd01680aad29bba17352f97db5d37b06 ip:xx.xx.xx.xx

I have no webservice call yet?
Although, playsms does not send any sms? All sendt sms are still in pending state, and I thought the problem may be related.

I have tested my smstools by using sendsms command and it works so smstools settings work.

Do you recognize that IP ?

Anton

Yes, it is the ip of my raspberry pi where playsms is installed.

auth_validate_token is for invalid login using token, that means failed webservices call

anton

Strange,

I keep getting these errors in logs even though I have disabled webservice.
The ip now is actually where I am accessing playsms web portal from. It keeps reporting these errors

Another problem is that, I have configured smstools and it works fine by using command sendsms…
But when sending from playsms portal, it says it is queued but it is never sendt!
Timezone is set correctly in php and I have looked everywhere.

This what it says when I send sms from playsms portal:

  • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsmsd # start processing queue_code:7c5652bae4c3a44716bfe63a8c8833ee chunk:0 queue_count:1 sms_count:1 scheduled:2015-10-30 02:03:28 uid:1 gpid:0 sender_id:WWS
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsmsd # sending queue_code:7c5652bae4c3a44716bfe63a8c8833ee smslog_id:17 to:xxxxxx6016 sms_count:1 counter:1
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsms_process # start
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 simplerate__cansend # allowed user uid:1 sms_to:xxxxxx6016 credit:1000.000 count:1 rate: charge:0 balance:1000
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsms # saving smslog_id:17 u:1 g:0 gw:smstools smsc:smstools s:WWS d:xxxxxx6016 type:text unicode:0 status:0
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsms_process # saved smslog_id:17 id:17
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 smstools_hook_sendsms # saved outfile:/out.20151030000339.0.1.17 smsc:[smstools]
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 simplerate__deduct # enter smslog_id:17
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 credit_hook_rate_setusercredit # no changes uid:1 balance:1000
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 simplerate__deduct # user uid:1 parent_uid: smslog_id:17 msglen:5 count:1 rate: charge:0 credit:1000.000 balance:1000
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 simplebilling__post # saving smslog_id:17 rate: credit:1000.000 count:1 charge:0
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 simplebilling__post # saved smslog_id:17 id:17
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsms_process # end
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsmsd # result queue_code:7c5652bae4c3a44716bfe63a8c8833ee to:xxxxxx6016 flag:1 smslog_id:17
    • 2015-10-30 02:03:39 PID5632c1e65021e - L2 sendsmsd # finish processing queue_code:7c5652bae4c3a44716bfe63a8c8833ee uid:1 sender_id:WWS queue_count:1 sms_count:1

increase the log level first to 3 (from config.php) so that we can see more information, restart playsmsd and test again

anton