nature-li

Results 3 issues of nature-li

I installed the vijos using https://github.com/vijos/vj4-docker.git (I changed to vijos/vj4:debian as described here vijos/vj4#534 ). But I found a problem like this: ######################################### [E 191106 20:40:50 daemon:57] config file not...

NameError at /guests/ name 'Booking' is not defined Request Method: | GET -- | -- http://127.0.0.1:8000/guests/ 3.1.4 NameError name 'Booking' is not defined /code/github/Django---Hotel-Management-System/HMS/accounts/models.py, line 15, in numOfBooking code/github/venv/bin/python 3.8.10...

if these code a bug? I think nativeClose is undefined. these code is in RTCPeerConnection.js: ` peer.nativeClose = peer.close; peer.close = function() { if (!peer) { return; } try {...