mirror of
https://github.com/brentvollebregt/whos-on-my-network.git
synced 2026-04-25 03:25:51 +03:00
[GH-ISSUE #1] Problem on run #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whos-on-my-network#1
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 @alexroumi on GitHub (Nov 10, 2020).
Original GitHub issue: https://github.com/brentvollebregt/whos-on-my-network/issues/1
When I start it it always says that it can't get devices because it can't connect to the server
@brentvollebregt commented on GitHub (Nov 10, 2020):
How are you running the project?
@alexroumi commented on GitHub (Jan 21, 2021):
python -m whos_on_my_network start@brentvollebregt commented on GitHub (Jan 21, 2021):
Are there any errors you can see anywhere? If you go into dev tools, why did the request fail?
@alexroumi commented on GitHub (Jan 21, 2021):
these are my errors
@brentvollebregt commented on GitHub (Jan 21, 2021):
/api/persongot a HTTP 500 - can you take a look at the error in dev tools? Also you should be able to see it in the console running the server.@alexroumi commented on GitHub (Jan 21, 2021):
In the console there aren't any details
My Console
with a refresh I get that because of the POST request
@brentvollebregt commented on GitHub (Jan 22, 2021):
What version of peewee do you currently have installed?
If you install peewee 3.13.1, does this fix it?
Looks like coleifer/peewee#2317 might shed some light on this.
@alexroumi commented on GitHub (Jan 22, 2021):
thank you so much it was the version of peewee (3.14.0) when I uninstalled it and installed 3.13.1 it worked perfectly fine.
@brentvollebregt commented on GitHub (Jan 23, 2021):
@alexroumi 2.2.2 now contains the fix. Thanks for helping with this.