Evergreen ILS Website

IRC log for #evergreen, 2018-08-20

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat

All times shown according to the server's local time.

Time Nick Message
01:09 hammond15 joined #evergreen
06:32 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:52 JBoyer joined #evergreen
06:59 agoben joined #evergreen
07:11 rjackson_isl joined #evergreen
07:39 bdljohn joined #evergreen
07:50 collum joined #evergreen
07:52 collum joined #evergreen
08:08 agoben joined #evergreen
08:27 Dyrcona joined #evergreen
08:37 mmorgan joined #evergreen
08:43 rlefaive joined #evergreen
08:52 rlefaive joined #evergreen
09:03 rlefaive joined #evergreen
09:04 bos20k joined #evergreen
09:06 sandbergja joined #evergreen
09:14 yboston joined #evergreen
09:19 lsach joined #evergreen
09:21 idjit joined #evergreen
09:30 sandbergja joined #evergreen
09:37 jvwoolf joined #evergreen
10:06 mmorgan joined #evergreen
10:18 khuckins joined #evergreen
10:30 khuckins joined #evergreen
10:50 Dyrcona I'm trying to resend a PO. I know that I've done this before, but I can't remember everything that I did.
10:50 mmorgan1 joined #evergreen
10:51 Dyrcona Anyone know? I'll try deleting the action_trigger events and output next.
10:52 csharp you need to delete the output, but just update the event so it's pending with start_time and update_time null
10:53 * csharp does that often enough to want a fix for bug 1218423
10:53 pinesol Launchpad bug 1218423 in Evergreen "Acq: Do we need a feature to resend EDI purchase orders?" [Wishlist,Triaged] https://launchpad.net/bugs/1218423
10:54 csharp Dyrcona: oh - also delete any acq.edi_message entries
10:54 Dyrcona csharp: Thanks!
10:54 Dyrcona csharp++
11:01 Christineb joined #evergreen
11:06 csharp seems like a good hack-a-way project candidate (bug 1218423) - create a perl call for it then have somebody attach it to a button somehow :-)
11:06 pinesol Launchpad bug 1218423 in Evergreen "Acq: Do we need a feature to resend EDI purchase orders?" [Wishlist,Triaged] https://launchpad.net/bugs/1218423
11:08 Dyrcona Could be. I don't do it that often.
11:12 Dyrcona csharp: Did you meant to say that I don't need to delete the output?
11:21 csharp you don't need to delete the event - I don't think the output matters
11:21 csharp but I usually delete it for housekeeping's sake
11:21 Dyrcona OK. Makes sense to get rid of the output.
11:22 csharp I don't think the pusher script cares about the output, but the A/T process might
11:23 * csharp is really looking forward to moving all of our libs to EDIWriter and bypassing the whole JEDI stuff
11:28 sandbergja joined #evergreen
11:40 Dyrcona And my action_trigger event is now in an invalid state.
11:41 Dyrcona Since this is a test account. I'm going to recommend that they make a new PO.
11:45 csharp Dyrcona: the validator checks to see if the provider has edi_default set and is not set to use_attrs
11:47 csharp it would not be intuitive to an end user setting up an EDI account, so make sure they have "Use EDI Attributes" unchecked
11:47 * csharp goes afk for a bit
12:02 Dyrcona I probably broke it when I tried messing with the PO, first.
12:08 jihpringle joined #evergreen
12:09 idjit i'm looking to add the copyright symbol in the ctrl+s symbol picker (xul staff client). looks like Dyrcona had a patch back in 2014 (http://list.evergreen-ils.org/pipermail/ever​green-catalogers/2014-November/000489.html) but the link is dead. where would i go about adding that?
12:10 Dyrcona I don't have that code any more, and it was for XUL only in that branch, IIRC.
13:04 yboston joined #evergreen
14:05 yboston joined #evergreen
14:14 jihpringle joined #evergreen
14:40 rlefaive joined #evergreen
15:01 khuckins joined #evergreen
15:13 jvwoolf joined #evergreen
15:28 beanjammin joined #evergreen
15:53 book`_ joined #evergreen
15:55 beanjammin joined #evergreen
16:23 khuckins joined #evergreen
16:31 yboston joined #evergreen
16:40 Bmagic Stompro++ https://gist.github.com/st​ompro/6ac6607c35a32eebbd7a
17:07 mmorgan left #evergreen
17:14 sandbergja joined #evergreen
17:44 khuckins joined #evergreen
18:32 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:36 DaleZeut joined #evergreen
19:50 DaleZeut Hello - and thanks in advance.  I have setup a evergreen 3.0.10 server (mostly...).  I can log in and search the library (no results as I didn't load the database) but I am getting responces I would expect.
19:51 pinesol [evergreen|Jane Sandberg] Docs: removing outdated info about alerts - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=d38e73f>
19:53 DaleZeut My trouble starts when I go to https://localhost/eg/stff/login.  I get the paget but nothing I try gets any responce.  I seen to hve missed something.
20:03 bshum DaleZeut: There's a few possibilties, there's a step when installing OpenSRF that might have gotten skipped
20:03 bshum Did you install the websockets?
20:03 bshum (some old instructions marked the step as "optional" but it is required for the web staff client login)
20:04 bshum It's the step 15 on the README for OpenSRF
20:04 bshum https://evergreen-ils.org/documentation/​install/OpenSRF/README_3_0_1.html#_optio​nal_websockets_installation_instructions
20:04 DaleZeut I did install that and it shows status Active
20:05 bshum Okay, does your server have any firewalls?
20:05 bshum Websockets runs off port 7682 by default
20:05 bshum So that has to be open to access it
20:06 bshum You can get a better idea of the issue by looking at the developer tools in Chrome or Firefox.  The console might describe what issue you're getting trying to log into the app
20:08 DaleZeut I built this on Ubuntu 16.04 and ufw shows status inactive
20:10 csharp DaleZeut: which browser are you using?
20:13 DaleZeut chromium - I think I am missing Java support
20:29 csharp DaleZeut: that shouldn't matter until you're trying to get Hatch (storage/printing service) running
20:29 csharp DaleZeut: open the three-dot menu in the upper right of chromium, then click More Tools -> Developer Tools
20:30 csharp then click the Console tab
20:30 csharp you should see something there as you load the page
20:35 DaleZeut Three lines - first egAuth found no valid authtoken     startup.js:112
20:36 DaleZeut Second - An SSL certificate error occurred when fetching the script.
20:37 DaleZeut Third - Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID
20:39 csharp DaleZeut: can you try Firefox or another browser? (may need to visit https://whateveryourservernameis:7682 in FF after visiting https://whateveryourservernameis/ to accept the self-signed certs)
20:48 DaleZeut I seem to have apache wrong - with FF - I goto https://localhost and see Evergreen ILS - when I go to https://ilsserver I see the default Apache page
20:49 beanjammin joined #evergreen
21:47 DaleZeut Detoured - dinner was reaching thermal equilibrium
21:49 DaleZeut I have changed the defaule link in sites-enabled to poing to the eg.comf and now I can access the site from all names (localhost, ilsserver and ilsserver.school.ffcs.org)
21:52 DaleZeut Now in the console when I click on Sign in - I get Firefox can't establish a connection to the server at wss://ilsserver/osrf-websocket-translator
21:53 DaleZeut Then a second error - Error: WebSocket Error [object Event] : undefined

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat