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've recently started getting the following error:
Uncaught InvalidArgumentException: Offset 128 does not exist in /vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php:132
Stack trace: #0 /vendor/tustin/psn-php/src/Iterator/UsersSearchIterator.php(53): Tustin\PlayStation\Iterator\AbstractApiIterator->getFromOffset(128) #1
Tustin\PlayStation\Iterator\UsersSearchIterator->current() #2 {main} thrown in /vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php on line 132
Anyone familiar with the cause of this and how to remedy it?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
PHP Fatal error: Uncaught InvalidArgumentException: Offset 128 does not exist. in /root/psn_php_v4/vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php:156
Stack trace:
#0 /root/psn_php_v4/vendor/tustin/psn-php/src/Iterator/UsersSearchIterator.php(73): Tustin\PlayStation\Iterator\AbstractApiIterator->getFromOffset()
#1 /root/psn_php_v4/test.php(17): Tustin\PlayStation\Iterator\UsersSearchIterator->current()
#2 {main}
thrown in /root/psn_php_v4/vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php on line 156
Hi.
I've recently started getting the following error:
Uncaught InvalidArgumentException: Offset 128 does not exist in /vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php:132
Stack trace: #0 /vendor/tustin/psn-php/src/Iterator/UsersSearchIterator.php(53): Tustin\PlayStation\Iterator\AbstractApiIterator->getFromOffset(128) #1
Tustin\PlayStation\Iterator\UsersSearchIterator->current() #2 {main} thrown in /vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php on line 132
Anyone familiar with the cause of this and how to remedy it?
The text was updated successfully, but these errors were encountered: