iamtosk / StarTrekTimelinesSpreadsheet

Tool for organizing your crew in Star Trek Timelines
GNU General Public License v3.0
18 stars 12 forks source link

Can't login #25

Open m1975michael opened 2 years ago

m1975michael commented 2 years ago

Describe the bug I can no longer login.

To Reproduce Try to login.

Expected behavior Able to login

draiken78 commented 2 years ago

Yep. Seems to have finally died yesterday. Maybe it's an issue with the inventory pictures similar to the prior character pictures.

Roykirk1701 commented 2 years ago

Yeah, stopped working for me when I tried this morning. I was wondering if it has anything to do with WRG changing some URLs recently?

This is going to kill me because IAMTOSK is absolutely necessary for my Gauntlets.

m1975michael commented 2 years ago

Yeah, stopped working for me when I tried this morning. I was wondering if it has anything to do with WRG changing some URLs recently?

This is going to kill me because IAMTOSK is absolutely necessary for my Gauntlets.

Do you know the URLs?

Roykirk1701 commented 2 years ago

Do you know the URLs?

I don't. I know they changed the URLs for the forums, so that they point to https://forum.wickedrealmgames.com rather than disruptorbeam.com, but wasn't sure if they changed any others. I also believe that after that changed, IAMTOSK was still working for a week or so.

When I use the Datacore site, the player data still comes up under https://stt.disruptorbeam.com/player?client_api=[x], so they may not have changed them.

Roykirk1701 commented 2 years ago

What's odd is that I can apparently successfully login, it starts to load equipment, counting down to zero, and then as soon as that is done, it demands I log in again.

michaelcolvin commented 2 years ago

Ditto - can't login either. Anyone know of a different good Gauntlet crew management tool?

draiken78 commented 2 years ago

Unfortunately I do not

KanonZombie commented 2 years ago

Yeah, stopped working for me when I tried this morning. I was wondering if it has anything to do with WRG changing some URLs recently? This is going to kill me because IAMTOSK is absolutely necessary for my Gauntlets.

Do you know the URLs?

It seems to be downloading from https://d3vqat7hsk6z0h.cloudfront.net/bundles/webgl/default/7.4.0/undefined/images_crew_portraits_cm_leetadabo_sm.sd

While the correct url should be https://d3vqat7hsk6z0h.cloudfront.net/bundles/webgl/default/8.3.0/202206081654713708_LCA/images_crew_portraits_cm_leetadabo_sm.sd

m1975michael commented 2 years ago

I agree with the others that stated your login is authenticated but then logs you out at the end of the loading process. It appears that the program is not loading any images of any kind not just for the crew. According to the network info each image is get the 403 (Forbidden) in file bundle.js line 15247.

Roykirk1701 commented 2 years ago

The problem with images loading has been an issue for quite a while, at least for me, but the tool was still useable. Not sure what can be done fix this latest issue.

draiken78 commented 2 years ago

Agreed. It's an image issue again. The issue is whatever the fix was previously stopped the crew images from loading to workaround. I'm pretty sure we now need that same fix applied to the equipment images. Unfortunately, I don't know how the crew image loading was bypassed, so I don't know how to apply the bypass to the equipment images.

draiken78 commented 2 years ago

Here's the exact spot it gets stuck when trying to retrieve the equipment images.

image

Roykirk1701 commented 2 years ago

0.9.0? I'm still on 0.8.9 and it looks like 0.8.9 is the latest version on GitHub?

I don't get stuck at caching images. As soon as I hit 0/n "Loading Equipment" the login prompt appears.

draiken78 commented 2 years ago

Well, believe what you want. It's happening when it tries to pull the equipment images, regardless what version you are on. The only real difference is mine hangs when it gets there, yours asks for the login which fails. I'm almost certain the fix is what I said it is previously.

m1975michael commented 2 years ago

Does anyone know how to get the STTApi directory? I am trying to build the dev environment but it is not downloaded after I pull from the project from GitHub. I cannot complete the steps in the Development environment section without it. When I run npm run install:all it shows it is trying to find the STTApi directory. "cd STTApi && npm install" I am not a programmer but I have done some scripting so I am trying to see if I can resolve this issue. Any assistance would be greatly appreciated.

mikeagney commented 2 years ago

Does anyone know how to get the STTApi directory? I am trying to build the dev environment but it is not downloaded after I pull from the project from GitHub. I cannot complete the steps in the Development environment section without it. When I run npm run install:all it shows it is trying to find the STTApi directory. "cd STTApi && npm install" I am not a programmer but I have done some scripting so I am trying to see if I can resolve this issue. Any assistance would be greatly appreciated.

Sounds like it'd be the other repository: https://github.com/iamtosk/STTApi

Severian67 commented 2 years ago

For some reason, my copy was working fine until yesterday. Now it fails on the "Loading equipment" stage. Is this now abandonware?

jaspotn commented 2 years ago

I was able to bypass this before by first having a copy of all images and then downloading any new ones from Datacore as they are still able to retrieve them through their process. New images would come in every event, but sometimes, I'd need to update the database version in the bundle.js as each new client comes out. The API version seems to still be on 17.

I would then copy them into the "AppData\Roaming\Star Trek Timelines Crew Management\imagecache" directory. Occasionally it would get stuck, and I'd have to run a fix script that would do the following: Remove

and after relaunching the program i would log back in and it would work. now it fails. I've only ever done Java programming and dabbled in a few others but not to the level of doing an app like this. However, I'm interested in playing about with it, are the instructions on the first page still valid?

jaspotn commented 2 years ago

I tried to follow the instructions to compile but got too many deprecated messages and errors that I can't spend time decoding. So I've gone back to tweaking the files to see if I can progress it.

I seem to have gotten past the "caching equipment images..." message by adding

Now it passes that message and hangs on "Calculating mission success stats for crew..."