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
{{ message }}
This repository was archived by the owner on Aug 29, 2019. It is now read-only.
I have been testing the Aweber api for a while now, lately i am testing the move operation and it was running fine, but all of a sudden it throws the below error
Fatal error: Uncaught exception 'AWeberAPIException' with message 'Object: None, name: ''' in C:\xampp\htdocs\aweber\aweber_api\oauth_application.php:478 Stack trace: #0 C:\xampp\htdocs\aweber\aweber_api\oauth_application.php(119): OAuthApplication->makeRequest('GET', 'https://api.awe...', Array) #1 C:\xampp\htdocs\aweber\aweber_api\aweber.php(104): OAuthApplication->request('GET', 'https://api.awe...') #2 C:\xampp\htdocs\aweber\move.php(33): AWeberAPIBase->loadFromUrl('https://api.awe...') #3 {main} thrown in C:\xampp\htdocs\aweber\aweber_api\oauth_application.php on line 478
The code is exact the same as before but the error occurred when it came across the move operation.
Is is due to some blocking in the system as i have been testing from the same IP for some time or any reason behind it.