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 has been archived by the owner on Sep 27, 2021. It is now read-only.
@{links} Get Links From Email ${LATEST}
${emailurls} get length ${links}
run keyword if "${emailurls}" == "0" FAIL No Emails Found in inbox for user ${email}
: FOR ${link} IN @{links}
${status} run keyword and return status should not contain ${link} youtube #Skip youtube link
Run keyword if "${status}" == "False" Continue for Loop
Run keyword if "${status}" == "True" set test variable ${inviteurl} ${link}
LOG ${link}
Mark As Read
The text was updated successfully, but these errors were encountered:
On some emails I'm reading, I get a unicode error like below. Any ideas why or how I can fix?
20160210 10:22:17.647 : FAIL : UnicodeDecodeError: 'ascii' codec can't decode byte 0x97 in position 391: ordinal not in range(128)
The URL looks like this:
https://d2.glip.net:20010/r?t=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJ0b2tlbl9pZCI6MTQ1NTExNzAzNzUwOSwidHlwZSI6InNpZ25pbiIsInVpZCI6MTU5NzQ0MywiZW1haWwiOiJ3bTJAYm9yYXNpLmNvbSIsImlhdCI6MTQ1NTExNzAzNywiaXNzIjoiZDIuZ2xpcC5uZXQiLCJzdWIiOiJnbGlwIn0.srS3ufobJzfg1or1Om1utHaPgPFYNrPXi_vGiDK6q86exJ3WIYeW3sm0XkZrIycS3tKg3wuIb0ajhzJGsRxepg&invite_id=1455117037697&inviter_id=1589251&company_id=958465&activate=1&utm_campaign=email&utm_source=invite
RF CODE
@{links} Get Links From Email ${LATEST}
${emailurls} get length ${links}
run keyword if "${emailurls}" == "0" FAIL No Emails Found in inbox for user ${email}
: FOR ${link} IN @{links}
${status} run keyword and return status should not contain ${link} youtube #Skip youtube link
Run keyword if "${status}" == "False" Continue for Loop
Run keyword if "${status}" == "True" set test variable ${inviteurl} ${link}
LOG ${link}
Mark As Read
The text was updated successfully, but these errors were encountered: