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

Autogenerated insertion urls use the wrong port #4

Open
gjw opened this issue Feb 26, 2024 · 2 comments
Open

Autogenerated insertion urls use the wrong port #4

gjw opened this issue Feb 26, 2024 · 2 comments

Comments

@gjw
Copy link

gjw commented Feb 26, 2024

repro:

  • run the web server with all defaults, like from the README
  • run some flow, check the channel pill for curl command
  • see curl -X POST -s -H "Content-Type: application/edn" -H "Accept: application/edn" -d '{:value "https://example.com/blabla#anchor?frag" :channel [:insert-here :test-output]}' http://localhost:8000/flow-value-push/insert-reading-to-logseq-0
  • note that's port 8000
  • go try and run the curl, get no response
  • manually adjust the generated url to use port 8080, get a proper response.
@gjw
Copy link
Author

gjw commented Feb 26, 2024

Also, can't tell if my flow is broken in some other way, or it's actually a bug, but I get a confirmation message when sending the curl request in the debug log, but nothing downstream fires in response
[:incoming-channel-push [:insert-here :test-output] "https://openrss.org/blog/how-google-helped-destroy-adoption-of-rss-feeds"]

@gjw
Copy link
Author

gjw commented Feb 27, 2024

Something else is looking to connect on 8000 as wellScreenshot 2024-02-26 at 22 41 29

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