mmulet / font-game-engine

Make your own game in a font!
GNU General Public License v3.0
149 stars 3 forks source link

Error: NetworkError when attempting to fetch resource #3

Open FreddieRa opened 3 years ago

FreddieRa commented 3 years ago

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

mmulet commented 3 years ago

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.

FreddieRa commented 3 years ago

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