Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

warning: unused variable: errcode #185

Open
webxhoster opened this issue Jun 8, 2024 · 7 comments
Open

warning: unused variable: errcode #185

webxhoster opened this issue Jun 8, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@webxhoster
Copy link

Describe the bug
warning: unused variable: errcode
--> src/b9/lua.rs:394:17
|
394 | let errcode = Rc::new(RefCell::new(res.status().as_u16()));
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: _errcode
|
= note: #[warn(unused_variables)] on by default

warning: webx (bin "webx") generated 1 warning

and websites don't loading

To Reproduce
Steps to reproduce the behavior:

  1. Follow compilation for Mac OS
  2. Run cargo run
    3 Get the error

Expected behavior
website loading

Screenshots
Снимок экрана 2024-06-08 в 22 34 50
Снимок экрана 2024-06-08 в 22 34 27

Desktop (please complete the following information):

  • OS: Mac OS X
  • Version 14.5

Additional context

@webxhoster webxhoster added the bug Something isn't working label Jun 8, 2024
@GStudiosX2
Copy link
Contributor

The warning has nothing to do with this I have this issue but only when first opening up the browser

@webxhoster
Copy link
Author

but websites won't load @GStudiosX2

@GStudiosX2
Copy link
Contributor

but websites won't load @GStudiosX2

Press ctrl + shift + s

@webxhoster
Copy link
Author

MIMICKING - TYPE: debug, INFO: Failed to send HTTP request to DNS API.
@GStudiosX2

@GStudiosX2
Copy link
Contributor

MIMICKING - TYPE: debug, INFO: Failed to send HTTP request to DNS API. @GStudiosX2

Yes press ctrl + shift + s show what the menu has

@webxhoster
Copy link
Author

dns server "api.buss.lol"
@GStudiosX2

@GStudiosX2
Copy link
Contributor

dns server "api.buss.lol" @GStudiosX2

Change it to https://api.buss.lol

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants