font-game-engine icon indicating copy to clipboard operation
font-game-engine copied to clipboard

Error: NetworkError when attempting to fetch resource

Open FreddieRa opened this issue 3 years ago • 2 comments

While using the online (though local) converter, the issue:

Error: NetworkError when attempting to fetch resource

crops up when I try and save both CharString and Image to project/images folder.

image

FreddieRa avatar Apr 03 '21 00:04 FreddieRa

it’s trying to connect to the server running in the blender Addon. Things that could go wrong:

  1. Blender and the addon are not on
  2. Could be a firewall issue. Make sure blender is allowed not blocked by the firewall.
  3. It could be an issue with the addon, in blender open the system console and look for python exceptions https://blender.stackexchange.com/questions/23147/how-do-i-get-the-console-on-windows#23148

On Fri, Apr 2, 2021, at 7:27 PM, Freddie R wrote:

While using the online (though local) converter, the issue:

Error: NetworkError when attempting to fetch resource

crops up when I try and save both CharString and Image to project/images folder.

image https://user-images.githubusercontent.com/14854492/113463024-a187ee00-941b-11eb-975e-df3777c5650c.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mmulet/font-game-engine/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRVPIIWG6Q2VP434HXLLETTGZOFJANCNFSM42JUBKFA.

mmulet avatar Apr 03 '21 01:04 mmulet

I'll check the firewall issue. I'm running Blender through steam, not sure if that affects things.

FreddieRa avatar Apr 03 '21 13:04 FreddieRa