Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 .. 38 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 1 post(s) |

Noctaly
Center for Advanced Studies Gallente Federation
9
|
Posted - 2015.11.15 13:49:59 -
[1021] - Quote
What is the "user data" folder I should keep when I delete everything and install the new one ?
I have two folders, "eos_old" and "mpl-data" |

Sable Blitzmann
Pyre Falcon Defence and Security Multicultural F1 Brigade
155
|
Posted - 2015.11.15 16:05:38 -
[1022] - Quote
Noctaly wrote:What is the "user data" folder I should keep when I delete everything and install the new one ?
I have two folders, "eos_old" and "mpl-data"
I have no idea what eos_old is, unless you created it. The user data folder is in your user profile (C:/Users/[name]/.pyfa/), which is away from the pyfa install directory (unless you run pyfa with the -r flag, in which case it's called "saveddata" in your install directory) |

Alicia Dnari
Dnari Mining and Manufacturing
2
|
Posted - 2015.11.15 18:45:07 -
[1023] - Quote
I did find the download on the releases page. It wasn't there before. Perhaps the page didn't fully load. Or I should lay off the LSD. |

Hyperion Kronos
Orden des weissen Kreuzes
1
|
Posted - 2015.11.17 02:06:44 -
[1024] - Quote
You might have not read my question in my previous post, so I will try again:
Is there a possibility to add notes to each fit like the "descriptions" in EFT or, if not, is it possible or planned to introduce such a feature, including maybe even the option to import the descriptions from EFT?
Thanks a lot for your answer! |

Sable Blitzmann
Dirt 'n' Glitter Habitual Chaos
156
|
Posted - 2015.11.17 02:32:07 -
[1025] - Quote
Hyperion Kronos wrote:You might have not read my question in my previous post, so I will try again:
Is there a possibility to add notes to each fit like the "descriptions" in EFT or, if not, is it possible or planned to introduce such a feature, including maybe even the option to import the descriptions from EFT?
Thanks a lot for your answer!
https://github.com/DarkFenX/Pyfa/issues/364
It is possible, and actually wouldn't be too difficult to support. However, it is on the backburner for now as pyfa still has a few major issues with OS X that I want to spend time on. =) |

GKFC
Quis Leget Haec
5
|
Posted - 2015.11.17 07:13:14 -
[1026] - Quote
Hi,
Trying to import a Character using the API I get the following error:
urlopen error [SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed (>ssl.c:590)
Which I think has something to do with old SSL certificates? Is that something I need to update or is it a Pyfa thing?
Macbook Pro, 10
Cheers,
G. |

Hyperion Kronos
Orden des weissen Kreuzes
1
|
Posted - 2015.11.17 15:06:07 -
[1027] - Quote
Quote:It is possible, and actually wouldn't be too difficult to support. However, it is on the backburner for now as pyfa still has a few major issues with OS X that I want to spend time on. =) Thanks for your reply. I understand that there are more pressing issues at the moment. Still, I would be happy if you could put the notes/description feature on some sort of a wish list.
Notes would be very helpful to put the ship configurations into context. As you know, a lot of fittings are created or shared with specific intentions, goals, limitations and preconditions. After a while, you forget about these, and that's why it is so helpful to get quick access to this information by notes, citations and links. So, yes, I think it would be worth the effort.
Thanks for all your excellent work! |

Hyperion Kronos
Orden des weissen Kreuzes
1
|
Posted - 2015.11.17 15:21:05 -
[1028] - Quote
P.S. Like Resinneublem suggested on github additional tab for user notes would be ideal:
|

Sable Blitzmann
Dirt 'n' Glitter Habitual Chaos
156
|
Posted - 2015.11.17 16:01:08 -
[1029] - Quote
GKFC wrote:Hi,
Trying to import a Character using the API I get the following error:
urlopen error [SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed (>ssl.c:590)
Which I think has something to do with old SSL certificates? Is that something I need to update or is it a Pyfa thing?
Macbook Pro, 10
Cheers,
G.
I'm aware of this issue. What is your OS X version? |

Dom Aumer
Lone Wolf Union Yulai Federation
0
|
Posted - 2015.11.17 19:43:07 -
[1030] - Quote
Sable Blitzmann wrote:GKFC wrote:Hi,
Trying to import a Character using the API I get the following error:
urlopen error [SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed (>ssl.c:590)
Which I think has something to do with old SSL certificates? Is that something I need to update or is it a Pyfa thing?
Macbook Pro, 10
Cheers,
G. I'm aware of this issue. What is your OS X version?
I have this issue as well and I am running 10.11.1. I can't say if the character import was working with 10.10.X or not.
Thank you, thank you, thank you for all your work! |
|

Torgeir Hekard
I MYSELF AND ME
217
|
Posted - 2015.11.18 15:51:36 -
[1031] - Quote
Sable Blitzmann wrote:Which platform are you on? If Linux, do you have wxPython 2.8 or 3.0? If on OS X, are you using the regular build or the wx3 build? Same issue here on git singularity branch
Traceback (most recent call last): File "./pyfa.py", line 104, in [module] import service.prefetch File "/home/infine/pyfa-git/Pyfa/service/__init__.py", line 15, in [module] from service.pycrest import EVE File "/home/infine/pyfa-git/Pyfa/service/pycrest/__init__.py", line 13, in [module] from .eve import EVE File "/home/infine/pyfa-git/Pyfa/service/pycrest/eve.py", line 11, in [module] from weak_ciphers import WeakCiphersAdapter File "/home/infine/pyfa-git/Pyfa/service/pycrest/weak_ciphers.py", line 20, in [module] from urllib3.util import ssl_ ImportError: cannot import name ssl_
Running ubuntu 14.04 with python 2.7.6. master branch works both with wx3 and wx2.8 singularity branch does not work both with wx3 and wx2.8
PS: somebody pleas skin alive the person who made this forum engine |

Sable Blitzmann
dirt 'n' glitter Habitual Chaos
156
|
Posted - 2015.11.19 00:33:01 -
[1032] - Quote
Torgeir Hekard wrote:
Running ubuntu 14.04 with python 2.7.6. master branch works both with wx3 and wx2.8 singularity branch does not work both with wx3 and wx2.8
PS: somebody pleas skin alive the person who made this forum engine
Well the sisi branch is like 30 commits behind master, so it isn't going to work. Just use master =) |

Henry KingDeim
The Kalisco Colective
0
|
Posted - 2015.11.19 06:21:14 -
[1033] - Quote
I've been excited with the new feature to export and import fits in game, but when I try on Pyfa on my mac, I get this error
401 unauthorized authentication needed, bad token
Pyfa stable 1.16.0 Parallax |

Sable Blitzmann
Dirt 'n' Glitter Habitual Chaos
156
|
Posted - 2015.11.20 01:55:45 -
[1034] - Quote
Henry KingDeim wrote:I've been excited with the new feature to export and import fits in game, but when I try on Pyfa on my mac, I get this error
401 unauthorized authentication needed, bad token
Pyfa stable 1.16.0 Parallax
Use the 1.16.2-mac-wx3 version. The non-wx3 version does not have CREST support due to :reasons:. Also, if you are having problems with this version (many people are), please let me know which OSX version you have |

Noctaly
Center for Advanced Studies Gallente Federation
9
|
Posted - 2015.11.20 09:35:53 -
[1035] - Quote
Sable Blitzmann wrote:Noctaly wrote:What is the "user data" folder I should keep when I delete everything and install the new one ?
I have two folders, "eos_old" and "mpl-data" I have no idea what eos_old is, unless you created it. The user data folder is in your user profile (C:/Users/[name]/.pyfa/), which is away from the pyfa install directory (unless you run pyfa with the -r flag, in which case it's called "saveddata" in your install directory)
Thank you. Upgraded went without any problem ! |

Porthos Jacobs
Quiet Corners
3
|
Posted - 2015.11.20 17:27:24 -
[1036] - Quote
I must be doing something wrong I did a shield fit and it game me 700 HP/s recharge for shield, I get amped about it buy it fly it all over to find I am only getting 215 HP/s and 20 k ehp less than Pyfa says. Used my own skills and implants are current. What may I have set wrong? |

Sable Blitzmann
Dirt 'n' Glitter Habitual Chaos
156
|
Posted - 2015.11.21 03:05:13 -
[1037] - Quote
Porthos Jacobs wrote:I must be doing something wrong I did a shield fit and it game me 700 HP/s recharge for shield, I get amped about it buy it fly it all over to find I am only getting 215 HP/s and 20 k ehp less than Pyfa says. Used my own skills and implants are current. What may I have set wrong?
That isn't very helpful. Please post fit, along with the differences you noted between pyfa and eve. Double check you are using the correct character as well |

Wotan Olgidar
Tribal Liberation Force Minmatar Republic
0
|
Posted - 2015.11.21 10:25:49 -
[1038] - Quote
. |

DTBA Fonulique
0rizen Irregulars Sev3rance
2
|
Posted - 2015.11.23 07:36:11 -
[1039] - Quote
Sorry guys does anybody else have a issue with the pyfa 1.16.2 PC version crashing if you open character editor ? |

Sable Blitzmann
Dirt 'n' Glitter Habitual Chaos
156
|
Posted - 2015.11.23 18:30:37 -
[1040] - Quote
DTBA Fonulique wrote:Sorry guys does anybody else have a issue with the pyfa 1.16.2 PC version crashing if you open character editor ?
It's a known problem, however it's one that I cannot reproduce and so I'm not sure what to do about it. I will be trying a few things to see if it helps or not, but in the meantime, if you are affected by this bug, please sign up on GitHub and subscribe to that issue - since I cannot reproduce, I will need to rely on others to test out possible fixes.
https://github.com/DarkFenX/Pyfa/issues/441
Also, what is your OS? Does this happen with any other Windows / features? |
|

DTBA Fonulique
0rizen Irregulars Sev3rance
2
|
Posted - 2015.11.24 05:35:53 -
[1041] - Quote
Sable Blitzmann wrote:DTBA Fonulique wrote:Sorry guys does anybody else have a issue with the pyfa 1.16.2 PC version crashing if you open character editor ? It's a known problem, however it's one that I cannot reproduce and so I'm not sure what to do about it. I will be trying a few things to see if it helps or not, but in the meantime, if you are affected by this bug, please sign up on GitHub and subscribe to that issue - since I cannot reproduce, I will need to rely on others to test out possible fixes. https://github.com/DarkFenX/Pyfa/issues/441 Also, what is your OS? Does this happen with any other Windows / features?
ATM its windows 7 64bit ultimate
It was working fine but with this patch me and my buddy also running same OS is doing it
1.15.0 (working 100% just tested now) |

Dyer Insipia
Pemberton Clown Comedy
0
|
Posted - 2015.11.24 15:49:03 -
[1042] - Quote
GKFC wrote:Hi, Trying to import a Character using the API I get the following error:
urlopen error [SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed (>ssl.c:590)
Same issue as above.
pyfa 1.16.2 wx3 version OS X 10.11.1
Thank you for all your hard work :) |

Kudo Khan
Gloryhole Initiative Que os den forsaken
0
|
Posted - 2015.11.24 20:39:48 -
[1043] - Quote
There's something wrong with T2 light missiles.
When you fit Light missile launcher T2 with T2 fury missiles, you get lower dps than ingame. This only occurs with t2 light missiles, not T1 or faction, nor heavys or bigger missiles, or turrets. |

Richard TheLordOfDance
New Eden Special Operations Force
15
|
Posted - 2015.11.26 01:04:27 -
[1044] - Quote
Quick question, is it a limit built in to CREST that means I have to sign in every 20 minutes? From my understanding from Foxfours post on the new endpoint you should just have to do it one time. I love the feature but having to sign in all the time annoys me to no end! |

Sable Blitzmann
Dirt 'n' Glitter Habitual Chaos
156
|
Posted - 2015.11.26 23:15:57 -
[1045] - Quote
Richard TheLordOfDance wrote:Quick question, is it a limit built in to CREST that means I have to sign in every 20 minutes or is it an arbitrary thing that's been put into pyfa? From my understanding from Foxfours post on the new endpoint you should just have to do it one time. I love the feature but having to sign in all the time annoys me to no end!
https://github.com/DarkFenX/Pyfa/wiki/CREST
Basically, there are two modes: implicit and user-defined. In implicit mode, you use pyfa's third-party clientID for the SSO authentication, and the token is only good for a certain amount of time that is set by CCP (currently 20 minutes, but FoxFour has stated that they've thought about bumping it to 1 hour).
In user-defined mode, you supply your own clientID and secret, which enables what's called a refresh token. The refresh token is able to be used to refresh the authentication when the token expires. This allows you to log in once and forget about it, as having the refresh token will seamlessly re-authenticate if needed
The reason pyfa doesn't use the refresh token by default is due to the fact that we cannot securely ship with our own client secret. This brings up a few security issues (it's much less concerning in a single-user environment such as a desktop app, but there are still questionable aspect of it).
If you want a log-in-and-forget feature, sign up for a developer application (you will have to accept the dev license) and create your own details. |

Richard TheLordOfDance
New Eden Special Operations Force
15
|
Posted - 2015.11.28 22:58:34 -
[1046] - Quote
Sable Blitzmann wrote:If you want a log-in-and-forget feature, sign up for a developer application (you will have to accept the dev license) and create your own details.
Thank you for the exceptionally detailed response! I do try to keep updated on all this stuff but lately I've had less and less time to do so, so most of my knowledge on the subject comes from quickly skimming through the 3rd party dev section of the forums if it's not something I use in my own coding and even then I wouldn't say I'm always an expert at finding the correct information! |

Mooseferatu
F.R.E.E. Explorer
0
|
Posted - 2015.11.29 09:01:06 -
[1047] - Quote
. |

GKFC
Quis Leget Haec
5
|
Posted - 2015.11.29 09:05:14 -
[1048] - Quote
Sable Blitzmann wrote:GKFC wrote:Hi,
Trying to import a Character using the API I get the following error:
urlopen error [SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed (>ssl.c:590)
Which I think has something to do with old SSL certificates? Is that something I need to update or is it a Pyfa thing?
Macbook Pro, 10
Cheers,
G. I'm aware of this issue. What is your OS X version?
Sorry for the late reply, 10.10.5 |

Whiteroses Shi
Science and Trade Institute Caldari State
0
|
Posted - 2015.11.29 16:29:47 -
[1049] - Quote
retrieve method must return none, string, file-like object or an element instance
getting this error when im trying to get characters..
any ideas? |

Sable Blitzmann
Dirt 'n' Glitter
157
|
Posted - 2015.11.29 17:14:15 -
[1050] - Quote
Whiteroses Shi wrote: retrieve method must return none, string, file-like object or an element instance
getting this error when im trying to get characters..
any ideas?
What is your OS?
GKFC wrote:Sable Blitzmann wrote:GKFC wrote:Hi,
Trying to import a Character using the API I get the following error:
urlopen error [SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed (>ssl.c:590)
Which I think has something to do with old SSL certificates? Is that something I need to update or is it a Pyfa thing?
Macbook Pro, 10
Cheers,
G. I'm aware of this issue. What is your OS X version? Sorry for the late reply, 10.10.5
This problem has been fixed internally, should be out with the next Stable release 1.17 in December |
|
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 .. 38 :: one page |
First page | Previous page | Next page | Last page |