Home › Forums › General Questions › Server Error
Tagged: Server Error
- This topic has 3 replies, 2 voices, and was last updated 3 months, 3 weeks ago by 3up3down.
-
AuthorPosts
-
2024-07-22 at 7:50 pm #761313up3downParticipant
i am receiving: “500: Internal Server Error” when i try to open app manager.
Please help!
2024-07-23 at 7:27 am #76148Alexander KovelenovStaffHi,
Please tell us more about:
1) Verge3D version
2) OS
3) The contents of the App Manager log:
http://localhost:8668/log (for Blender)
http://localhost:8669/log (for 3ds Max)
http://localhost:8670/log (for Maya)2024-07-26 at 8:15 pm #762133up3downParticipantVerge3D 4.7 for Blender
Windows 11
TORNADO-ERROR: Uncaught exception GET / (127.0.0.1)
HTTPServerRequest(protocol=’http’, host=’localhost:8668′, method=’GET’, uri=’/’, version=’HTTP/1.1′, remote_ip=’127.0.0.1′)
Traceback (most recent call last):
File “C:\Program Files\Verge3D_for_Blender\manager\lib\tornado\web.py”, line 1713, in _execute
result = await result
^^^^^^^^^^^^
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 2079, in get
await server.runAsync(self.rootRequestThread)
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 438, in runAsync
return await asyncio.wrap_future(executor.submit(func, *args, **kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “concurrent\futures\thread.py”, line 58, in run
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 2100, in rootRequestThread
appsViewInfo.append(server.genAppViewInfo(app))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 1082, in genAppViewInfo
if self.isPuzzlesBasedFile(join(app[‘appsDir’], html)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 592, in isPuzzlesBasedFile
content = f.read()
^^^^^^^^
OSError: [Errno 22] Invalid argument
TORNADO-ERROR: 500 GET / (127.0.0.1) 10484.47ms2024-07-27 at 1:05 pm #762173up3downParticipantVerge3D 4.7 for Blender
Windows 11
TORNADO-ERROR: Uncaught exception GET / (127.0.0.1)
HTTPServerRequest(protocol=’http’, host=’localhost:8668′, method=’GET’, uri=’/’, version=’HTTP/1.1′, remote_ip=’127.0.0.1′)
Traceback (most recent call last):
File “C:\Program Files\Verge3D_for_Blender\manager\lib\tornado\web.py”, line 1713, in _execute
result = await result
^^^^^^^^^^^^
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 2079, in get
await server.runAsync(self.rootRequestThread)
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 438, in runAsync
return await asyncio.wrap_future(executor.submit(func, *args, **kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “concurrent\futures\thread.py”, line 58, in run
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 2100, in rootRequestThread
appsViewInfo.append(server.genAppViewInfo(app))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 1082, in genAppViewInfo
if self.isPuzzlesBasedFile(join(app[‘appsDir’], html)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 592, in isPuzzlesBasedFile
content = f.read()
^^^^^^^^
OSError: [Errno 22] Invalid argument
TORNADO-ERROR: 500 GET / (127.0.0.1) 10484.47ms -
AuthorPosts
- You must be logged in to reply to this topic.