Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #26

Open
jason-firth opened this issue Oct 15, 2018 · 0 comments
Open

Error #26

jason-firth opened this issue Oct 15, 2018 · 0 comments

Comments

@jason-firth
Copy link

Traceback (most recent call last):
File "give_it_away_now.py", line 18, in
asyncio.get_event_loop().run_until_complete(main())
File "/usr/lib/python3.5/asyncio/base_events.py", line 466, in run_until_complete
return future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "give_it_away_now.py", line 7, in main
ga_page = await ga_bot.login()
File "/home/pi/amazon/lib/giveaway.py", line 49, in login
self.browser = await get_browser()
File "/home/pi/amazon/lib/giveaway.py", line 32, in get_browser
return await launch(headless=False)
File "/home/pi/.local/lib/python3.5/site-packages/pyppeteer/launcher.py", line 200, in launch
return (await Launcher(options, **kwargs).launch())
File "/home/pi/.local/lib/python3.5/site-packages/pyppeteer/launcher.py", line 116, in launch
self.proc = subprocess.Popen(self.cmd, **options)
File "/usr/lib/python3.5/subprocess.py", line 676, in init
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
OSError: [Errno 8] Exec format error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant