Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The chat tab of the desktop UI application isn't loading #355

Open
mrakgr opened this issue Dec 12, 2024 · 0 comments
Open

The chat tab of the desktop UI application isn't loading #355

mrakgr opened this issue Dec 12, 2024 · 0 comments

Comments

@mrakgr
Copy link

mrakgr commented Dec 12, 2024

Loaded config: {App:{ResetKeychain:false} Blockchain:{ChainID:42161 EthNodeAddress: EthLegacyTx:false ExplorerApiUrl:https://api.arbiscan.io/api ExplorerRetryDelay:0s ExplorerMaxRetries:0 UseSubscriptions:false PollingInterval:10s MaxReconnects:30 Multicall3Addr:<nil>} Environment:development Marketplace:{DiamondContractAddress:0xDE819AaEE474626E3f34Ef0263373357e5a6C71b MorTokenAddress:0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86 WalletPrivateKey:<nil>} Log:{Color:true FolderPath: IsProd:false JSON:false LevelApp:debug LevelConnection:info LevelProxy:info LevelScheduler:info LevelContract: LevelRPC:info LevelBadger:} Proxy:{Address:0.0.0.0:3333 StoragePath:.\data\ StoreChatContext:true ForwardChatContext:true ModelsConfigPath: RatingConfigPath:./rating-config.json} System:{Enable:false LocalPortRange:1024 65535 NetdevMaxBacklog:100000 RlimitHard:524288 RlimitSoft:524288 Somaxconn: TcpMaxSynBacklog:100000} Web:{Address:0.0.0.0:8082 PublicUrl:http://localhost:8082}}
2024-12-12T10:07:54.9404336     INFO    APP     proxy-router v1.4.0
2024-12-12T10:07:54.9409449     INFO    RPC     using public eth node addresses
INFO [                    main] build info | tid="10004" timestamp=1733994475 build=3256 commit="558f44bf"
INFO [                    main] system info | tid="10004" timestamp=1733994475 n_threads=10 n_threads_batch=-1 total_threads=20 system_info="AVX = 1 | AVX_VNNI = 0 | AVX2 = 1 | AVX512 = 0 | AVX512_VBMI = 0 | AVX512_VNNI = 0 | AVX512_BF16 = 0 | FMA = 1 | NEON = 0 | SVE = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | MATMUL_INT8 = 0 | LLAMAFILE = 0 | "
INFO [                    init] initializing slots | tid="10004" timestamp=1733994478 n_slots=1
INFO [                    init] new slot | tid="10004" timestamp=1733994478 id_slot=0 n_ctx_slot=2048
INFO [                    main] model loaded | tid="10004" timestamp=1733994478
INFO [                    main] chat template | tid="10004" timestamp=1733994478 chat_example="<|system|>\nYou are a helpful assistant<|endoftext|>\n<|user|>\nHello<|endoftext|>\n<|assistant|>\nHi there<|endoftext|>\n<|user|>\nHow are you?<|endoftext|>\n<|assistant|>\n" built_in=true
INFO [                    main] HTTP server listening | tid="10004" timestamp=1733994478 hostname="127.0.0.1" port="8080" n_threads_http="19"
INFO [            update_slots] all slots are idle | tid="10004" timestamp=1733994478
2024-12-12T10:07:58.2804389     INFO    APP     connected to ethereum node: , chainID: 42161
2024-12-12T10:07:58.4787156     INFO    BADGER  All 0 tables opened in 0s
2024-12-12T10:07:58.4792603     INFO    BADGER  Discard stats nextEmptySlot: 0
2024-12-12T10:07:58.4792603     INFO    BADGER  Set nextTxnTs to 0
2024-12-12T10:07:58.4828474     WARN    Using env wallet. Private key persistance unavailable
2024-12-12T10:07:58.4828474     INFO    APP     using polling for blockchain events
2024-12-12T10:07:58.4946482     INFO    RATING_LOADER   rating config loaded from file: ./rating-config.json
2024-12-12T10:07:58.4946482     INFO    RATING_LOADER   rating algorithm: default
2024-12-12T10:07:58.5020506     INFO    RATING_LOADER   provider filtering is disabled
2024-12-12T10:07:58.5183308     INFO    MODEL_LOADER    models config loaded from file: models-config.json
2024-12-12T10:07:58.9510455     WARN    MODEL_LOADER    modelID 0x000..000, name llama2: model not found in blockchain, local-only
2024-12-12T10:07:58.953133      INFO    API docs available at http://localhost:8082/swagger/index.html
2024-12-12T10:07:58.953133      INFO    proxy state: running
2024-12-12T10:07:58.953133      INFO    Wallet address: 0x003020FbA256DfdCE69ce24D40f1c16cb83cf9bE
2024-12-12T10:07:58.953133      INFO    HTTP    http server is listening: 0.0.0.0:8082
2024-12-12T10:07:59.3533672     WARN    ETH balance is too low: 0.005 ETH (< 0.100 ETH)
2024-12-12T10:07:59.3533672     INFO    MOR balance: 2.000 MOR
2024-12-12T10:07:59.3533672     INFO    SESSION_CLOSER  Session autoclose started
2024-12-12T10:07:59.353965      INFO    started watching events, address 0xDE819AaEE474626E3f34Ef0263373357e5a6C71b
2024-12-12T10:07:59.353965      INFO    TCP     tcp server is listening: 0.0.0.0:3333
2024-12-12T10:07:59.5642263     WARN    PROVIDER_CHECK  provider is not registered under this wallet address: 0x003020FbA256DfdCE69ce24D40f1c16cb83cf9bE
2024-12-12T10:08:27.8928011     ERROR   failed to decode response: EOF
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi.(*ProxyServiceSender).rpcRequest
        D:/a/Morpheus-Lumerin-Node/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi/proxy_sender.go:335
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi.(*ProxyServiceSender).Ping
        D:/a/Morpheus-Lumerin-Node/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi/proxy_sender.go:103
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi.(*ProxyController).Ping
        D:/a/Morpheus-Lumerin-Node/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi/controller_http.go:74
github.com/gin-gonic/gin.(*Context).Next
        C:/Users/runneradmin/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
        C:/Users/runneradmin/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
        C:/Users/runneradmin/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
        C:/hostedtoolcache/windows/go/1.22.9/x64/src/net/http/server.go:3142
net/http.(*conn).serve
        C:/hostedtoolcache/windows/go/1.22.9/x64/src/net/http/server.go:2044
2024-12-12T10:08:27.9222515     ERROR   failed to decode response: EOF
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi.(*ProxyServiceSender).rpcRequest
        D:/a/Morpheus-Lumerin-Node/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi/proxy_sender.go:335
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi.(*ProxyServiceSender).Ping
        D:/a/Morpheus-Lumerin-Node/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi/proxy_sender.go:103
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi.(*ProxyController).Ping
        D:/a/Morpheus-Lumerin-Node/Morpheus-Lumerin-Node/proxy-router/internal/proxyapi/controller_http.go:74
github.com/gin-gonic/gin.(*Context).Next
        C:/Users/runneradmin/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
        C:/Users/runneradmin/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
        C:/Users/runneradmin/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
        C:/hostedtoolcache/windows/go/1.22.9/x64/src/net/http/server.go:3142
net/http.(*conn).serve
        C:/hostedtoolcache/windows/go/1.22.9/x64/src/net/http/server.go:2044
2024-12-12T10:08:29.9132247     WARN    failed to connect to provider: dial tcp 89.187.159.47:40036: connectex: No connection could be made because the target machine actively refused it.
2024-12-12T10:08:30.3771582     WARN    failed to connect to provider: dial tcp 54.227.115.224:3333: connectex: No connection could be made because the target machine actively refused it.
2024-12-12T10:08:30.6326012     WARN    failed to connect to provider: dial tcp 34.168.67.131:3333: i/o timeout
2024-12-12T10:08:30.6326012     WARN    failed to connect to provider: dial tcp 83.87.213.115:3333: i/o timeout
2024-12-12T10:08:30.6326012     WARN    failed to connect to provider: dial tcp 68.154.73.151:3333: i/o timeout
2024-12-12T10:08:30.6326012     WARN    failed to connect to provider: dial tcp 64.16.239.51:3333: i/o timeout

image

It shows these warnings in the terminal and is perma-stuck on the loading part. I gave it a try just now to see if it could go past the onboarding error I was running into yesterday, and it did, but I can't get the chat tab to load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant