[GH-ISSUE #110] error #104

Closed
opened 2026-02-26 12:20:30 +03:00 by kerem · 6 comments
Owner

Originally created by @jinxx0 on GitHub (Jul 29, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/110

C:\Users\Lil\Downloads\auto-py-to-exe-master>python run.py
Traceback (most recent call last):
File "D:\Python\lib\site-packages\gevent\threadpool.py", line 142, in __run_task
thread_result.set(func(*args, **kwargs))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 0: invalid start byte
2020-07-29T09:47:53Z (<ThreadPoolWorker at 0x440eac8 thread_ident=0x3810 threadpool-hub=<Hub at 0x43ab918 thread_ident=0x335c>>, ) failed with UnicodeDecodeError

Traceback (most recent call last):
File "run.py", line 9, in
apte.run()
File "C:\Users\Lil\Downloads\auto-py-to-exe-master\auto_py_to_exe_main_.py", line 99, in run
start_ui(logging_level)
File "C:\Users\Lil\Downloads\auto-py-to-exe-master\auto_py_to_exe_main_.py", line 22, in start_ui
ui.start(config.ui_open_mode)
File "C:\Users\Lil\Downloads\auto-py-to-exe-master\auto_py_to_exe\ui.py", line 140, in start
eel.start('index.html', size=(650, 650), port=0)
File "D:\Python\lib\site-packages\eel_init_.py", line 164, in start
run_lambda()
File "D:\Python\lib\site-packages\eel_init_.py", line 155, in run_lambda
return btl.run(
File "D:\Python\lib\site-packages\bottle.py", line 3137, in run
server.run(app)
File "D:\Python\lib\site-packages\bottle_websocket\server.py", line 17, in run
server.serve_forever()
File "D:\Python\lib\site-packages\gevent\baseserver.py", line 398, in serve_forever
self.start()
File "D:\Python\lib\site-packages\gevent\baseserver.py", line 336, in start
self.init_socket()
File "D:\Python\lib\site-packages\gevent\pywsgi.py", line 1501, in init_socket
self.update_environ()
File "D:\Python\lib\site-packages\gevent\pywsgi.py", line 1513, in update_environ
name = socket.getfqdn(address[0])
File "D:\Python\lib\site-packages\gevent_socketcommon.py", line 287, in getfqdn
hostname, aliases, _ = gethostbyaddr(name)
File "D:\Python\lib\site-packages\gevent_socketcommon.py", line 259, in gethostbyaddr
return get_hub().resolver.gethostbyaddr(ip_address)
File "D:\Python\lib\site-packages\gevent\resolver\thread.py", line 66, in gethostbyaddr
return self.pool.apply(_socket.gethostbyaddr, args, kwargs)
File "D:\Python\lib\site-packages\gevent\pool.py", line 161, in apply
return self.spawn(func, *args, **kwds).get()
File "src\gevent\event.py", line 305, in gevent._gevent_cevent.AsyncResult.get
File "src\gevent\event.py", line 335, in gevent._gevent_cevent.AsyncResult.get
File "src\gevent\event.py", line 323, in gevent._gevent_cevent.AsyncResult.get
File "src\gevent\event.py", line 303, in gevent._gevent_cevent.AsyncResult._raise_exception
File "D:\Python\lib\site-packages\gevent_compat.py", line 65, in reraise
raise value.with_traceback(tb)
File "D:\Python\lib\site-packages\gevent\threadpool.py", line 142, in __run_task
thread_result.set(func(*args, **kwargs))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 0: invalid start byte

Originally created by @jinxx0 on GitHub (Jul 29, 2020). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/110 C:\Users\Lil\Downloads\auto-py-to-exe-master>python run.py Traceback (most recent call last): File "D:\Python\lib\site-packages\gevent\threadpool.py", line 142, in __run_task thread_result.set(func(*args, **kwargs)) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 0: invalid start byte 2020-07-29T09:47:53Z (<ThreadPoolWorker at 0x440eac8 thread_ident=0x3810 threadpool-hub=<Hub at 0x43ab918 thread_ident=0x335c>>, <built-in function gethostbyaddr>) failed with UnicodeDecodeError Traceback (most recent call last): File "run.py", line 9, in <module> apte.run() File "C:\Users\Lil\Downloads\auto-py-to-exe-master\auto_py_to_exe\__main__.py", line 99, in run start_ui(logging_level) File "C:\Users\Lil\Downloads\auto-py-to-exe-master\auto_py_to_exe\__main__.py", line 22, in start_ui ui.start(config.ui_open_mode) File "C:\Users\Lil\Downloads\auto-py-to-exe-master\auto_py_to_exe\ui.py", line 140, in start eel.start('index.html', size=(650, 650), port=0) File "D:\Python\lib\site-packages\eel\__init__.py", line 164, in start run_lambda() File "D:\Python\lib\site-packages\eel\__init__.py", line 155, in run_lambda return btl.run( File "D:\Python\lib\site-packages\bottle.py", line 3137, in run server.run(app) File "D:\Python\lib\site-packages\bottle_websocket\server.py", line 17, in run server.serve_forever() File "D:\Python\lib\site-packages\gevent\baseserver.py", line 398, in serve_forever self.start() File "D:\Python\lib\site-packages\gevent\baseserver.py", line 336, in start self.init_socket() File "D:\Python\lib\site-packages\gevent\pywsgi.py", line 1501, in init_socket self.update_environ() File "D:\Python\lib\site-packages\gevent\pywsgi.py", line 1513, in update_environ name = socket.getfqdn(address[0]) File "D:\Python\lib\site-packages\gevent\_socketcommon.py", line 287, in getfqdn hostname, aliases, _ = gethostbyaddr(name) File "D:\Python\lib\site-packages\gevent\_socketcommon.py", line 259, in gethostbyaddr return get_hub().resolver.gethostbyaddr(ip_address) File "D:\Python\lib\site-packages\gevent\resolver\thread.py", line 66, in gethostbyaddr return self.pool.apply(_socket.gethostbyaddr, args, kwargs) File "D:\Python\lib\site-packages\gevent\pool.py", line 161, in apply return self.spawn(func, *args, **kwds).get() File "src\\gevent\\event.py", line 305, in gevent._gevent_cevent.AsyncResult.get File "src\\gevent\\event.py", line 335, in gevent._gevent_cevent.AsyncResult.get File "src\\gevent\\event.py", line 323, in gevent._gevent_cevent.AsyncResult.get File "src\\gevent\\event.py", line 303, in gevent._gevent_cevent.AsyncResult._raise_exception File "D:\Python\lib\site-packages\gevent\_compat.py", line 65, in reraise raise value.with_traceback(tb) File "D:\Python\lib\site-packages\gevent\threadpool.py", line 142, in __run_task thread_result.set(func(*args, **kwargs)) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 0: invalid start byte
kerem closed this issue 2026-02-26 12:20:30 +03:00
Author
Owner

@brentvollebregt commented on GitHub (Jul 29, 2020):

Was there any output in the tool itself that you could provide?

<!-- gh-comment-id:665590444 --> @brentvollebregt commented on GitHub (Jul 29, 2020): Was there any output in the tool itself that you could provide?
Author
Owner

@jinxx0 commented on GitHub (Jul 29, 2020):

I installed python 3.7 working now but i have this error: no module named pkg

<!-- gh-comment-id:665701620 --> @jinxx0 commented on GitHub (Jul 29, 2020): I installed python 3.7 working now but i have this error: no module named pkg
Author
Owner

@brentvollebregt commented on GitHub (Jul 29, 2020):

no module named pkg

Is that all? Was there any more output with this error?

<!-- gh-comment-id:665885091 --> @brentvollebregt commented on GitHub (Jul 29, 2020): > no module named pkg Is that all? Was there any more output with this error?
Author
Owner

@jinxx0 commented on GitHub (Aug 5, 2020):

yes only no module named pkg

<!-- gh-comment-id:669498906 --> @jinxx0 commented on GitHub (Aug 5, 2020): yes only no module named pkg
Author
Owner

@brentvollebregt commented on GitHub (Aug 6, 2020):

@lilcsz could you please provide a screenshot of the error in auto-py-to-exe's UI?

<!-- gh-comment-id:669726091 --> @brentvollebregt commented on GitHub (Aug 6, 2020): @lilcsz could you please provide a screenshot of the error in auto-py-to-exe's UI?
Author
Owner

@brentvollebregt commented on GitHub (Nov 13, 2020):

Closing due to no further information provided from @lilcsz for over three months.

<!-- gh-comment-id:727077169 --> @brentvollebregt commented on GitHub (Nov 13, 2020): Closing due to no further information provided from @lilcsz for over three months.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#104
No description provided.