Home › Forums › Bug Reports and Feature Requests › Blender 4.02/4.1 on Mac Internal Server Error 500 for Verge3D 4.5.1 and 4.6
- This topic has 5 replies, 2 voices, and was last updated 6 months, 3 weeks ago by Alexander Kovelenov.
-
AuthorPosts
-
2024-03-28 at 10:15 pm #72011Toby WilsonCustomer
Hello,
After installing Blender 4.1 earlier this week I installed Verge3D 4.6 on my Mac running MacOS 14.4.1 and now the application manager will not start. I get the following error: 500: Internal Server Error whether I use Chrome or Safari. Verge3D was working before the upgrades.
I tried downgrading to Blender 4.02 and Verge3D 4.5.1 and it gave me the same error. I tried clearing Chrome’s cache, no go.
Here is what I get from Blender’s console when I try to run the application manager:
Read blend: “/Volumes/Files/Blender/Web_Apps/swiss_army_knife_toby/swiss_army_knife_toby_v2.blend”
Starting App Manager server (port 8668, package BLENDER)
Address already in use, exiting
Uncaught exception GET / (::1)
HTTPServerRequest(protocol=’http’, host=’localhost:8668′, method=’GET’, uri=’/’, version=’HTTP/1.1′, remote_ip=’::1′)
Traceback (most recent call last):
File “/Volumes/Files/Blender/verge3d_blender_451/manager/lib/tornado/web.py”, line 1713, in _execute
result = await result
^^^^^^^^^^^^
File “/Volumes/Files/Blender/verge3d_blender_451/python/pluginUtils/../../manager/server.py”, line 1827, in get
await server.runAsync(self.rootRequestThread)
File “/Volumes/Files/Blender/verge3d_blender_451/python/pluginUtils/../../manager/server.py”, line 383, in runAsync
return await asyncio.wrap_future(executor.submit(func, *args, **kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Applications/Blender.app/Contents/Resources/4.1/python/lib/python3.11/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Volumes/Files/Blender/verge3d_blender_451/python/pluginUtils/../../manager/server.py”, line 1848, in rootRequestThread
appsViewInfo.append(server.genAppViewInfo(app))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Volumes/Files/Blender/verge3d_blender_451/python/pluginUtils/../../manager/server.py”, line 1009, in genAppViewInfo
if self.isPuzzlesBasedFile(join(app[‘appsDir’], html)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Volumes/Files/Blender/verge3d_blender_451/python/pluginUtils/../../manager/server.py”, line 531, in isPuzzlesBasedFile
with open(path, ‘r’, encoding=’latin_1′) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
IsADirectoryError: [Errno 21] Is a directory: ‘/Volumes/Files/Blender/Web_Apps/horse_building_block_test_01/index.html’
500 GET / (::1) 254.76msAny help to get Verge3D working again will be appreciated!
Thanks,
Toby2024-03-29 at 6:18 am #72012Alexander KovelenovStaffHi Toby,
Very strange: it’s saying that it is not an HTML file but a directory – /Volumes/Files/Blender/Web_Apps/horse_building_block_test_01/index.html.
Could you please check? If it’s a directory, you might need to get rid of it (be sure to backup your project beforehand).
2024-03-29 at 6:19 pm #72020Toby WilsonCustomerHi Alexander,
I found the culpret after some expermentation this morning. Turns out my horse_building_block_test_project was the offending project. Within the project folder was a subfolder titled “index.html” and within that was a index.html.html and a gwd_workspace.json file. Apparently these were created by Google’s Web Designer App when I was trying it out. Removal of the directory appears to have solved the issue for now and I can load the application manager. I’ve attached a zipped copy of this directory for your reference if needed.
Thanks for your help.
TobyAttachments:
You must be logged in to view attached files.2024-04-01 at 8:27 am #72042Alexander KovelenovStaff2024-04-01 at 7:17 pm #72047Toby WilsonCustomerThanks for doing a work around for that situtation, it seems like a bad idea to name a forder index.html to me. As luck would have it, in the end I didn’t like Google Web Designer anyway. Maybe I’ll look back at in the future.
Thanks for your help, have a great week!
Toby2024-05-07 at 11:58 am #72930Alexander KovelenovStaff -
AuthorPosts
- You must be logged in to reply to this topic.