These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Ships & Modules

 
  • Topic is locked indefinitely.
 

pyfa v1.29.4 - The Python Fitting Assistant

Author
Sable Blitzmann
24th Imperial Crusade
Amarr Empire
#81 - 2016-05-01 00:47:03 UTC
https://github.com/pyfa-org/Pyfa/releases/tag/v1.21.0

Have at it, let me know if **** breaks. =)
Sable Blitzmann
24th Imperial Crusade
Amarr Empire
#82 - 2016-05-01 00:48:43 UTC
Rashar Arji wrote:
ASAD wrote:
hello everyone
i am getting Error
'CharacterEditor' object has no attribute 'getActivecharacter'
i am trying to add my API to pyfa and none work

is there a way to fix that? or the correct way to add the API?
thx

I got the same issue.


Yahmi wrote:
version 1.20.2 Singularity 1027729
found a bug with the "siege modules" ... u cant fit any of them in pyfa anymore (like Bastion to marauders) and old fitings with them are unloadable ... keep up to good work <3 still using pyfa since 2 years


Both these issues were specific to the beta release and have been fixed in the official.

Axhind wrote:
Great program, but is there any chance you could add a dark skin? At night it's blindingly bright especially with other screens showing EVE ;)


pyfa uses whatever settings are supplied by your operating system. Unfortunately for Windows, you can't really change this. It's a fun thing to think about, but I don't think I'll be prioritizing this; maybe someday as a side project. =)
Torgeir Hekard
I MYSELF AND ME
#83 - 2016-05-01 07:37:23 UTC
After the latest git pull i get
Quote:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: fighters.active [SQL: u'SELECT fighters."groupID" AS "fighters_groupID", fighters."fitID" AS "fighters_fitID", fighters."itemID" AS "fighters_itemID", fighters.active AS fighters_active, fighters.amount AS fighters_amount, fighters.projected AS fighters_projected \nFROM fighters \nWHERE fighters."fitID" = ? AND fighters.projected = 0'] [parameters: (1279,)]

When trying to open any existing fit. Naturally, they fail to open. New fits do fine
What do?
Aran Hotchkiss
School of Applied Knowledge
Caldari State
#84 - 2016-05-01 07:45:41 UTC
I know you've asked to put issues in github but I don't have an account there and have enough trouble remembering my random accounts as is...

Pyfa's been crashing when I got to tinker with an apostle fit. Been able to recreate this numerous times by

1) Opening Pyfa
2) Opening the apostle fit
3) If I add (removing doesn't seem to cause issues) any modules pyfa will crash one to two seconds later, however it still saves the changes to the fit right until it crashes, likewise adding multiple modules will all get saved.

E.g. added imperial navy recharger... crash
Re-open pyfa, go to fit, add three more re chargers in rapid succession... crash (but it will update the fit to have four cap re chargers)

You should have enough control over your herd of cats to make them understand. If they constantly make misstakes, get better cats.

Mandrozolizus Hauptutus
Viziam
Amarr Empire
#85 - 2016-05-01 10:45:12 UTC
A bug or a feature ?
Dishes 653,2 EHP/s according to Pyfa calculations...
Is there anything I didn't know about rep abilieties of the Jag? Or just the code issues?

Fit:
Damage Control II
Small Ancillary Armor Repairer
Adaptive Nano Plating II
Micro Auxiliary Power Core II

5MN Y-T8 Compact Microwarpdrive
Warp Disruptor II
True Sansha Small Capacitor Booster
DDO Scoped Tracking Disruptor I

280mm Howitzer Artillery II
280mm Howitzer Artillery II
280mm Howitzer Artillery II

Small Semiconductor Memory Cell
Small Semiconductor Memory Cell
Peter Moonlight
Suddenly Carebears
#86 - 2016-05-01 14:38:45 UTC
Aran Hotchkiss wrote:
I know you've asked to put issues in github but I don't have an account there and have enough trouble remembering my random accounts as is...

Pyfa's been crashing when I got to tinker with an apostle fit. Been able to recreate this numerous times by

1) Opening Pyfa
2) Opening the apostle fit
3) If I add (removing doesn't seem to cause issues) any modules pyfa will crash one to two seconds later, however it still saves the changes to the fit right until it crashes, likewise adding multiple modules will all get saved.

E.g. added imperial navy recharger... crash
Re-open pyfa, go to fit, add three more re chargers in rapid succession... crash (but it will update the fit to have four cap re chargers)


Same problem, open pyfa, open Lif, try to fit any module crashes.


http://i.imgur.com/8RIcMmF.png
Dreiden Kisada
State War Academy
Caldari State
#87 - 2016-05-01 15:53:33 UTC
The DPS graph window has a drop down selector with a single DPS selection. Was this planned to have more options, or is there a way to add separate scripts so you can make your own custom graphs?
Yahmi
ATLAS Societas Europaea
#88 - 2016-05-01 17:07:13 UTC  |  Edited by: Yahmi
Axhind wrote:
Great program, but is there any chance you could add a dark skin? At night it's blindingly bright especially with other screens showing EVE ;)



so you "just" have to change your OS Theme to a dark one, works fine for me
Sable Blitzmann
24th Imperial Crusade
Amarr Empire
#89 - 2016-05-01 17:12:15 UTC
Torgeir Hekard wrote:
After the latest git pull i get
Quote:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: fighters.active [SQL: u'SELECT fighters."groupID" AS "fighters_groupID", fighters."fitID" AS "fighters_fitID", fighters."itemID" AS "fighters_itemID", fighters.active AS fighters_active, fighters.amount AS fighters_amount, fighters.projected AS fighters_projected \nFROM fighters \nWHERE fighters."fitID" = ? AND fighters.projected = 0'] [parameters: (1279,)]

When trying to open any existing fit. Naturally, they fail to open. New fits do fine
What do?


You must have started using the Citadel pre-release, and are using the database that produced that with the official release. The two are incompatible, which is exactly why I made the pre-release create a saveddata-test.db file rather than use the existing one.

Wait for the next release, which will include an automatic migration path (more people are experiencing this issue than I thought would). Alternatively, you could find your migration backup (the one prefixed with saveddata_migration_12-13), and rename it to saveddata.db. That should work (don't hate me if it break <_<), but it won't have anything new since the backup obviously.
Sable Blitzmann
24th Imperial Crusade
Amarr Empire
#90 - 2016-05-01 18:50:14 UTC
Aran Hotchkiss wrote:
I know you've asked to put issues in github but I don't have an account there and have enough trouble remembering my random accounts as is...

Pyfa's been crashing when I got to tinker with an apostle fit. Been able to recreate this numerous times by

1) Opening Pyfa
2) Opening the apostle fit
3) If I add (removing doesn't seem to cause issues) any modules pyfa will crash one to two seconds later, however it still saves the changes to the fit right until it crashes, likewise adding multiple modules will all get saved.

E.g. added imperial navy recharger... crash
Re-open pyfa, go to fit, add three more re chargers in rapid succession... crash (but it will update the fit to have four cap re chargers)



I cannot reproduce. Which windows version? Can you please post me %userprofile%/.pyfa/log.txt. Hopefully there is something in there.
Sable Blitzmann
24th Imperial Crusade
Amarr Empire
#91 - 2016-05-01 18:51:41 UTC
Dreiden Kisada wrote:
The DPS graph window has a drop down selector with a single DPS selection. Was this planned to have more options, or is there a way to add separate scripts so you can make your own custom graphs?


I believe it was designed to be pluggable; to be able to fairly easily create more graphs. Nothing ever cam of it though. Feel free to contribute though, we need more graphs in pyfa =)
Bocephus Morgen
The Suicide Kings
Deepwater Hooligans
#92 - 2016-05-01 18:56:44 UTC  |  Edited by: Bocephus Morgen
A really useful feature would be a shopping list to clipboard export. Right now the in game multi buy tool chokes on any module with a charge loaded and the actual ship. If a shopping list export just listed each item to buy on a separate line, including the ship, it should work.

Exporting/importing into EVE works, but is a lot more effort for a one time buy.
Torgeir Hekard
I MYSELF AND ME
#93 - 2016-05-01 19:56:37 UTC
Sable Blitzmann wrote:

You must have started using the Citadel pre-release,

Yup, checked acouple of days ago.
Sable Blitzmann wrote:

Wait for the next release, which will include an automatic migration path (more people are experiencing this issue than I thought would). Alternatively, you could find your migration backup (the one prefixed with saveddata_migration_12-13), and rename it to saveddata.db. That should work (don't hate me if it break <_<), but it won't have anything new since the backup obviously.

Thanks, that helped. 12-13 didn't work (same errors, dated as 0430), but 11-12 did. Nothing of value was lost.
Aran Hotchkiss
School of Applied Knowledge
Caldari State
#94 - 2016-05-01 22:10:52 UTC  |  Edited by: Aran Hotchkiss
Sable Blitzmann wrote:
Aran Hotchkiss wrote:
I know you've asked to put issues in github but I don't have an account there and have enough trouble remembering my random accounts as is...

Pyfa's been crashing when I got to tinker with an apostle fit. Been able to recreate this numerous times by

1) Opening Pyfa
2) Opening the apostle fit
3) If I add (removing doesn't seem to cause issues) any modules pyfa will crash one to two seconds later, however it still saves the changes to the fit right until it crashes, likewise adding multiple modules will all get saved.

E.g. added imperial navy recharger... crash
Re-open pyfa, go to fit, add three more re chargers in rapid succession... crash (but it will update the fit to have four cap re chargers)



I cannot reproduce. Which windows version? Can you please post me %userprofile%/.pyfa/log.txt. Hopefully there is something in there.



2016-04-01 13:18:09,076 pyfa.service.port        ERROR    Couldn't import ship data [u'adamant\n\u02c8a...']
Traceback (most recent call last):
  File "C:\Users\buckt\Downloads\pyfa\library.zip\service\port.py", line 201, in importDna
    f.ship = Ship(sMkt.getItem(int(info[0])))
UnicodeEncodeError: 'decimal' codec can't encode character u'\u02c8' in position 8: invalid decimal Unicode string

You should have enough control over your herd of cats to make them understand. If they constantly make misstakes, get better cats.

Sable Blitzmann
24th Imperial Crusade
Amarr Empire
#95 - 2016-05-01 22:14:17 UTC
Aran Hotchkiss wrote:
Sable Blitzmann wrote:
Aran Hotchkiss wrote:
I know you've asked to put issues in github but I don't have an account there and have enough trouble remembering my random accounts as is...

Pyfa's been crashing when I got to tinker with an apostle fit. Been able to recreate this numerous times by

1) Opening Pyfa
2) Opening the apostle fit
3) If I add (removing doesn't seem to cause issues) any modules pyfa will crash one to two seconds later, however it still saves the changes to the fit right until it crashes, likewise adding multiple modules will all get saved.

E.g. added imperial navy recharger... crash
Re-open pyfa, go to fit, add three more re chargers in rapid succession... crash (but it will update the fit to have four cap re chargers)



I cannot reproduce. Which windows version? Can you please post me %userprofile%/.pyfa/log.txt. Hopefully there is something in there.



2016-04-01 13:18:09,076 pyfa.service.port        ERROR    Couldn't import ship data [u'adamant\n\u02c8a...']
Traceback (most recent call last):
  File "C:\Users\buckt\Downloads\pyfa\library.zip\service\port.py", line 201, in importDna
    f.ship = Ship(sMkt.getItem(int(info[0])))
UnicodeEncodeError: 'decimal' codec can't encode character u'\u02c8' in position 8: invalid decimal Unicode string


Well that's an odd error, but unrelated (from April 1st). Does Windows give you an option to get more details (like this https://cloud.githubusercontent.com/assets/15993596/11707372/44443974-9f0c-11e5-96e2-5546bd8fdd93.JPG)?

Is it for any fit / ship, or just the new FAUX ones?
Aran Hotchkiss
School of Applied Knowledge
Caldari State
#96 - 2016-05-02 03:47:20 UTC
Recreated the crash, no option for more information available, and it's not just limited to Force Auxillaries - went to fit up a vagabond and before I even fitted anything Pyfa crashed - I'm wondering if it's a certain number of clicks or actions I can perform before it crashes since if I expand and collapse a few market tabs it also crashes

You should have enough control over your herd of cats to make them understand. If they constantly make misstakes, get better cats.

Sable Blitzmann
24th Imperial Crusade
Amarr Empire
#97 - 2016-05-02 04:20:10 UTC
Aran Hotchkiss wrote:
Recreated the crash, no option for more information available, and it's not just limited to Force Auxillaries - went to fit up a vagabond and before I even fitted anything Pyfa crashed - I'm wondering if it's a certain number of clicks or actions I can perform before it crashes since if I expand and collapse a few market tabs it also crashes


Two things to try:

1) Make sure you have automatic HTML export OFF (there have been issues with it in that past, but I don't think it would cause this)
2) Try to completely uninstall pyfa (you shouldn't have to delete your user database, just delete where pyfa is installed to). Reinstall and see if that helps.

Which Windows are you on?
Aran Hotchkiss
School of Applied Knowledge
Caldari State
#98 - 2016-05-02 06:12:07 UTC
Sable Blitzmann wrote:
Aran Hotchkiss wrote:
Recreated the crash, no option for more information available, and it's not just limited to Force Auxillaries - went to fit up a vagabond and before I even fitted anything Pyfa crashed - I'm wondering if it's a certain number of clicks or actions I can perform before it crashes since if I expand and collapse a few market tabs it also crashes


Two things to try:

1) Make sure you have automatic HTML export OFF (there have been issues with it in that past, but I don't think it would cause this)
2) Try to completely uninstall pyfa (you shouldn't have to delete your user database, just delete where pyfa is installed to). Reinstall and see if that helps.

Which Windows are you on?


Double checked HTML export was off, uninstalled and reinstalled, still didn't work

Operating on windows 10 64bit pro

You should have enough control over your herd of cats to make them understand. If they constantly make misstakes, get better cats.

Firelyz
Papeete Retirement Club
#99 - 2016-05-02 12:15:23 UTC
Hello, can't import damage types with the last build
Steven Shen
Flat Earth Believers
#100 - 2016-05-02 23:00:11 UTC
The Siege Warfare Link -- Shield Harmonizing does not work in many fittings.