I'm running this on Python3 mac osx.
The script start but returns following error after starting firefox and logging in.
File "LInBot.py", line 205, in <module>
Launch()
File "LInBot.py", line 38, in Launch
StartBrowser(browserChoice)
File "LInBot.py", line 98, in StartBrowser
LInBot(browser)
File "LInBot.py", line 122, in LInBot
visitedUsersFile.write(str(profileID)+'\r\n')
TypeError: a bytes-like object is required, not 'str'
I'm running this on Python3 mac osx.
The script start but returns following error after starting firefox and logging in.