mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 07:25:55 +03:00
[GH-ISSUE #89] Installation appeared to go well, then "Oope... Something went wrong Please reload the page" #89
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#89
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 @neergttocsdivad on GitHub (Oct 30, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/89
'sudo ./ambar.py start' went well
ending with "Ambar is on http://:80"
opened browser with "http://localhost:80"
"Ambar is loading" page opened
but with error message
suggestions ?
@sochix commented on GitHub (Oct 30, 2017):
Check
config.json. You use wrong url"Ambar is on http://:80"@neergttocsdivad commented on GitHub (Oct 31, 2017):
I used http://:80. Didn't work
I read #43 and uninstalled then reinstalled ./ambar.py. Didn't work.
I read #45 and so cleared browser history. Didn't work
I tried different ports. Didn't work.
It's late for me to mention bit I'm using ubuntu 17.10. Is this likely to
be a/the problem ?
On 30 October 2017 at 10:52, Ilya Pirozhenko notifications@github.com
wrote:
@sochix commented on GitHub (Nov 1, 2017):
Please, post your
config.jsonhere@coughlanio commented on GitHub (Nov 4, 2017):
Please update your
config.json, and setapi.external.hosttolocalhostif running locally.@noviceiii commented on GitHub (Jan 4, 2018):
The IP Adress/ Name is wrong. As mentioned above config.json needs to be edited.
The part to be corrected is
"host": "YOUR-IP-HERE",
If you don't know what to set in "YOUR-IP-HERE" do the following in your console/ terminal
on Windows
ipconfig /allon Linux/Mac
ifconfigand send us what it displays.