"Add 3D Tileset from local directory" step in tutorial outputs error

I’m at this step:

Using Unreal 5.0.2 on Windows 10. I downloaded and extracted the tileset zip file without changing any files.

Nothing is displayed in the editor and the following log messages are shown:

LogCesium: Loading tileset from URL file:///C:/Users/maik/Documents/Unreal Projects/cesium_datasets/Data/Tileset/tileset.json
LogCesium: Loading tileset from URL file:///C:/Users/maik/Documents/Unreal Projects/cesium_datasets/Data/Tileset/tileset.json done
PIE: Server logged in
PIE: Play in editor total start time 0,191 seconds.
LogHttp: Warning: 00000618A70B0000: request failed, libcurl error: 6 (Couldn’t resolve host name)
LogHttp: Warning: 00000618A70B0000: libcurl info message cache 0 (Rebuilt URL to: parent.b3dm/)
LogHttp: Warning: 00000618A70B0000: libcurl info message cache 1 (Could not resolve host: parent.b3dm)
LogHttp: Warning: 00000618A70B0000: libcurl info message cache 2 (Closing connection 132)
LogHttp: Warning: 00000618A70B0500: request failed, libcurl error: 6 (Couldn’t resolve host name)
LogHttp: Warning: 00000618A70B0500: libcurl info message cache 0 (Rebuilt URL to: ll.b3dm/)
LogHttp: Warning: 00000618A70B0500: libcurl info message cache 1 (Could not resolve host: ll.b3dm)
LogHttp: Warning: 00000618A70B0500: libcurl info message cache 2 (Closing connection 133)
LogHttp: Warning: 00000618A70B0F00: request failed, libcurl error: 6 (Couldn’t resolve host name)
LogHttp: Warning: 00000618A70B0F00: libcurl info message cache 0 (Rebuilt URL to: ul.b3dm/)
LogHttp: Warning: 00000618A70B0F00: libcurl info message cache 1 (Could not resolve host: ul.b3dm)
LogHttp: Warning: 00000618A70B0F00: libcurl info message cache 2 (Closing connection 135)
LogHttp: Warning: 00000618A70B0A00: request failed, libcurl error: 6 (Couldn’t resolve host name)
LogHttp: Warning: 00000618A70B0A00: libcurl info message cache 0 (Rebuilt URL to: lr.b3dm/)
LogHttp: Warning: 00000618A70B0A00: libcurl info message cache 1 (Could not resolve host: lr.b3dm)
LogHttp: Warning: 00000618A70B0A00: libcurl info message cache 2 (Closing connection 134)
LogHttp: Warning: 00000618A70B1400: request failed, libcurl error: 6 (Couldn’t resolve host name)
LogHttp: Warning: 00000618A70B1400: libcurl info message cache 0 (Rebuilt URL to: ur.b3dm/)
LogHttp: Warning: 00000618A70B1400: libcurl info message cache 1 (Could not resolve host: ur.b3dm)
LogHttp: Warning: 00000618A70B1400: libcurl info message cache 2 (Closing connection 136)
LogCesium: Error: [2022-06-10 21:42:55.147] [error] [Tile.cpp:497] An exception occurred while loading tile: Connection failed.
LogCesium: Error: [2022-06-10 21:42:55.147] [error] [Tile.cpp:497] An exception occurred while loading tile: Connection failed.
LogCesium: Error: [2022-06-10 21:42:55.147] [error] [Tile.cpp:497] An exception occurred while loading tile: Connection failed.
LogCesium: Error: [2022-06-10 21:42:55.147] [error] [Tile.cpp:497] An exception occurred while loading tile: Connection failed.
LogCesium: Error: [2022-06-10 21:42:55.147] [error] [Tile.cpp:497] An exception occurred while loading tile: Connection failed.

Anything I’m doing wrong? Are the tutorials not meant for UE5?

Hello @letmaik ,

Is there a space in the name of the “Unreal Project” folder? If so try using “%20” in the url instead of the space. In your case that would be:
file:///C:/Users/maik/Documents/Unreal%20Projects/cesium_datasets/Data/Tileset/tileset.json

I remember that working for another user on the forum some time ago. Please let me know if that solves your problem. If so I will start an internal issue to get that example fixed in tutorial!

Thanks,
-Nithin

Thanks, that did the trick!