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

Incompatible with Processing 3.2.1? #5

Open
ylh888 opened this issue Oct 8, 2016 · 17 comments
Open

Incompatible with Processing 3.2.1? #5

ylh888 opened this issue Oct 8, 2016 · 17 comments

Comments

@ylh888
Copy link

ylh888 commented Oct 8, 2016

I tried to import this library but apparently version 1.4 is incompatible with Processing 3.2.1

@transfluxus
Copy link
Owner

thank you for pointing out.
should work again.

@ylh888
Copy link
Author

ylh888 commented Oct 17, 2016

Thanks - but in the Library panel the line item for SimpleHTTPServer is greyed- out still and will not update.

On Oct 16, 2016, at 4:44 AM, Ramin [email protected] wrote:

thank you for pointing out.
should work again.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #5 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AAAP8pltO901PKnONNVNTO85X3C6yP-wks5q0ePngaJpZM4KRy5v.

@transfluxus
Copy link
Owner

I think that's a problem of Processing not the library.
Can you uninstall it and try to install it again.
Otherwise just install it manually as described here:
https://transfluxus.github.io/SimpleHTTPServer/

@transfluxus transfluxus reopened this Oct 18, 2016
@ErnestUTN
Copy link

ErnestUTN commented Jun 5, 2017

HI there, processing version is now 3.3.3 . Do you think that incompatibility issues are to throw critical errors in the code? I will download it manually if that's not the case. Btw, great library!

@transfluxus
Copy link
Owner

Hi,
gonna look into it!

@transfluxus
Copy link
Owner

Hi,

building it again fixed it for me. please try the latest version 1.0.6 (install manually if processing library manager doesn't update)

@ErnestUTN
Copy link

ErnestUTN commented Jun 5, 2017 via email

@ErnestUTN
Copy link

ErnestUTN commented Jun 5, 2017 via email

@hamoid
Copy link

hamoid commented Nov 11, 2019

This still seems to be the case: it is shown grayed out in the library manager in Processing which would probably discourage most users. Maybe the library's web page could mention clearly that a manual install is required?

@hamoid
Copy link

hamoid commented Nov 11, 2019

I think the reason might be that the file library.properties is hard coded to one specific version of Processing:

# The min and max revision of Processing compatible with your library.
# Note that these fields use the revision and not the version of Processing,
# parsable as an int. For example, the revision number for 2.2.1 is 227.
# You can find the revision numbers in the change log: https://raw.githubusercontent.com/processing/processing/master/build/shared/r
evisions.txt
# Only use maxRevision (or minRevision), when your library is known to
# break in a later (or earlier) release. Otherwise, use the default value 0.
minRevision = 253
maxRevision = 253

@transfluxus
Copy link
Owner

transfluxus commented Jan 11, 2020

can somebody do a pull-request. I would update it then :)

@hamoid
Copy link

hamoid commented Jan 11, 2020

I don't think the file is this repo, only on your web server. So no way to do a PR, or?

@hamoid
Copy link

hamoid commented Jan 11, 2020

The file which the PDE checks on startup is this http://download.processing.org/contribs

@transfluxus transfluxus reopened this Jan 11, 2020
@transfluxus
Copy link
Owner

I will look into it next week. gotta install the IDE for that... or at least ant I guess.
does somebody know if setting the maxRevision to 0 fix the job :) so I can leave the library rest for another 3 years :)

@hamoid
Copy link

hamoid commented Jan 11, 2020

:) yes, 0 is what I have for max in my library and it hasn't complained.

I believe you may not need to install anything, maybe just edit the .txt file that sits next to the zip in the server, and throw a '0' in it. Or?

@transfluxus
Copy link
Owner

yeah I thought so, but maybe they would it ignore it if I don't update the library version?

@hamoid
Copy link

hamoid commented Jan 11, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants