-
Notifications
You must be signed in to change notification settings - Fork 4
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
[1.1.3-rc.1-phetio] Recorder Wrapper Doesn't work. #119
Comments
I have tried this with the &phet-io.emitInputEvents query parameter and the recording wrapper still does not work. I do get a different error from the one previously with this new query parameter:
|
because that is a boolean query parameter, try |
I am still not able to run the recorder wrapper using this new query parameter or any of the other ones used before. I get the same error as before seen in #119 (comment) |
Is this issue specific to Function Builder, or something general? Is there some PhET-iO activity going on for Function Builder that I'm not aware of? |
@pixelzoom this is a maintenance release for a version from last October or so. @JRomero0613 I apologize! I got confused on issues. I too am getting that weird error about query string machine. I'm unsure what that is about. I'll look into it. |
When looking at the diff between that branch and when it was on master, https://github.com/phetsims/function-builder/compare/1.1-phetio, it looks like 1.1.0 and 1.1.1 were both delivered (see partners.md), but there are commits, and updated dependency commits for a 1.1.2 from Nov 12, 2016. This is strange because there isn't a 1.1.2 release on phet-io production. Then I found the paper trail for 1.1.2 starting here https://github.com/phetsims/phet-io/issues/654#issuecomment-260157881 It looks like 1.1.2 was only a dev release, and for the playback wrapper. It seems like when the phet-io repo was updated (and sherpa), it broke the record wrapper, but fixed the playback wrapper. I'm going to revert the changes made for 1.1.2 so that the new version will have a working recording wrapper with the scenery fix. Taggin @samreid so he is aware of what I will do. |
@zepumph When you make those changes to the new version let me know and I can test it for you |
I don't know how to proceed. I tried deploying this simulation with chipper 1.0 and 2.0, and can't deploy it. I successfully was able to revert the shas I wanted to, so the tip of the branch is ready for a new RC. @jonathanolson how did you deploy the previous rc. When trying to use chipper 2.0, I wasn't able to build it successfully because the old chipper needed to see the "phetio" string in the version, so either that failed, or, if I added that string, chipper 2.0 couldn't properly increment the version. When trying to use chipper 1.0, it sent off the build request as expected, but that build failed with:
|
This is the only issue left before continuing with phetsims/qa#128, high priority. |
I'm going to move forward to see if I can do an RC deploy off of the 1.1-phetio branch. |
Ahh yup, as noted it is failing with:
|
I'm not sure what triggered 3cfa221, but that seems to be what is preventing the deploy. Can we just have rc.3 or rc.4 in the version instead? |
Yes please do! I committed that to try to use chipper 1.0 to deploy. I don't care how it's deployed though. |
Failure with:
@mattpen presumably it's fine to patch whatever version of chipper it's using to not fail for this, since our deployment will be run with the proper brand, correct? |
This is fine if we are using chipper 2.0. For chipper 1.0, phetio must be in the string or we will have to make changes to the build-server. |
Patched and deployed to https://phet-dev.colorado.edu/html/function-builder/1.1.3-rc.5. |
Hmm, a build order was reported, one sec. |
@mattpen can you look into this failure?
|
@mattpen this may have to do with the update to use |
Also had a fail for the first normal phet-io maintenance release:
|
@zepumph @jonathanolson - This error is because the build-server assumes that the .htaccess file should belong in |
All files appear to have been transferred successfully, but the command fails to update the time on the target directories. It looks like this may be due to rsyncing to or from an NFS (https://stackoverflow.com/a/668049/2496827). I'm going to add the |
7/12/18 dev meeting: |
@kathy-phet FYI if you know of research partners that will need to use Function Builder for scenery input event playback (and they cannot use the previously published version), we should publish a new version from master. |
Test Device: PC Laptop
OS: Windows 10 v. 1803
Google Chrome v. 67.0.3396.87
Problem Description: For phetsims/qa#128 when running this sim version with the recorder wrapper nothing comes up on the screen and the console gives the following error:
The text was updated successfully, but these errors were encountered: