Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google 3d Tiles Error (No such file or directory) #443

Open
Julldozer119 opened this issue Jan 11, 2024 · 14 comments
Open

Google 3d Tiles Error (No such file or directory) #443

Julldozer119 opened this issue Jan 11, 2024 · 14 comments

Comments

@Julldozer119
Copy link

Hi !

I'm trying to use the 3D tiles but importing causes an error for me, on the other hand terrain and OSM works.

Blender 4.0 and Blosm 2.7.2

I get the errors : "There was an error when processing the URI" then "No such file or directory".

I tried different folder without success.

The error :

Capture3

My settings :

Capture1

and the directory :

Capture2

Thank you for your work !

@coastbluet
Copy link

I've got the same problem. It was working for me about 8 hours ago, but then started giving this error. I tried a new blender install on a different computer and got the same thing.

@vvoovv
Copy link
Owner

vvoovv commented Jan 11, 2024

@Julldozer119, @coastbluet

I can confirm the problem. It looks like Google has changed something recently. We are currently investigating the problem. I'll report back to you as soon as possible.

@vvoovv
Copy link
Owner

vvoovv commented Jan 11, 2024

A fix will be provided later today.

For now I can propose a quick fix;

  • Open the Python Console:

image

  • Paste the line below and press Enter:
C.scene.blosm.cacheJsonFiles = False

@vvoovv
Copy link
Owner

vvoovv commented Jan 11, 2024

Below is the cause of the problem.

Google changed the naming of the files related to Google 3D tiles. The file names became a slightly longer. The total length of file names started to exceed the maximum file length on Windows.

@mendicus777
Copy link

C.scene.blosm.cacheJsonFiles = False

Thanks! That did it

@TorgeirHolm
Copy link

A fix will be provided later today.
For now I can propose a quick fix;

  • Open the Python Console:
  • Paste the line below and press Enter:
    C.scene.blosm.cacheJsonFiles = False

Thanks for the quick workaround!

@vvoovv
Copy link
Owner

vvoovv commented Jan 11, 2024

The latest version (2.7.3) with the fix has been uploaded. You can use the link in your purchase/download confirmation email to get it.

@Julldozer119
Copy link
Author

Thank you for the quick response and the fix !

@vvoovv vvoovv changed the title Google 3d Tiles Error Google 3d Tiles Error (No such file or directory) Jan 11, 2024
@coastbluet
Copy link

Thank you for fixing it so quickly

@IgorVe
Copy link

IgorVe commented Jan 18, 2024

Unfortunately still have this URI HTTP error 400 issue in 2.7.3 version...

@vvoovv
Copy link
Owner

vvoovv commented Jan 18, 2024

@IgorVe

Your error is different. Please see the FAQ section of the documentation.

@IgorVe
Copy link

IgorVe commented Jan 18, 2024

@IgorVe

Your error is different. Please see the FAQ section of the documentation.

Just solved it. Thank you for a fast reply and good luck with a project. Will test it and if it works will buy a pro version.

@w45354
Copy link

w45354 commented Jan 31, 2024

I have installed the latest version 2.7.4, but still have the error 10060. what might be the issue?
cbbdb2fc1b29a6349b68ddb79af7e10

@vvoovv
Copy link
Owner

vvoovv commented Jan 31, 2024

Hi @w45354

Your problem is different. It's a network problem. Please check your network settings, firewall, proxy, VPN, etc. Also there was a report that the addon BlenderKit blocked the network connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants