mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #177] An error occured while communicating to the server. #114
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marsark on GitHub (Jun 18, 2018).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/177
Hi, I'm trying to setup nsedit with PowerDNS 4.1.1 server. Server API is configured a nsedit client part also. But I still get "An error occurred while communicating to the server." error when logging in to the application.
Could you suggest me a way how to debug connection between nsedit and server? I'm able to access API directly from command line using curl, and it works OK.
@tuxis-ie commented on GitHub (Aug 22, 2018):
After logging in, the call the jtable plugin does is $url/zones.php?action=list
That output should be valid json, but probably isn't.
@marsark commented on GitHub (Aug 23, 2018):
I checked it some JSON validator. Output of this request is a valid json.