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
Exception happened during processing of request from ('127.0.0.1', 36776)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 652, in init
self.handle()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
File "http_api.py", line 61, in do_GET
open_new_tab(liw.authentication.authorization_url)
File "/home/sayali/lib/python2.7/site-packages/linkedin/linkedin.py", line 101, in authorization_url
qsl = ['%s=%s' % (quote(k), quote(v)) for k, v in qd.items()]
File "/usr/lib/python2.7/urllib.py", line 1286, in quote
raise TypeError('None object cannot be quoted')
TypeError: None object cannot be quoted
What is wrong here?
The text was updated successfully, but these errors were encountered:
When i execute the "http_api.py" i am getting the following error.The error is like this
$ python http_api.py
Server started on port: 8080
127.0.0.1 - - [17/Apr/2018 19:09:27] "GET /favicon.ico HTTP/1.1" 200 -
Exception happened during processing of request from ('127.0.0.1', 36776)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 652, in init
self.handle()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
File "http_api.py", line 61, in do_GET
open_new_tab(liw.authentication.authorization_url)
File "/home/sayali/lib/python2.7/site-packages/linkedin/linkedin.py", line 101, in authorization_url
qsl = ['%s=%s' % (quote(k), quote(v)) for k, v in qd.items()]
File "/usr/lib/python2.7/urllib.py", line 1286, in quote
raise TypeError('None object cannot be quoted')
TypeError: None object cannot be quoted
What is wrong here?
The text was updated successfully, but these errors were encountered: