cjdelisle / packetcrypt_rs

PacketCrypt in Rust
53 stars 43 forks source link

Related to PacketCrypt but annhandler #7

Closed treggon closed 3 years ago

treggon commented 3 years ago

I am having trouble with the following piece of the Announcement Handler in the latest Packet Crypt. (Link) After matching the (in our case right now) pool.js to the pool.toml files, and making sure all the proxy stuff is setup right, and also making sure everything is externally resolving, "annhandler.rs:350 This annhandler's URL [http://xxxxx.ourtld.ext] is not in the list from the pool" Looking at this line, I think this stems from a bit of the changes that were made in PacketCrypt.
It looks like when the public_url is not defined, this error is triggered.

treggon commented 3 years ago

I see the fix in the dev branch, thanks!