vinavfx / nuke_comfyui

API to be able to use ComfyUI nodes within nuke, only using the ComfyUI server
GNU General Public License v3.0
87 stars 5 forks source link

Websocket error callback #4

Open screameight opened 2 months ago

screameight commented 2 months ago

During the submit process, I have the following issue about the websocket :

"ERROR:websocket:error from callback <function progress..on_message at 0x000002B5677BEF80>: 'utf-32-be' codec can't decode bytes in position 8-11: code point not in range(0x110000)"

What does that mean ?

vinavfx commented 2 months ago

Does ComfyUi work for you on the web?

screameight commented 2 months ago

Yes perfectly

vinavfx commented 2 months ago

Can you give me that nuke info:

import websocket print(sys.version) print(nuke.NUKE_VERSION_STRING) print(websocket.version)

is it windows? What comfyui commit are you using?

I need that information to be able to duplicate the error since it works well for me. thank you

screameight commented 2 months ago

Hello Francisco,

Here is the needed informations :

Sys version : 3.9.10 [MSC v.1929 64 bit (AMD64)] Nuke Version : 14.1.4 Websocket version : 1.8.0

Yes it's Windows 11 with this ComfyUI repo : https://github.com/comfyanonymous/ComfyUI How can I see the comfyUI commit ?

Thank you :)

vinavfx commented 2 months ago

cd ComfyUI git log

The first one at the top is the commit you should be using

screameight commented 2 months ago

I think it’s that : commit 6c6a39251fe313c56a88c90d820009073b623dfe (HEAd -> master, origin/master) Author: comfyanonymous Date: Tue Apr 2 11:46:34 2024 -0400

thank you !

vinavfx commented 2 months ago

Thanks, when I try it I'll tell you