Trace: TypeError: Cannot read property 'hxBytes' of undefined

Hello,

I have compiled and successfully been using armorpaint. But accessing the cloud feature I get the following error:


–2022-03-23 11:17:54-- [removed link]/Asphalt001.arm
Resolving [removed link]( [removed link])… 5.101.109.44
Connecting to armorpaint.fra1.digitaloceanspaces.com ( [removed link])|5.101.109.44|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 5876928 (5.6M) [binary/octet-stream]
Saving to: ‘…/…/build/krom/cloud/materials/scanned/Asphalt001.arm’

…/…/build/krom/cloud/materials/sc 100%[==================================================================>] 5.60M 736KB/s in 8.2s

2022-03-23 11:18:03 (699 KB/s) - ‘…/…/build/krom/cloud/materials/scanned/Asphalt001.arm’ saved [5876928/5876928]

Trace: TypeError: Cannot read property ‘hxBytes’ of undefined
at Function.ofData (:4468:14)
at Function.loadBlobFromPath (:46316:35)
at Function.getBlob (:6214:14)
at Function.runProject (:22466:18)
at Function.run (:23107:21)
at :23070:24
at :11456:4
at Function.download (:11427:3)
at Function.cacheCloud (:11450:16)
at Function.run (:23066:17)

I hope someone can help.

Thanks.

I think i fixed this myself with a symlink to the cloud folder

$ ~/tmp/armorpaint/armorcore/Deployment$ ln -s ../../build/krom/cloud cloud

1 Like