Yeah that's because I'm not going to keep trying obviously when it isn't working, heres a fresh message:
2016-10-15 11:43:24,108 :Exception ignored in: <bound method Service.__del__ of <selenium.webdriver.phantomjs.service.Service object at 0x7f6a0f81a940>>
2016-10-15 11:43:24,123 :Traceback (most recent call last):
2016-10-15 11:43:24,123 : File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/common/service.py", line 151, in __del__
2016-10-15 11:43:24,124 : self.stop()
2016-10-15 11:43:24,124 : File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/common/service.py", line 123, in stop
2016-10-15 11:43:24,125 : if self.process is None:
2016-10-15 11:43:24,125 :AttributeError: 'Service' object has no attribute 'process'
2016-10-15 11:43:26,667 :Exception on /account [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/common/service.py", line 62, in start
stdout=self.log_file, stderr=self.log_file)
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
PermissionError: [Errno 13] Permission denied
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/jussodev/mysite/views.py", line 38, in accInfo
accbal=getAccBal()
File "/home/jussodev/mysite/views.py", line 13, in getAccBal
browser = webdriver.PhantomJS("/home/jussodev/mysite/bin")
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/phantomjs/webdriver.py", line 51, in __init__
self.service.start()
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/common/service.py", line 74, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'bin' executable may have wrong permissions.
[edited by admin: formatting]