ZeroNetX / ZeroNet

ZeroNetX - Decentralized websites using Bitcoin crypto and BitTorrent network
https://zeronet.dev
Other
224 stars 32 forks source link

WebSocket handleRequest error: TypeError: actionSiteUpdate() got an unexpected keyword argument 'verify_files' #132

Closed rex4539 closed 1 year ago

rex4539 commented 2 years ago

py3-internal branch

Steps: On any of your connected sites, select "Verify files".

What happened:

Site:1HELLo..Ri9d WebSocket handleRequest error: TypeError: actionSiteUpdate() got an unexpected keyword argument 'verify_files' in UiWebsocket.py line 80 > 236 
 {"cmd":"siteUpdate","params":{"address":"17u2fjXwkMKcUJkH9j4kXD2ha9pNsJPn1A","verify_files":true,"since":0},"wrapper_nonce":"c62adfe2905803e9c2896f04d2f340b9598ea5a53d8c1c7291aac30be8ebc0b5","id":12}

Expected result: Files are verified.

slrslr commented 2 years ago

Is not appearing when i click "Verify files" @rex4539 try to update enhanced branch and retry, close this?

rex4539 commented 2 years ago

As it was written in the bug report, this affects py3-internal branch.

If you are attempting to do QA, please do it carefully.

slrslr commented 2 years ago

affects py3-internal branch

i have tried to switch to py3-internal and "Verify files" of a site and getting same error:

Site:1HELLo..Ri9d WebSocket handleRequest error: TypeError: UiWebsocket.actionSiteUpdate() got an unexpected keyword argument 'verify_files' in UiWebsocket.py line 80 > 236 
 {"cmd":"siteUpdate","params":{"address":"1N6zp6jCXPBktNMPfe7UJBpQGyfCq7k2M8","verify_files":true,"since":0},"wrapper_nonce":"string-here-anonymized","id":14}

@canewsin remove zeronet-enhanced tag as this is py3-internal only issue?