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

"Syslog" module not found error #87

Closed
shubham000000 opened this issue Jul 20, 2022 · 7 comments
Closed

"Syslog" module not found error #87

shubham000000 opened this issue Jul 20, 2022 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@shubham000000
Copy link

One or more required packages (Syslog) could not be found.

@ankraft
Copy link
Owner

ankraft commented Jul 20, 2022

Thank you for reporting this. Are you trying to run ACME on Windows?

@ankraft ankraft self-assigned this Jul 20, 2022
@ankraft ankraft added the bug Something isn't working label Jul 20, 2022
@ankraft
Copy link
Owner

ankraft commented Jul 20, 2022

There was a stray syslog import in one of the modules. syslog is not available under Windows.

Before I tag this commit as a new version, could you be so kind to try this version: b3f7202 ? I hope this fixes your issue.

@ankraft ankraft closed this as completed Jul 22, 2022
@shubham000000
Copy link
Author

Thank you, syslog module issue is fixed, but now not able to access UI on webpage, it says

{"m2m:dbg": "Release Version Indicator is missing in request, falling back to RVI='1'. But Release Version '1' is not supported. Use RVI with one of ['2a', '3', '4']."}

@ankraft
Copy link
Owner

ankraft commented Jul 26, 2022

Thank you for the confirmation.

For the new error:
You mean with build-in UI that you get when you press "u" in the console?
This was actually fixed a long time ago. Perhaps you have an old version of the javascript file in your browser's cache. Could you please clear it and try again?

If the error persists then please add a short snippet from the log that shows the error message?

@shubham000000
Copy link
Author

Thank you, i was trying to access the UI using 127.0.0.1:8080/webpage instead of 127.0.0.1:8080.

I can access the UI on 127.0.0.1:8080.

Thank you very much, it is working perfectly fine.

@ankraft
Copy link
Owner

ankraft commented Jul 26, 2022

Great! Good to hear.

BTW, you can change the end point for the web UI setting or adding the following setting to the acme.ini configuration file:

[cse.webui]
; Root path of the web UI. Default: /webui
root=/webui

@shubham000000
Copy link
Author

Yes, thank you very much once again.

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

No branches or pull requests

2 participants