mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #173] UTF-8 codec cant be decoded #162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CodelessHeart on GitHub (May 19, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/173
I install according to the instructions.
`Traceback (most recent call last):
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\threadpool.py", line 167, in __run_task
thread_result.set(func(*args, **kwargs))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xca in position 8: invalid
continuation byte
2021-05-19T14:39:38Z (<ThreadPoolWorker at 0x481b670 thread_ident=0x1028 threadp
ool-hub=<Hub at 0x4404640 thread_ident=0x91c>>, <built-in function gethostbyaddr
Traceback (most recent call last):
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\Scripts\auto-py-
to-exe-script.py", line 33, in
sys.exit(load_entry_point('auto-py-to-exe==2.9.0', 'console_scripts', 'auto-
py-to-exe')())
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\auto_py_to_exe_main_.py", line 99, in run
start_ui(logging_level)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\auto_py_to_exe_main_.py", line 22, in start_ui
ui.start(config.ui_open_mode)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\auto_py_to_exe\ui.py", line 140, in start
eel.start('index.html', size=(650, 672), port=0)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\eel_init_.py", line 164, in start
run_lambda()
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\eel_init_.py", line 155, in run_lambda
return btl.run(
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\Scripts\bottle.p
y", line 3137, in run
server.run(app)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\bottle_websocket\server.py", line 17, in run
server.serve_forever()
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\baseserver.py", line 398, in serve_forever
self.start()
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\baseserver.py", line 336, in start
self.init_socket()
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\pywsgi.py", line 1546, in init_socket
self.update_environ()
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\pywsgi.py", line 1558, in update_environ
name = socket.getfqdn(address[0])
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent_socketcommon.py", line 304, in getfqdn
hostname, aliases, _ = gethostbyaddr(name)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent_socketcommon.py", line 276, in gethostbyaddr
return get_hub().resolver.gethostbyaddr(ip_address)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\resolver\thread.py", line 66, in gethostbyaddr
return self.pool.apply(_socket.gethostbyaddr, args, kwargs)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\pool.py", line 161, in apply
return self.spawn(func, *args, **kwds).get()
File "src\gevent\event.py", line 329, in gevent._gevent_cevent.AsyncResult.g
et
File "src\gevent\event.py", line 359, in gevent._gevent_cevent.AsyncResult.g
et
File "src\gevent\event.py", line 347, in gevent._gevent_cevent.AsyncResult.g
et
File "src\gevent\event.py", line 327, in gevent.gevent_cevent.AsyncResult.
raise_exception
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent_compat.py", line 65, in reraise
raise value.with_traceback(tb)
File "C:\Users\LLonB7UtV97nMVRn1w2bM656PLog19npoEhon\Python38\lib\site-package
s\gevent\threadpool.py", line 167, in __run_task
thread_result.set(func(*args, **kwargs))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xca in position 8: invalid
continuation byte`
@brentvollebregt commented on GitHub (May 20, 2021):
What version of gevent are you running?
@CodelessHeart commented on GitHub (May 23, 2021):
@brentvollebregt commented on GitHub (May 24, 2021):
Could you please use a virtual environment to install
auto-py-to-exeand then try to use the tool from this virtual environment?@github-actions[bot] commented on GitHub (Jul 24, 2021):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Jul 30, 2021):
Closing issue due to no activity in more than 60 days.