vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.72k stars 257 forks source link

Error when running example, artifact not found on Clojars #178

Closed benjamin-asdf closed 1 year ago

benjamin-asdf commented 1 year ago

For instance go to dir framework/examples/controllers

lein run 

Could not find artifact com.flexiana:framework:jar:0.5.0-rc4 in central (https://repo1.maven.org/maven2/)
Could not find artifact com.flexiana:framework:jar:0.5.0-rc4 in clojars (https://repo.clojars.org/)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

works when I change it to rc-3, which is also the one I find on Clojars.

benjamin-asdf commented 1 year ago

Sorry, accidentally made an issue in the wrong repository. https://github.com/Flexiana/framework/issues/246