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

Empty "query" if action="playback" #3270

Closed
1 of 13 tasks
gurzhy opened this issue Apr 18, 2024 · 3 comments
Closed
1 of 13 tasks

Empty "query" if action="playback" #3270

gurzhy opened this issue Apr 18, 2024 · 3 comments

Comments

@gurzhy
Copy link

gurzhy commented Apr 18, 2024

Which version are you using?

v1.7.0

Which operating system are you using?

  • Linux amd64 standard
  • Linux amd64 Docker
  • Linux arm64 standard
  • Linux arm64 Docker
  • Linux arm7 standard
  • Linux arm7 Docker
  • Linux arm6 standard
  • Linux arm6 Docker
  • Windows amd64 standard
  • Windows amd64 Docker (WSL backend)
  • macOS amd64 standard
  • macOS amd64 Docker
  • Other (please describe)

Describe the issue

Hello.
We use "authMethod: http"
If action="playback" then "query" field come empty.
If action="read" everything is OK:

"read":
https://localhost:8889/proxied1/?token=15d2d2d9-4436-4a3b-ab46-5f904c4b859e

{
    "ip": "127.0.0.1", 
    "user": "", 
    "password": "", 
    "action": "read", 
    "path": "proxied1", 
    "id": null, 
    "query":  "token=15d2d2d9-4436-4a3b-ab46-5f904c4b859e"
}

"playback":
http://localhost:9996/list?path=proxied1&token=15d2d2d9-4436-4a3b-ab46-5f904c4b859e

{
    "ip": "127.0.0.1", 
    "user": "", 
    "password": "", 
    "action": "playback", 
    "path": "proxied1", 
    "id": null, 
    "query": ""
}

Did you attach the server logs?

no

Did you attach a network dump?

no

Copy link
Contributor

This issue is being automatically closed because it does not follow the issue template.
Please reopen the issue and make sure to include all sections of the template.

@aler9
Copy link
Member

aler9 commented Apr 18, 2024

BTW this was fixed by #3253

Copy link
Contributor

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants