Thread: PW4 MRPI errors
View Single Post
Old 12-13-2018, 04:09 PM   #4
fllc
has been
fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.fllc ought to be getting tired of karma fortunes by now.
 
Posts: 55
Karma: 765322
Join Date: Feb 2015
Device: k2, k4nt, touch, PW2, koa2, pw4, Nook GLP 7.8
@NiLuJe, I Installed LibrarianSync manually (even re-downloaded from GitHub).

Get these errors:

Code:
Traceback (most recent call last):
  File "./generate_collections.py", line 318, in <module>
    source="folders")
  File "./generate_collections.py", line 233, in update_cc_db
    cc.execute()
  File "/mnt/us/extensions/librariansync/cc_update.py", line 112, in execute
    proxies={'no': 'pass'})
  File "/mnt/us/python/lib/python2.7/site-packages/requests/api.py", line 116, in post
    return request('post', url, data=data, json=json, **kwargs)
  File "/mnt/us/python/lib/python2.7/site-packages/requests/api.py", line 60, in request
    return session.request(method=method, url=url, **kwargs)
  File "/mnt/us/python/lib/python2.7/site-packages/requests/sessions.py", line 519, in request
    prep = self.prepare_request(req)
  File "/mnt/us/python/lib/python2.7/site-packages/requests/sessions.py", line 462, in prepare_request
    hooks=merge_hooks(request.hooks, self.hooks),
  File "/mnt/us/python/lib/python2.7/site-packages/requests/models.py", line 313, in prepare
    self.prepare_url(url, params)
  File "/mnt/us/python/lib/python2.7/site-packages/requests/models.py", line 396, in prepare_url
    if not unicode_is_ascii(host):
  File "/mnt/us/python/lib/python2.7/site-packages/requests/_internal_utils.py", line 37, in unicode_is_ascii
    assert isinstance(u_string, str)
AssertionError
Any suggestions? Thank you.
fllc is offline   Reply With Quote