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

The MPC page hangs indefinitely on last wait. #28

Closed
axlan opened this issue Jul 19, 2021 · 4 comments
Closed

The MPC page hangs indefinitely on last wait. #28

axlan opened this issue Jul 19, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@axlan
Copy link

axlan commented Jul 19, 2021

I'm trying to do a large (full 612 card) order. Everything seems to work OK during the upload, but on the last step:

# Page over to the next step from "add text to backs"
wait(driver)
driver.execute_script("javascript:oDesign.setNextStep();")

The page seems to be stuck indefinitely (over an hour) with the "waiting circle" animation. I've had this happen two attempts in a row. Is this an issue for anyone else, or specific to my setup?

This is with chrome Version 91.0.4472.124 (Official Build) (64-bit) running on Windows 10 x64 with the v3.3 release binary.

@axlan
Copy link
Author

axlan commented Jul 19, 2021

The last step worked fine and almost instantly for a test 18 card order, so it seems like it's probably a problem with the MPC site itself, or some sort of timeout.

@fklemme
Copy link
Contributor

fklemme commented Jul 22, 2021

I had the same problem. I had to close everything and start all over again but then it worked fine. I also assume it's a problem with their website.

@axlan
Copy link
Author

axlan commented Jul 22, 2021

Since it took about 3 hours to run, I made the following mod to the scripts to try to make it less likely to crash at this step.

  1. After opening chrome. but before starting the automation I waited for user input to allow me to sign in.
  2. I resumed the automation to let the script fill in the cards.
  3. I stopped as soon as all the cards were set to allow me to save the order.

I was able to save the order and didn't experience a crash when reloading and completing it.

This issue should probably be closed, but it seems like adding some automation for saving after filling the card fronts might be useful if this issue is common.

@ndepaola
Copy link
Collaborator

ndepaola commented Sep 2, 2022

this is an issue with MPC's website that doesn't seem to be within our control, closing this issue for now

@ndepaola ndepaola closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2022
@ndepaola ndepaola added the bug Something isn't working label Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants