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

Locks up after copying to clipboard #24

Open
TinaWilde opened this issue Aug 21, 2022 · 23 comments
Open

Locks up after copying to clipboard #24

TinaWilde opened this issue Aug 21, 2022 · 23 comments

Comments

@TinaWilde
Copy link

After selecting the character names from the local chat and pressing ctrl C PySpy says resolving character names to IDs and goes no further.

https://prnt.sc/xhTcmlwM6iT8

Not sure what has changed, worked fine the night before but does not seem to want to now.

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

System Environment:

  • OS: [e.g. macOS, Windows]
  • OS Version: [e.g. High Sierra, 10]
  • PySpy Version [e.g. 0.1]

Additional context
Add any other context about the problem here.

@bobcate
Copy link

bobcate commented Aug 24, 2022

I experienced this the first time I tried this tool about a week ago. I guess it's truly dead then.

@bkmvlgit
Copy link

Yeah i have the same issue, running in Windows 10, Dual Xeon 128 gig ram, 250mbit fibre connection, PySpy version is v0.5.2.
Seems it stopped working after the last EVE patch, was fine before that and i use it on a daily basis.

@harveymw
Copy link

harveymw commented Sep 1, 2022

I too have seen this and it has been working.

@harveymw
Copy link

harveymw commented Sep 1, 2022

I pulled it down. going to see if I can figure out why

@harveymw
Copy link

harveymw commented Sep 1, 2022

Well that was a quick excursion. Its failing because it is attempting to contact its backend db.
from the src :
Query PySpy's proprietary kill database for the character ids provided as a list or tuple of integers. Returns a JSON containing one line per character id.

This db was hosted here: http://pyspy.pythonanywhere.com
and that page is gone. so the owner has either ran out of funds to host it or is not interested in doing it anymore.

@harveymw
Copy link

harveymw commented Sep 1, 2022

from looking at the project it is abandoned. There is no project members.

@bkmvlgit
Copy link

bkmvlgit commented Sep 1, 2022

Well that is not great, gotten so used to this tool guess pirates little helper might still work, copy and pasting info manually from local to zkill is a fair bit of tedium, guess you could set up your own database but not sure what he was using i am mostly a DB2 guy myself.

@harveymw
Copy link

harveymw commented Sep 1, 2022

Well he has another project that is the pyspy backend. its what was hosted. would appear that he uses sqlite and mongo for kill mail storing. This can all be setup local. I will likely attempt to do that.

@leonahess
Copy link
Contributor

Hey y'all,

yeah this project is unmaintained. Both me and the other maintainer don't have the time to work on it anymore. I was providing daily Database updates until now but will also stop doing that now.

@bkmvlgit
Copy link

bkmvlgit commented Oct 2, 2022

Well thanks for keeping it going i noticed Pirates little helper is also not updated anymore, not sure how hard it is to set this up on your own but not a python programmer to begin with.

@FreeSide88
Copy link

FreeSide88 commented Nov 15, 2022

I did some work and managed to bring pyspy to life.

From what I did:

  • redesigned backend(moved mysql to postgresql, and some improvements with sqlite, mongodb; improved data collector)
  • collected the base over the past three months, nothing prevents expanding
  • reworked some of the pyspy requests from get to post

anyone interested in pyspy?
If there is feedback, I'm willing to share the code and support it to the best of my ability.

@harveymw
Copy link

I liked using it. If you could share code that would be cool. I too took a look at how it was put together with the notion of just running local.

@FreeSide88
Copy link

I made a similar server http://pyspy.pythonanywhere.com
Wondering how best to share the code? the pull request is unlikely to be accepted or to make a fork?

@bkmvlgit
Copy link

Would love to use it again if possible.

@harveymw
Copy link

I think it best to make a fork.

@FreeSide88
Copy link

however, at the moment I'm running the client through python3, not through exe. It may not be convenient for many. I will work through the issue with launching through the .exe file, as it was before.

@bkmvlgit
Copy link

Well a bat file would be a quick way to do that

@harveymw
Copy link

or pyinstaller

@FreeSide88
Copy link

I successfully forked, uploaded the code and made a working exe. you can see it in my profile. and I also expanded the database for the whole year.

@bkmvlgit
Copy link

bkmvlgit commented Nov 17, 2022

Thanks, besides AVG going crazy with the file it seems to run alright, and the lookup seems to work to.
Did you update the about part with link to your version?

@FreeSide88
Copy link

Yes, iam updated about information.

@bkmvlgit
Copy link

Well the about window points to the original download link, which i guess is fine.

@FreeSide88
Copy link

i fix it

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

6 participants