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
When I run this, I receive the following response, any idea why?
C:\Python27\Scripts\Okta>get_all_active_users.py
Traceback (most recent call last):
File "C:\Python27\Scripts\Okta\get_all_active_users.py", line 104, in
DownloadSFUsers()
File "C:\Python27\Scripts\Okta\get_all_active_users.py", line 99, in DownloadSFUsers
writer.writerow([firstName,lastName,email,login])
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Hi there,
When I run this, I receive the following response, any idea why?
C:\Python27\Scripts\Okta>get_all_active_users.py
Traceback (most recent call last):
File "C:\Python27\Scripts\Okta\get_all_active_users.py", line 104, in
DownloadSFUsers()
File "C:\Python27\Scripts\Okta\get_all_active_users.py", line 99, in DownloadSFUsers
writer.writerow([firstName,lastName,email,login])
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: