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

Error getting image file from URL #87691

Closed
elvisish opened this issue Jan 28, 2024 · 2 comments
Closed

Error getting image file from URL #87691

elvisish opened this issue Jan 28, 2024 · 2 comments
Labels

Comments

@elvisish
Copy link

Tested versions

3.5.3

System information

Windows 10

Issue description

I get an error that just says:

 editor/plugins/asset_library_editor_plugin.cpp:828 - Error getting image file from URL: https://raw.githubusercontent.com/HexagonNico/Godot3-FiniteStateMachine/main/icon.svg

I didn't even go to the AssetLib and it warned me. According to #29502 (comment) this is intended, so this bug report is related to that.

Steps to reproduce

Use godot, it should appear.

Minimal reproduction project (MRP)

N/A

@brcontainer
Copy link

404 error:

image

It's not a Godot bug, the plugin author changed the repository path to HexagonNico/Godot-FiniteStateMachine

I didn't even go to the AssetLib and it warned me

I'm using Godot v3.5.3.stable.official [6c81413] and this warning does not appear for me. Because it is a plugin, probably some project on your machine is using it and perhaps that is why it is issuing this warning.

👍

@YuriSizov
Copy link
Contributor

YuriSizov commented Jan 29, 2024

Indeed, this is not a Godot bug, and it should only appear when you open the Asset Library tab (because it doesn't load anything until you do). IMO these errors should be hidden normally and only appear in verbose mode, since they aren't really useful to end users. For 4.x I made #87628, a similarly spirited PR can be created for 3.x.

@YuriSizov YuriSizov closed this as not planned Won't fix, can't repro, duplicate, stale Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants